[U-Boot] [PATCH v1 1/6] microblaze: Use default implementation from include/linux/io.h

2018-06-29 Thread Shreenidhi Shedi
Signed-off-by: Shreenidhi Shedi --- Changes in v1: - Removed few macros which aren't needed anymore - Few cosmetic changes - Converted Xilinx Axi Watchdog driver to driver model arch/microblaze/include/asm/io.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/microblaze/include/asm/io

Re: [U-Boot] [PATCH v1 1/6] microblaze: Use default implementation from include/linux/io.h

2018-07-11 Thread Michal Simek
On 29.6.2018 23:51, Shreenidhi Shedi wrote: > Signed-off-by: Shreenidhi Shedi > --- > > Changes in v1: > - Removed few macros which aren't needed anymore > - Few cosmetic changes > - Converted Xilinx Axi Watchdog driver to driver model > > arch/microblaze/include/asm/io.h | 3 --- > 1 file chan