Re: [PATCH v3 07/10] arm: sunxi: add support for DIP detection to CHIP board

2021-04-15 Thread Köry Maincent
On Thu, 15 Apr 2021 11:32:48 +0200 Maxime Ripard wrote: > Hi, > > On Thu, Apr 15, 2021 at 10:38:43AM +0200, Köry Maincent wrote: > > > > arch/arm/mach-sunxi/Kconfig | 9 > > > > board/sunxi/Makefile| 1 + > > > > board/sunxi/chip.c | 104 +++

Re: [PATCH v3 07/10] arm: sunxi: add support for DIP detection to CHIP board

2021-04-15 Thread Maxime Ripard
Hi, On Thu, Apr 15, 2021 at 10:38:43AM +0200, Köry Maincent wrote: > > > arch/arm/mach-sunxi/Kconfig | 9 > > > board/sunxi/Makefile| 1 + > > > board/sunxi/chip.c | 104 > > > 3 files changed, 114 insertions(+) > > > create mode 100

Re: [PATCH v3 07/10] arm: sunxi: add support for DIP detection to CHIP board

2021-04-15 Thread Köry Maincent
Hello Maxime, Thanks for your review. On Wed, 24 Mar 2021 15:32:59 +0100 Maxime Ripard wrote: > > arch/arm/mach-sunxi/Kconfig | 9 > > board/sunxi/Makefile| 1 + > > board/sunxi/chip.c | 104 > > 3 files changed, 114 insertions(+)

Re: [PATCH v3 07/10] arm: sunxi: add support for DIP detection to CHIP board

2021-03-24 Thread Maxime Ripard
Hi, On Wed, Mar 24, 2021 at 11:04:17AM +0100, Kory Maincent wrote: > Add the extension_board_scan specific function to scan the information > of the EEPROM on one-wire and fill the extension struct. > Add the Kconfig symbol to enable the needs to detect DIPs. > > Signed-off-by: Kory Maincent > -

[PATCH v3 07/10] arm: sunxi: add support for DIP detection to CHIP board

2021-03-24 Thread Kory Maincent
Add the extension_board_scan specific function to scan the information of the EEPROM on one-wire and fill the extension struct. Add the Kconfig symbol to enable the needs to detect DIPs. Signed-off-by: Kory Maincent --- Need the following patches series to fix a one-wire gpio issue. https://list