Re: [U-Boot] [U-Boot PATCH 6/8] spi: xilinx_spi: Driver clean-up

2015-04-22 Thread Jagan Teki
On 22 April 2015 at 18:10, Michal Simek wrote: > On 04/21/2015 08:27 PM, Jagannadha Sutradharudu Teki wrote: >> - Zap unneeded macros >> - Re-arrange the code >> - Removed __attribute__((weak)) >> - Replace __func__ macro with func names to save macro transition. >> - Re-arranged comment lines. >>

Re: [U-Boot] [U-Boot PATCH 6/8] spi: xilinx_spi: Driver clean-up

2015-04-22 Thread Michal Simek
On 04/21/2015 08:27 PM, Jagannadha Sutradharudu Teki wrote: > - Zap unneeded macros > - Re-arrange the code > - Removed __attribute__((weak)) > - Replace __func__ macro with func names to save macro transition. > - Re-arranged comment lines. > - Arrange driver code in more readable format[1] > > [

[U-Boot] [U-Boot PATCH 6/8] spi: xilinx_spi: Driver clean-up

2015-04-21 Thread Jagannadha Sutradharudu Teki
- Zap unneeded macros - Re-arrange the code - Removed __attribute__((weak)) - Replace __func__ macro with func names to save macro transition. - Re-arranged comment lines. - Arrange driver code in more readable format[1] [1] http://lists.denx.de/pipermail/u-boot/2013-August/160473.html Signed-off