[linux-sunxi] [PATCH v14 8/8] ASoC: sun4i-codec: Add Left Capture Select, Right Capture Select

2018-05-02 Thread Danny Milosavljevic
Add Left Capture Select and Right Capture Select for Allwinner A10 and Allwinner A20. Signed-off-by: Danny Milosavljevic --- sound/soc/sunxi/sun4i-codec.c | 50 +++ 1 file changed, 50 insertions(+) diff --git a/sound/soc/sunxi/sun4i-codec.c b/sound/soc/su

[linux-sunxi] [PATCH v14 4/8] ASoC: sun4i-codec: Add Mic1 Playback Switch, Mic2 Playback Switch

2018-05-02 Thread Danny Milosavljevic
Add Mic1 Playback Switch and Mic2 Playback Switch for Allwinner A10 and Allwinner A20. Signed-off-by: Danny Milosavljevic --- sound/soc/sunxi/sun4i-codec.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/sound/soc/sunxi/sun4i-codec.c b/sound/soc/sunxi/sun4i-codec.c index b62a

[linux-sunxi] [PATCH v14 7/8] ASoC: sun4i-codec: Add Differential Line Source

2018-05-02 Thread Danny Milosavljevic
Add Differential Line Source for Allwinner A10 and Allwinner A20. Signed-off-by: Danny Milosavljevic --- sound/soc/sunxi/sun4i-codec.c | 24 1 file changed, 24 insertions(+) diff --git a/sound/soc/sunxi/sun4i-codec.c b/sound/soc/sunxi/sun4i-codec.c index 4125d9ef0eb6..4

[linux-sunxi] [PATCH v14 1/8] ASoC: sun4i-codec: Add MIC2 Pre-Amplifier, Mic2, Mic Playback Volume

2018-05-02 Thread Danny Milosavljevic
Add MIC2 Pre-Amplifier, Mic2 input and Mic Playback Volume for Allwinner A10 and Allwinner A20. Signed-off-by: Danny Milosavljevic --- sound/soc/sunxi/sun4i-codec.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/sound/soc/sunxi/sun4i-codec.c b/sound/soc/sunxi/sun4i-codec.c

[linux-sunxi] [PATCH v14 3/8] ASoC: sun4i-codec: Merge sun4i_codec_left_mixer_controls and sun4i_codec_right_mixer_controls into sun4i_codec_mixer_controls

2018-05-02 Thread Danny Milosavljevic
Since it's now possible to have a DAPM mixer control with multiple channels, use it to cut down the total number of controls. Keep "Left Mixer Left DAC Playback Switch" and "Right Mixer Right DAC Playback Switch" name & layout the same as before for compatibility. Signed-off-by: Danny Milosavljev

[linux-sunxi] [PATCH v14 0/8] ASoC: sun4i-codec: Add Line-In, FM-In, Mic 2, Capture Source, Differential Line-In

2018-05-02 Thread Danny Milosavljevic
This patchset adds some mixer controls to sun4i-codec for the Allwinner A10 and the Allwinner A20. It also adds a mux for the capture source and the PGA for the MIC2 preamp. Where possible, it uses SOC_DAPM_DOUBLE in order to cut down on the number of distinct controls in alsamixer. v14 changes

[linux-sunxi] [PATCH v14 6/8] ASoC: sun4i-codec: Add Line Playback Volume, Line Boost Volume, Line Right, Line Left, Line Playback Switch

2018-05-02 Thread Danny Milosavljevic
Add Line Playback Volume for Allwinner A10 and Allwinner A20. Add Line Boost Volume for Allwinner A10 and Allwinner A20. Add Line Right, Line Left, Line Playback Switch for Allwinner A10 and Allwinner A20. Signed-off-by: Danny Milosavljevic --- sound/soc/sunxi/sun4i-codec.c | 21

[linux-sunxi] [PATCH v14 2/8] ASoC: sun4i-codec: Add Mic1 Boost Volume, Mic2 Boost Volume

2018-05-02 Thread Danny Milosavljevic
Add Mic1 Boost Volume and Mic2 Boost Volume for Allwinner A10 and Allwinner A20. Also add support for extra controls to the sun4i_codec_quirks because the A10 and A20 have Mic1 Boost Volume at different places (likewise for Mic2 Boost Volume). Signed-off-by: Danny Milosavljevic --- sound/soc/su

