From mboxrd@z Thu Jan 1 00:00:00 1970 From: ivo.g.dimitrov.75@gmail.com (Ivaylo Dimitrov) Date: Fri, 29 Apr 2016 00:19:31 +0300 Subject: [PATCH 0/2] Fix ir-rx51 by using PWM pdata In-Reply-To: <1461714709-10455-1-git-send-email-tony@atomide.com> References: <1461714709-10455-1-git-send-email-tony@atomide.com> Message-ID: <57227E63.4040907@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, On 27.04.2016 02:51, Tony Lindgren wrote: > Hi all, > > Here are minimal fixes to get ir-rx51 going again. Then further > fixes can be done as noted in the second patch. > > Regards, > > Tony > > > Tony Lindgren (2): > ARM: OMAP2+: Add more functions to pwm pdata for ir-rx51 > [media] ir-rx51: Fix build after multiarch changes broke it > > arch/arm/mach-omap2/board-rx51-peripherals.c | 35 ++++++++- > arch/arm/mach-omap2/pdata-quirks.c | 33 ++++++++- > drivers/media/rc/Kconfig | 2 +- > drivers/media/rc/ir-rx51.c | 99 ++++++++++++++------------ > include/linux/platform_data/media/ir-rx51.h | 1 + > include/linux/platform_data/pwm_omap_dmtimer.h | 21 ++++++ > 6 files changed, 141 insertions(+), 50 deletions(-) > I didn't test legacy boot, as I don't really see any value of doing it now the end of the legacy boot is near, the driver does not function correctly, however the patchset at least allows for the driver to be build and we have something to improve on. And I am going to send a patch that fixes the problem with omap_dm_timer_request_specific(). So, for both patches, you may add: Tested-by: Ivaylo Dimitrov Thanks, Ivo