[linux-sunxi] Re: [PATCH 0/4] ARM: sunxi: device tree pinctrl clean up and H3 OTG

2017-04-19 Thread Maxime Ripard
On Wed, Apr 19, 2017 at 01:09:15PM +0800, Chen-Yu Tsai wrote: > Hi Maxime, > > This series has 2 parts. The parts are largely unrelated, though the > second part should be applied after the first part, so we don't > accidentally mux pins that we shouldn't. Hence I'm sending them > together. > > T

[linux-sunxi] Re: [PATCH 2/4] ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting

2017-04-19 Thread icenowy
在 2017-04-19 13:09,Chen-Yu Tsai 写道: As part of our effort to move pinctrl/GPIO interlocking into the driver where it belongs, this patch drops the definition and usage of the mmc0_cd_pin_reference_design pinmux setting for the default mmc0 card detect GPIO pin. Signed-off-by: Chen-Yu Tsai ---

Re: [linux-sunxi] Re: [PATCH 2/4] ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting

2017-04-19 Thread Chen-Yu Tsai
On Wed, Apr 19, 2017 at 11:36 PM, wrote: > 在 2017-04-19 13:09,Chen-Yu Tsai 写道: >> >> As part of our effort to move pinctrl/GPIO interlocking into the >> driver where it belongs, this patch drops the definition and usage >> of the mmc0_cd_pin_reference_design pinmux setting for the default >> mmc0

[linux-sunxi] Re: [PATCH v4 04/18] dt-bindings: syscon: Add DT bindings documentation for Allwinner syscon

2017-04-19 Thread Rob Herring
On Wed, Apr 12, 2017 at 01:13:46PM +0200, Corentin Labbe wrote: > This patch adds documentation for Device-Tree bindings for the > syscon present in allwinner devices. > > Signed-off-by: Corentin Labbe > --- > .../devicetree/bindings/misc/allwinner,syscon.txt | 19 > +++ > 1

[linux-sunxi] Re: [PATCH] rtc-sunxi: Allow to select RTC clock source

2017-04-19 Thread mahesh . sawant
Hello Kortmann I am trying to use internal RTC of with Allwinner H3 for Orangepi board. I need to know how to change the clock source of the intrnal RTC at boot time (using armbian with 3.4.113) and the code you mentioned below how to use in the driver part. Thanks. Mahesh On Wednesday, Jul

[linux-sunxi] Re: [PATCH v4 04/18] dt-bindings: syscon: Add DT bindings documentation for Allwinner syscon

2017-04-19 Thread André Przywara
On 12/04/17 12:13, Corentin Labbe wrote: > This patch adds documentation for Device-Tree bindings for the > syscon present in allwinner devices. > > Signed-off-by: Corentin Labbe > --- > .../devicetree/bindings/misc/allwinner,syscon.txt | 19 > +++ > 1 file changed, 19 inser

Re: [linux-sunxi] Re: [PATCH v3 02/12] arm64: allwinner: a64: add NMI controller on A64

2017-04-19 Thread Maxime Ripard
On Tue, Apr 18, 2017 at 06:56:43PM +0800, Icenowy Zheng wrote: > > > 于 2017年4月18日 GMT+08:00 下午3:00:16, Maxime Ripard > 写到: > >On Mon, Apr 17, 2017 at 07:57:37PM +0800, Icenowy Zheng wrote: > >> Allwinner A64 SoC features a NMI controller, which is usually > >connected > >> to the AXP PMIC. > >>

[linux-sunxi] Re: [PATCH v4 04/18] dt-bindings: syscon: Add DT bindings documentation for Allwinner syscon

2017-04-19 Thread Corentin Labbe
On Thu, Apr 20, 2017 at 12:38:50AM +0100, André Przywara wrote: > On 12/04/17 12:13, Corentin Labbe wrote: > > This patch adds documentation for Device-Tree bindings for the > > syscon present in allwinner devices. > > > > Signed-off-by: Corentin Labbe > > --- > > .../devicetree/bindings/misc/al