[linux-sunxi] Re: [PATCH v2 0/7] mmc: sunxi: Enable DM_MMC

2019-01-19 Thread André Przywara
On 19/01/2019 05:50, Jagan Teki wrote: > On Fri, Jan 18, 2019 at 11:18 PM Andre Przywara > wrote: >> >> On Fri, 18 Jan 2019 22:11:36 +0530 >> Jagan Teki wrote: >> >> Hi, >> >>> On Fri, Jan 18, 2019 at 6:00 PM Andre Przywara >>> wrote: On Fri, 18 Jan 2019 07:17:41 -0500 Tom Rini

[linux-sunxi] [PATCH v2 2/2] arm64: dts: allwinner: a64: Orange Pi Win: Enable IR

2019-01-19 Thread Jernej Skrabec
OrangePi Win board contains IR receiver. Enable it. Signed-off-by: Jernej Skrabec --- arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts

[linux-sunxi] [PATCH v2 1/2] arm64: dts: allwinner: a64: Add IR node

2019-01-19 Thread Jernej Skrabec
From: Igors Makejevs IR peripheral is completely compatible with A13 one. Signed-off-by: Igors Makejevs Signed-off-by: Jernej Skrabec --- arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 17 + 1 file changed, 17 insertions(+) diff --git

[linux-sunxi] Re: [PATCH 0/9] sunxi: enable DM_MMC

2019-01-19 Thread André Przywara
On 19/01/2019 18:32, Vasily Khoruzhick wrote: > On Fri, Jan 18, 2019 at 5:32 PM Andre Przywara wrote: >> >> This series enables the Allwinner MMC driver to drive all SoCs with its >> DM_MMC variant. We use the gates clock and reset support from the new >> clock driver, but keep the actual mod

[linux-sunxi] Re: [PATCH 0/9] sunxi: enable DM_MMC

2019-01-19 Thread Vasily Khoruzhick
On Fri, Jan 18, 2019 at 5:32 PM Andre Przywara wrote: > > This series enables the Allwinner MMC driver to drive all SoCs with its > DM_MMC variant. We use the gates clock and reset support from the new > clock driver, but keep the actual mod clock in its somewhat hackish > state. Properly

[linux-sunxi] [PATCH v2 0/2] Add support for IR on Allwinner A64

2019-01-19 Thread Jernej Skrabec
IR on A64 is nothing special and very similar to IR on A13 to the point that same driver can be used. Following patches just add necessary DT changes. Best regards, Jernej Changes from v1: - removed new dual compatible because IR peripheral is basically the same as in A13 - removed DT binding

[linux-sunxi] Re: [PATCH 0/9] sunxi: enable DM_MMC

2019-01-19 Thread Vasily Khoruzhick
On Sat, Jan 19, 2019 at 12:35 PM André Przywara wrote: > Thanks for the report! So is this with this U-Boot on an SD card or on > the eMMC? This is with u-boot on eMMC and no SD card present in the slot. > Can you try to add the mmc1 = alias that Jagan suggested: >