[linux-sunxi] Re: [PATCH 04/17] i2c: mvtwsi: sunxi: update macro

2021-01-03 Thread Heiko Schocher
upport lands for those SoCs. > > Signed-off-by: Jernej Skrabec > --- > drivers/i2c/mvtwsi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Heiko Schocher bye, Heiko -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Of

[linux-sunxi] Re: [U-Boot] [PATCH 0/4] sunxi: i2c: Add DM I2C support for A64/H3/H5

2017-04-28 Thread Heiko Schocher
Hello Maxim, Am 28.04.2017 um 09:27 schrieb Maxime Ripard: On Fri, Apr 28, 2017 at 08:53:50AM +0200, Heiko Schocher invitel wrote: Hello Maxime, Am 28.04.2017 um 08:44 schrieb Maxime Ripard: Hello Heiko, On Fri, Apr 28, 2017 at 05:46:05AM +0200, Heiko Schocher wrote: Hello Jagan, Am

[linux-sunxi] Re: [PATCH 0/4] sunxi: i2c: Add DM I2C support for A64/H3/H5

2017-04-27 Thread Heiko Schocher
Hello Jagan, Am 27.04.2017 um 00:03 schrieb Jernej Skrabec: This series implements DM I2C support, but allows old I2C to be selected when needed. Patch 1 makes sure that sy8106a driver is compiled only during SPL build. Patch 2 moves i2c_init_board() function to more convenient place for

[linux-sunxi] Re: [U-Boot] [PATCH 4/4] sunxi: Enable DM_I2C for A64/H3/H5

2017-04-27 Thread Heiko Schocher
to DM too. Signed-off-by: Jernej Skrabec <jernej.skra...@siol.net> --- board/sunxi/Kconfig | 2 ++ 1 file changed, 2 insertions(+) Reviewed-by: Heiko Schocher <h...@denx.de> bye, Heiko diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index 196d8fce08..707e656ea6 100644

[linux-sunxi] Re: [U-Boot] [PATCH 2/4] sunxi: Move function for later convenience

2017-04-27 Thread Heiko Schocher
Skrabec <jernej.skra...@siol.net> --- board/sunxi/board.c | 188 ++-- 1 file changed, 94 insertions(+), 94 deletions(-) Reviewed-by: Heiko Schocher <h...@denx.de> bye, Heiko diff --git a/board/sunxi/board.c b/board/sunxi/b

[linux-sunxi] Re: [PATCH 3/4] sunxi: i2c: Add support for DM I2C

2017-04-27 Thread Heiko Schocher
viewed-by: Heiko Schocher <h...@denx.de> bye, Heiko diff --git a/arch/arm/mach-sunxi/board.c b/arch/arm/mach-sunxi/board.c index 4507279cc5..65b1ebd837 100644 --- a/arch/arm/mach-sunxi/board.c +++ b/arch/arm/mach-sunxi/board.c @@ -204,7 +204,9 @@ void s_init(void) clock_init();

[linux-sunxi] Re: [U-Boot] [PATCH 1/4] sunxi: power: Compile sy8106a driver only during SPL build

2017-04-27 Thread Heiko Schocher
net> --- drivers/power/sy8106a.c | 2 ++ 1 file changed, 2 insertions(+) Reviewed-by: Heiko Schocher <h...@denx.de> bye, Heiko diff --git a/drivers/power/sy8106a.c b/drivers/power/sy8106a.c index bbf116f655..f9db3965f2 100644 --- a/drivers/power/sy8106a.c +++ b/drivers/power/sy8106

[linux-sunxi] Re: [U-Boot] Porting Linux's MTD/NAND changes into U-Boot

2016-04-26 Thread Heiko Schocher
Hello Richard, Am 26.04.2016 um 09:20 schrieb Richard Weinberger: Am 26.04.2016 um 07:17 schrieb Heiko Schocher: Also, as the UBI/UIFS case may show, it is not always a trivial job to do such a sync, as concepts in Linux changes ... While we are at it, how do you QA? I do some very basic

[linux-sunxi] Re: [U-Boot] Porting Linux's MTD/NAND changes into U-Boot

2016-04-25 Thread Heiko Schocher
Hello Tom, Boris, Am 25.04.2016 um 19:36 schrieb Tom Rini: On Mon, Apr 25, 2016 at 04:43:14PM +0200, Boris Brezillon wrote: Hi Scott, I've recently contributed a lot of MTD/NAND related patches (and intend to continue doing so). Some of them are transversal changes touching the MTD and NAND

[linux-sunxi] Re: [U-Boot] [PATCH u-boot sunxi 07/12] sunxi: Add i2c support

2014-03-18 Thread Heiko Schocher
Hello Hans, Am 18.03.2014 00:00, schrieb Hans de Goede: From: Henrik Nordstromhen...@henriknordstrom.net Based linux-sunxi#sunxi commit d854c4de2f57 arm: Handle .gnu.hash section in ldscripts vs v2014.01. As well as the following signed-off-by the sunxi branch shows commits to the sunxi_i2c.c