[linux-sunxi] [PATCH v14 5/8] ASoC: sun4i-codec: Add FM Playback Volume, FM Left, FM Right, FM Playback Switch

2018-05-02 Thread Danny Milosavljevic
Add FM Playback Volume for Allwinner A10 and Allwinner A20. Add FM Left, FM Right, FM Playback Switch for Allwinner A10 and Allwinner A20. Signed-off-by: Danny Milosavljevic --- sound/soc/sunxi/sun4i-codec.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/sound/soc/sunxi/sun

[linux-sunxi] Re: [PATCH 08/21] bindings: display: Add compatible for A64 HDMI PHY

2018-05-02 Thread Jagan Teki
Hi Rob, On Tue, May 1, 2018 at 9:49 PM, Rob Herring wrote: > > On Mon, Apr 30, 2018 at 05:10:45PM +0530, Jagan Teki wrote: > > HDMI PHY on Allwinner A64 has similar like H3/H5. > > > > Signed-off-by: Jagan Teki > > --- > > Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt | 1 + > >

[linux-sunxi] Re: [PATCH 1/3] mmc: sunxi: add support for the MMC controller on H6

2018-05-02 Thread Ulf Hansson
On 26 April 2018 at 16:07, Icenowy Zheng wrote: > The new Allwinner H6 SoC have 3 MMC controllers. The first and second > ones are similar to the ones on A64, but the third one adds EMCE > (Embedded Crypto Engine) support which does hardware transparent crypto > on the eMMC. > > As we still do not

[linux-sunxi] Re: [PATCH 08/21] bindings: display: Add compatible for A64 HDMI PHY

2018-05-02 Thread Rob Herring
On Wed, May 2, 2018 at 1:27 AM, Jagan Teki wrote: > Hi Rob, > > On Tue, May 1, 2018 at 9:49 PM, Rob Herring wrote: >> >> On Mon, Apr 30, 2018 at 05:10:45PM +0530, Jagan Teki wrote: >> > HDMI PHY on Allwinner A64 has similar like H3/H5. >> > >> > Signed-off-by: Jagan Teki >> > --- >> > Documenta

Re: [linux-sunxi] Re: [PATCH 02/21] arm64: dts: allwinner: a64: Add DE2 CCU

2018-05-02 Thread Icenowy Zheng
于 2018年5月2日 GMT+08:00 下午7:50:19, Jagan Teki 写到: >On Wed, May 2, 2018 at 5:04 PM, Icenowy Zheng wrote: >> >> >> 于 2018年5月2日 GMT+08:00 下午7:32:50, Maxime Ripard > 写到: >>>On Mon, Apr 30, 2018 at 05:10:39PM +0530, Jagan Teki wrote: DE2 in A64 has clock control unit and behavior is same lik

[linux-sunxi] Re: [PATCH 15/21] drm: sun4i: add support for HVCC regulator for DWC HDMI glue

2018-05-02 Thread Icenowy Zheng
于 2018年5月2日 GMT+08:00 下午7:48:43, Maxime Ripard 写到: >On Mon, Apr 30, 2018 at 05:10:52PM +0530, Jagan Teki wrote: >> From: Icenowy Zheng >> >> Allwinner SoCs with DWC HDMI controller have a "HVCC" power pin for >the >> HDMI part, and on some boards it's connected to a dedicated regulator >> rath

Re: [linux-sunxi] Re: [PATCH 02/21] arm64: dts: allwinner: a64: Add DE2 CCU

2018-05-02 Thread Jagan Teki
On Wed, May 2, 2018 at 5:04 PM, Icenowy Zheng wrote: > > > 于 2018年5月2日 GMT+08:00 下午7:32:50, Maxime Ripard 写到: >>On Mon, Apr 30, 2018 at 05:10:39PM +0530, Jagan Teki wrote: >>> DE2 in A64 has clock control unit and behavior is >>> same like H3/H5, so reuse the same in A64. >>> >>> Signed-off-by: J

Re: [linux-sunxi] Re: [PATCH 02/21] arm64: dts: allwinner: a64: Add DE2 CCU

2018-05-02 Thread Maxime Ripard
On Wed, May 02, 2018 at 07:34:21PM +0800, Icenowy Zheng wrote: > > > 于 2018年5月2日 GMT+08:00 下午7:32:50, Maxime Ripard 写到: > >On Mon, Apr 30, 2018 at 05:10:39PM +0530, Jagan Teki wrote: > >> DE2 in A64 has clock control unit and behavior is > >> same like H3/H5, so reuse the same in A64. > >> > >>

