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

2021-05-13 Thread Tom Rini
On Tue, May 04, 2021 at 07:31:27PM +0200, 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 >

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

2021-05-13 Thread Andre Przywara
On Tue, 4 May 2021 19:31:27 +0200 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 v5 07/10] arm: sunxi: add support for DIP detection to CHIP board

2021-05-04 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 Reviewed-by: Maxime Ripard --- Change since v1: - Replace TARGET_CHIP options