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(-)