[linux-sunxi] Re: [PATCH 15/21] drm: sun4i: add support for HVCC regulator for DWC HDMI glue

2018-05-02 Thread Maxime Ripard
On Mon, Apr 30, 2018 at 05:10:52PM +0530, Jagan Teki wrote: > From: Icenowy Zheng > > Allwinner SoCs with DWC HDMI controller have a "HVCC" power pin for the > HDMI part, and on some boards it's connected to a dedicated regulator > rather than the main 3.3v. > > Add support for optional HVCC reg

Re: [linux-sunxi] Re: [PATCH 02/21] arm64: dts: allwinner: a64: Add DE2 CCU

2018-05-02 Thread Icenowy Zheng
于 2018年5月2日 GMT+08:00 下午7:32:50, Maxime Ripard 写到: >On Mon, Apr 30, 2018 at 05:10:39PM +0530, Jagan Teki wrote: >> DE2 in A64 has clock control unit and behavior is >> same like H3/H5, so reuse the same in A64. >> >> Signed-off-by: Jagan Teki >> --- >> arch/arm64/boot/dts/allwinner/sun50i-a64

[linux-sunxi] Re: [PATCH 09/21] arm64: dts: allwinner: a64: Add HDMI support

2018-05-02 Thread Maxime Ripard
Hi, On Mon, Apr 30, 2018 at 05:10:46PM +0530, Jagan Teki wrote: > + hdmi_phy: hdmi-phy@1ef { > + compatible = "allwinner,sun50i-a64-hdmi-phy", > + "allwinner,sun8i-h3-hdmi-phy"; > + reg = <0x01ef 0x1>;

[linux-sunxi] Re: [PATCH 02/21] arm64: dts: allwinner: a64: Add DE2 CCU

2018-05-02 Thread Maxime Ripard
On Mon, Apr 30, 2018 at 05:10:39PM +0530, Jagan Teki wrote: > DE2 in A64 has clock control unit and behavior is > same like H3/H5, so reuse the same in A64. > > Signed-off-by: Jagan Teki > --- > arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 15 +++ > 1 file changed, 15 insertions(+

Re: [linux-sunxi] [PATCH 3/3] arm64: allwinner: h6: enable MMC0/2 on Pine H64

2018-05-02 Thread Andre Przywara
Hi, On 01/05/18 16:52, Chen-Yu Tsai wrote: > On Mon, Apr 30, 2018 at 6:44 PM, Andre Przywara > wrote: >> Hi, >> >> On 30/04/18 10:51, Icenowy Zheng wrote: >>> >>> >>> 于 2018年4月30日 GMT+08:00 下午5:47:35, Andre Przywara >>> 写到: Hi Icenowy, On 27/04/18 08:12, Icenowy Zheng wrote: >>>

Re: [linux-sunxi] [PATCH 3/3] arm64: allwinner: h6: enable MMC0/2 on Pine H64

2018-05-02 Thread Andre Przywara
Hi, On 02/05/18 10:36, Maxime Ripard wrote: > On Mon, Apr 30, 2018 at 10:47:35AM +0100, Andre Przywara wrote: I am just asking because I want to avoid running into the same problem as with the A64 before: that future DTs become incompatible with older kernels, because we change the

Re: [linux-sunxi] [PATCH 3/3] arm64: allwinner: h6: enable MMC0/2 on Pine H64

2018-05-02 Thread Maxime Ripard
On Mon, Apr 30, 2018 at 10:47:35AM +0100, Andre Przywara wrote: > >> I am just asking because I want to avoid running into the same problem > >> as with the A64 before: that future DTs become incompatible with older > >> kernels, because we change the power supply to point to the AXP > >> regulator

[linux-sunxi] Re: [PATCH v2 6/9] drm/panel: Add Netron DY E231732

2018-05-02 Thread Paul Kocialkowski
Hi, Le vendredi 09 septembre 2016 à 16:35 +0200, Maxime Ripard a écrit : > On Wed, Sep 07, 2016 at 12:01:56AM +0800, Chen-Yu Tsai wrote: > > Hi, > > > > On Tue, Sep 6, 2016 at 10:46 PM, Maxime Ripard > > wrote: > > > The E231732 is a 7" panel with a resolution of 800x480. > > > > From what I co