[linux-sunxi] Re: [PATCH] usb: musb-new: Extend Allwinner quirk to newer SoCs

2021-04-26 Thread Marek Vasut
On 4/27/21 2:03 AM, Andre Przywara wrote: As the comment in musb_regs.h describes, Allwinner saves the MUSB_CONFIGDATA register, which always return 0 on those SoCs. This is also true for the H6 and H616, so extend the quirk to those controllers as well. This fixes USB peripheral mode on H6

[linux-sunxi] [PATCH] usb: musb-new: Extend Allwinner quirk to newer SoCs

2021-04-26 Thread Andre Przywara
As the comment in musb_regs.h describes, Allwinner saves the MUSB_CONFIGDATA register, which always return 0 on those SoCs. This is also true for the H6 and H616, so extend the quirk to those controllers as well. This fixes USB peripheral mode on H6 and H616 boards. Signed-off-by: Andre

Re: [linux-sunxi] [PATCH] sunxi: board: Add H616 MMC2 pins

2021-04-26 Thread Jernej Škrabec
Dne ponedeljek, 26. april 2021 ob 14:14:46 CEST je Andre Przywara napisal(a): > We hardcode the pinctrl setting for the MMC controllers in boards.c, > since we need them also in the SPL, where there is no DT yet. > > Add the respective setting for the H616 SoC, to enable eMMC on boards > with

[linux-sunxi] Re: [GIT PULL] sunxi: Remaining v2021.07 merge window changes

2021-04-26 Thread Tom Rini
On Mon, Apr 26, 2021 at 11:50:58AM +0100, Andre Przywara wrote: > > Hi Tom, > > please pull this branch, containing the late part of the 2021.07 changes. > > This fixes the broken H5 Ethernet and updates the R40 and A64 DT files, > so nothing really critical. > > Build-tested for all 156

[linux-sunxi] Re: [PATCH] sunxi: board: Add H616 MMC2 pins

2021-04-26 Thread Jagan Teki
On Mon, Apr 26, 2021 at 5:45 PM Andre Przywara wrote: > > We hardcode the pinctrl setting for the MMC controllers in boards.c, > since we need them also in the SPL, where there is no DT yet. > > Add the respective setting for the H616 SoC, to enable eMMC on boards > with this SoC as well. > Also

[linux-sunxi] Re: [PATCH] sunxi: Bring back SD card as MMC device 0

2021-04-26 Thread Jagan Teki
On Mon, Apr 26, 2021 at 4:57 PM Andre Przywara wrote: > > On Sun, 25 Apr 2021 18:03:05 +0530 > Jagan Teki wrote: > > Hi Jagan, > > thanks for your input! > > > On Sun, Apr 25, 2021 at 3:30 PM Andre Przywara > > wrote: > > > > > > On Fri, 16 Apr 2021 12:08:09 +0100 > > > Andre Przywara wrote:

[linux-sunxi] [PATCH] sunxi: board: Add H616 MMC2 pins

2021-04-26 Thread Andre Przywara
We hardcode the pinctrl setting for the MMC controllers in boards.c, since we need them also in the SPL, where there is no DT yet. Add the respective setting for the H616 SoC, to enable eMMC on boards with this SoC as well. Also to make diagnosing this problem easier, print a warning if a board

[linux-sunxi] Re: [PATCH] sunxi: Bring back SD card as MMC device 0

2021-04-26 Thread Andre Przywara
On Sun, 25 Apr 2021 18:03:05 +0530 Jagan Teki wrote: Hi Jagan, thanks for your input! > On Sun, Apr 25, 2021 at 3:30 PM Andre Przywara wrote: > > > > On Fri, 16 Apr 2021 12:08:09 +0100 > > Andre Przywara wrote: > > > > Hi, > > > > > Commit 2243d19e5618 ("mmc: mmc-uclass: Use dev_seq() to

[linux-sunxi] [GIT PULL] sunxi: Remaining v2021.07 merge window changes

2021-04-26 Thread Andre Przywara
Hi Tom, please pull this branch, containing the late part of the 2021.07 changes. This fixes the broken H5 Ethernet and updates the R40 and A64 DT files, so nothing really critical. Build-tested for all 156 sunxi boards, and boot tested on a A64, R40, H5 and H616 board. USB, SD card, eMMC,