[U-Boot] [PATCH v2] drivers: spi: Remove duplicate .probe method

2017-05-03 Thread suniel . spartan
From: Suniel Mahesh .probe method has been assigned twice when declaring a driver with U_BOOT_DRIVER(). Removed one of them. Here is the last commit which had the duplicate entry: "spi: omap3: Convert to driver model" (sha1: 77b8d04854f486741471ad02b93b473b5b3d72f8)

[U-Boot] [PATCH] drivers: spi: Remove duplicate .probe method

2017-04-28 Thread suniel . spartan
From: Suniel Mahesh .probe method has been assigned twice when declaring a a driver with U_BOOT_DRIVER(). Removed one of them. Signed-off-by: Suniel Mahesh --- Note: Tested on latest u-boot mainline tree and maintainers u-boot-spi tree, no

[U-Boot] [PATCH] include: configs: Fix build warnings due to redefined

2017-04-11 Thread suniel . spartan
From: Suniel Mahesh Driver model for OMAP24XX and later Multichannel SPI master controller, if used, OMAP3 SPI configuration is set. The same configuration is defined in ti_armv7_omap.h, because of redefinition, warnings are spilled during build. Fixed warnings for