Message ID | 20190725220215.460-1-paul@crapouillou.net (mailing list archive) |
---|---|
Headers | show |
Series | JZ4740 SoC cleanup | expand |
Hi Paul. On Thu, Jul 25, 2019 at 06:02:04PM -0400, Paul Cercueil wrote: > Hi, > > This patchset converts the Qi LB60 MIPS board to devicetree and makes it > use all the shiny new drivers that have been developed or updated > recently. > > All the crappy old drivers and custom code can be dropped since they > have been replaced by better alternatives. The overall diffstat is missing. Just for curiosity it would be nice to see what was dropped with this patch. Sam
Le ven. 26 juil. 2019 à 14:46, Sam Ravnborg <sam@ravnborg.org> a écrit : > Hi Paul. > > On Thu, Jul 25, 2019 at 06:02:04PM -0400, Paul Cercueil wrote: >> Hi, >> >> This patchset converts the Qi LB60 MIPS board to devicetree and >> makes it >> use all the shiny new drivers that have been developed or updated >> recently. >> >> All the crappy old drivers and custom code can be dropped since they >> have been replaced by better alternatives. > > The overall diffstat is missing. > Just for curiosity it would be nice to see what was dropped with this > patch. > > Sam Diffstat: arch/mips/boot/dts/ingenic/jz4740.dtsi | 84 ++++++++++++ arch/mips/boot/dts/ingenic/qi_lb60.dts | 295 ++++++++++++++++++++++++++++++++++++++++- arch/mips/configs/qi_lb60_defconfig | 44 +++--- arch/mips/include/asm/mach-jz4740/gpio.h | 15 --- arch/mips/include/asm/mach-jz4740/jz4740_fb.h | 58 -------- arch/mips/include/asm/mach-jz4740/jz4740_mmc.h | 12 -- arch/mips/include/asm/mach-jz4740/platform.h | 26 ---- arch/mips/jz4740/Makefile | 7 +- arch/mips/jz4740/board-qi_lb60.c | 491 ------------------------------------------------------------------- arch/mips/jz4740/platform.c | 250 ----------------------------------- arch/mips/jz4740/prom.c | 5 - arch/mips/jz4740/setup.c | 3 +- drivers/dma/Kconfig | 6 - drivers/dma/Makefile | 1 - drivers/dma/dma-jz4740.c | 623 ------------------------------------------------------------------------------------- drivers/hwmon/Kconfig | 10 -- drivers/hwmon/Makefile | 1 - drivers/hwmon/jz4740-hwmon.c | 135 ------------------- drivers/mfd/Kconfig | 9 -- drivers/mfd/Makefile | 1 - drivers/mfd/jz4740-adc.c | 324 --------------------------------------------- drivers/mtd/nand/raw/ingenic/Kconfig | 7 - drivers/mtd/nand/raw/ingenic/Makefile | 1 - drivers/mtd/nand/raw/ingenic/jz4740_nand.c | 536 -------------------------------------------------------------------------- drivers/power/supply/Kconfig | 11 -- drivers/power/supply/Makefile | 1 - drivers/power/supply/jz4740-battery.c | 421 ---------------------------------------------------------- drivers/video/fbdev/Kconfig | 9 -- drivers/video/fbdev/Makefile | 1 - drivers/video/fbdev/jz4740_fb.c | 690 ----------------------------------------------------------------------------------------------- sound/soc/jz4740/Kconfig | 25 +--- sound/soc/jz4740/Makefile | 5 - sound/soc/jz4740/qi_lb60.c | 106 --------------- 33 files changed, 404 insertions(+), 3809 deletions(-)
On Fri, Jul 26, 2019 at 12:02 AM Paul Cercueil <paul@crapouillou.net> wrote: > > Hi, > > This patchset converts the Qi LB60 MIPS board to devicetree and makes it > use all the shiny new drivers that have been developed or updated > recently. > > All the crappy old drivers and custom code can be dropped since they > have been replaced by better alternatives. > > Some of these alternatives are not yet in 5.3-rc1 but have already been > accepted by their respective maintainer for inclusion in 5.4-rc1. > > To upstream this patchset, I think that as soon as MIPS maintainers > agree to take patches 01-03/11 and 11/11, the other patches can go > through their respective maintainer's tree. Was this series tested with the Ben Nanonote device? I have one of these and from time to time I upgrade the kernel on it.
Hi Richard, Le lun. 29 juil. 2019 à 7:23, Richard Weinberger <richard.weinberger@gmail.com> a écrit : > On Fri, Jul 26, 2019 at 12:02 AM Paul Cercueil <paul@crapouillou.net> > wrote: >> >> Hi, >> >> This patchset converts the Qi LB60 MIPS board to devicetree and >> makes it >> use all the shiny new drivers that have been developed or updated >> recently. >> >> All the crappy old drivers and custom code can be dropped since they >> have been replaced by better alternatives. >> >> Some of these alternatives are not yet in 5.3-rc1 but have already >> been >> accepted by their respective maintainer for inclusion in 5.4-rc1. >> >> To upstream this patchset, I think that as soon as MIPS maintainers >> agree to take patches 01-03/11 and 11/11, the other patches can go >> through their respective maintainer's tree. > > Was this series tested with the Ben Nanonote device? > I have one of these and from time to time I upgrade the kernel on it. Yes! Artur (Cc'd) tested it. You can test it yourself, after merging this patchset with: https://git.kernel.org/pub/scm/linux/kernel/git/vkoul/slave-dma.git branch next, git://git.freedesktop.org/git/drm-misc branch drm-misc-next. These will be in 5.4-rc1. Cheers, -Paul
----- Ursprüngliche Mail ----- >> Was this series tested with the Ben Nanonote device? >> I have one of these and from time to time I upgrade the kernel on it. > > Yes! Artur (Cc'd) tested it. > > You can test it yourself, after merging this patchset with: > https://git.kernel.org/pub/scm/linux/kernel/git/vkoul/slave-dma.git > branch next, > git://git.freedesktop.org/git/drm-misc branch drm-misc-next. > > These will be in 5.4-rc1. Awesome! Thanks a lot for cleaning this up. Thanks, //richard