Re: [PATCH 1/2] ARM: OMAP2+: hsmmc.c: Remove dead code

2017-07-18 Thread Faiz Abbas
Hi Ulfe, I just wanted to make sure that no regressions happen on pandora board. I have tested this on dra71x-evm. Regards, Faiz On Monday 17 July 2017 06:38 PM, Ulf Hansson wrote: > On 14 July 2017 at 14:46, Faiz Abbas wrote: >> Most platforms using OMAP hsmmc driver have switched to device tr

Re: [PATCH 1/2] ARM: OMAP2+: hsmmc.c: Remove dead code

2017-07-17 Thread Ulf Hansson
On 14 July 2017 at 14:46, Faiz Abbas wrote: > Most platforms using OMAP hsmmc driver have switched to device tree > for passing platform data to omap_hsmmc.c driver. > > The hsmmc.c file in mach-omap2 exists only to support pandora board > which uses wl1251 driver in legacy platform data mode. > >

[PATCH 1/2] ARM: OMAP2+: hsmmc.c: Remove dead code

2017-07-14 Thread Faiz Abbas
Most platforms using OMAP hsmmc driver have switched to device tree for passing platform data to omap_hsmmc.c driver. The hsmmc.c file in mach-omap2 exists only to support pandora board which uses wl1251 driver in legacy platform data mode. Hence, remove the dead code not used by the pandora boar