* Pali Rohár <pali.rohar@xxxxxxxxx> [160128 00:34]: > On Thursday 28 January 2016 01:05:53 Sebastian Reichel wrote: > > Hi, > > > > On Thu, Jan 21, 2016 at 02:02:55PM -0800, Tony Lindgren wrote: > > > * Ivaylo Dimitrov <ivo.g.dimitrov.75@xxxxxxxxx> [151224 11:02]: > > > > Could you elaborate on that patch system? Where it is and do I > > > > need some special account/access? > > > > > > Sorry going through my pending mail and only now noticed this > > > one. Looks like you got it figured out though as the patches > > > are in mainline now :) > > > > IIRC this was the last blocker for removing n900 legacy code? > > No! I know at least two missing-feature regressions in DT booted kernel: > > * slot name in sysfs for omap mmc devices Can't you do this already by passing platform_data in addition to dts using pdata-quirks.c? Then when we have a generic binding for this we can move to use that. > * missing DT support for ir-rx51 driver I believe this still works the same as ever with platform_data if you completely disable multiarch. However, that's not a good solution, it's best to update it to use the generic drivers/pwm/pwm-omap-dmtimer.c. I can take a look at this one no problem unless somebody else is already working on it. > Plus, before removing board-rx51.c file we should backup or convert to > DT this C-state cpuidle table (to prevent its lost): > > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/arch/arm/mach-omap2/board-rx51.c#n62 Oh you mean just the table in the comments there? We have board-rx51.c still available in git log so I think we have plenty of back up versions of that :) $ git show v4.4:arch/arm/mach-omap2/board-rx51.c Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html