[PATCH] gpio: tca642x: fix input subcommand for gpio banks > 0

2020-11-25 Thread Tomas Novotny
t info subcommand works as expected, because the input pin values are accessed differently. Fixes: 61c1775f16ed ("gpio: tca642x: Add the tca642x gpio expander driver") Cc: Dan Murphy Signed-off-by: Tomas Novotny --- drivers/gpio/tca642x.c | 49 ++ 1

Re: [U-Boot] [PATCH 1/4] sunxi: Fix build when CONFIG_CMD_NET is disabled

2019-02-11 Thread Tomas Novotny
Hi Ondřej, On Sat, 9 Feb 2019 14:39:54 +0100, meg...@megous.com wrote: > From: Ondrej Jirman > > Signed-off-by: Ondřej Jirman > --- > board/sunxi/board.c | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/board/sunxi/board.c b/board/sunxi/board.c > index 98bc3cd0

Re: [U-Boot] [PATCH] configs: tbs_a711: lower dram frequency

2019-02-11 Thread Tomas Novotny
Hi Jagan, On Sat, 9 Feb 2019 21:47:12 +0530, Jagan Teki wrote: > On Tue, Feb 5, 2019 at 7:27 PM Tomas Novotny wrote: > > > > The dram chip on the tablet was changed. The new one requires a lower > > frequency, so change it. > > > > Frequency 564 was also stab

[U-Boot] [PATCH] configs: tbs_a711: lower dram frequency

2019-02-05 Thread Tomas Novotny
The dram chip on the tablet was changed. The new one requires a lower frequency, so change it. Frequency 564 was also stable in the tests, but use slightly lower one to be on a safe side. Signed-off-by: Tomas Novotny --- configs/tbs_a711_defconfig | 2 +- 1 file changed, 1 insertion(+), 1

Re: [U-Boot] [PATCH v4 0/9] mmc: sunxi: Enable DM_MMC

2019-01-30 Thread Tomas Novotny
Hi, On Wed, 30 Jan 2019 11:46:55 +, Andre Przywara wrote: > On Wed, 30 Jan 2019 11:16:07 +0100 > Tomas Novotny wrote: > > Hi, > > > On Tue, 29 Jan 2019 15:54:07 +, Andre Przywara > > wrote: > > > This series gathers all remaining patches we need

Re: [U-Boot] [PATCH v4 0/9] mmc: sunxi: Enable DM_MMC

2019-01-30 Thread Tomas Novotny
Hi Andre, On Tue, 29 Jan 2019 15:54:07 +, Andre Przywara wrote: > This series gathers all remaining patches we need to enable DM_MMC for > Allwinner boards. It relies on the clock gates framework already merged, > and adds the respective gates and resets for each SoC. > It then teaches the su

[U-Boot] [PATCH 2/2] da8xx: Add the missing pinmux for da830 to the gpio driver

2013-02-01 Thread Tomas Novotny
The pinmux was generated from linux/arch/arm/mach-davinci/da830.c as of kernel version 3.7.5. If the driver is used for the da850, then SoC variant must be specified by CONFIG_SOC_DA850. Signed-off-by: Tomas Novotny Cc: Tom Rini --- I'm not sure with selected #defines, so suggestion

[U-Boot] [PATCH 1/2] da8xx: ea20: Add the configuration define for the exact SoC variant

2013-02-01 Thread Tomas Novotny
Signed-off-by: Tomas Novotny Cc: Tom Rini Cc: Stefano Babic --- The second patch in this series adds pinmux for the da830. This pinmux is selected when CONFIG_SOC_DA850 is not set. Although ea20 has its own gpio pinmux (because gpio_request() is not used), this patch is added to prevent