Re: [PATCH net v2 1/2] mdio-bitbang: Export mdiobb_{read,write}()

2021-01-18 Thread Florian Fainelli
On 1/18/2021 7:06 AM, Geert Uytterhoeven wrote: > Export mdiobb_read() and mdiobb_write(), so Ethernet controller drivers > can call them from their MDIO read/write wrappers. > > Signed-off-by: Geert Uytterhoeven Reviewed-by: Florian Fainelli -- Florian

Re: [PATCH net v2 1/2] mdio-bitbang: Export mdiobb_{read,write}()

2021-01-18 Thread Wolfram Sang
On Mon, Jan 18, 2021 at 04:06:55PM +0100, Geert Uytterhoeven wrote: > Export mdiobb_read() and mdiobb_write(), so Ethernet controller drivers > can call them from their MDIO read/write wrappers. > > Signed-off-by: Geert Uytterhoeven Tested-by: Wolfram Sang signature.asc Description: PGP

[PATCH net v2 1/2] mdio-bitbang: Export mdiobb_{read,write}()

2021-01-18 Thread Geert Uytterhoeven
Export mdiobb_read() and mdiobb_write(), so Ethernet controller drivers can call them from their MDIO read/write wrappers. Signed-off-by: Geert Uytterhoeven --- v2: - New. --- drivers/net/mdio/mdio-bitbang.c | 6 -- include/linux/mdio-bitbang.h| 3 +++ 2 files changed, 7