Hello,
For those following development of the qi-kernel project, I am pleased
to announce that a new 'jz-3.12' branch is now available.
The jz-3.12 branch is a rebase of the Qi Hardware community
non-upstream patches onto Linux kernel 3.12.
Trivial merges put aside, the following patches were dropped since
jz-3.11:
Lars-Peter Clausen (1):
regulator: of_get_regulation_constraints: Use node name as fallback
This rebase being my first contribution to the project, I would like
to thank Lars-Peter Clausen and the whole development team for letting
me join the happy crew :-).
The following changes since commit 5e01dc7b26d9f24f39abace5da98ccbd6a5ceb52:
Linux 3.12
are available in the git repository at:
git://projects.qi-hardware.com/qi-kernel.git jz-3.12
Lars-Peter Clausen (18):
ubi: Read only the vid header instead of the whole page
NAND: Optimize NAND_ECC_HW_OOB_FIRST read
NAND: Add support for subpage reads for NAND_ECC_HW_OOB_FIRST
Add jz4740 udc driver
Add ili8960 lcd driver
qi_lb60: Don't use 3-wire spi mode for the display for now
Add defconfig for the Ben NanoNote
pwm: jz4740: Pass device to clk_get
video: jz4740-fb: Use clk_prepare_enable/clk_disable_unprepare
mmc: jz4740: Use clk_prepare_enable/clk_disable_unprepare
drivers/rtc/rtc-jz4740.c: Use managed resources
drivers/rtc/rtc-jz4740.c: jz4740: Add device tree support
usb: jz4740-udc: Add devicetree support
ASoC: jz4740-codec: Add device tree support
mmc: jz4740: Use a regulator for power control
mmc: jz4740: Add devicetree support
ASoC: jz4740: Use the generic dmaengine PCM driver
slcd: Use generic dmaengine interface
Maarten ter Huurne (14):
fbcon: Add 6x10 font
/dev/mem: Add kernel config option to omit this device
mtd: cc_ftl: New FTL driver for media players using China Chip
firmware
media: radio: RDA5807: Added driver.
MIPS: Removed declaration of obsolete arch_init_clk_ops()
MIPS: JZ4740: Added setting of PLL rate and main dividers
MIPS: JZ4740: Add cpufreq support
MMC: JZ4740: Added support for CPU frequency changing
MIPS: JZ4740: SLCD framebufer driver
MIPS: JZ4740: Work around fbcon logo crash with SLCD
MIPS: A320: Add SoC sound support for Dingoo A320
MIPS: A320: Add Dingoo A320 board support
OpenDingux: Add initrd
Add defconfig for the Dingoo A320
Paul Cercueil (9):
fbcon: use kstrtouint instead of deprecated function simple_strtoul.
fbcon: continue parsing parameters after an error.
fbcon: optimize parameters parsing loop.
fbcon: add parameter to toggle bind on startup.
MMC: JZ4740: Fix handling of read errors.
ASoC: JZ4740: delay activation of the DAC to work around a sound bug.
RTC: JZ4740: Init the "regulator" register on startup.
MIPS: JZ4740: LCD: Fixed LCD_CMD consts and completed LCD_STATE
consts
OpenDingux: Add logo
.../devicetree/bindings/rtc/jz4740-rtc.txt | 17 +
.../devicetree/bindings/sound/jz4740-codec.txt | 12 +
Documentation/fb/fbcon.txt | 12 +-
arch/mips/Kconfig | 1 +
arch/mips/configs/a320_defconfig | 152 +
arch/mips/configs/qi_lb60_defconfig | 177 +
arch/mips/include/asm/clock.h | 3 -
arch/mips/include/asm/mach-jz4740/gpio.h | 5 +
arch/mips/include/asm/mach-jz4740/jz4740_fb.h | 8 +
arch/mips/include/asm/mach-jz4740/jz4740_mmc.h | 2 -
arch/mips/jz4740/Kconfig | 3 +
arch/mips/jz4740/Makefile | 2 +
arch/mips/jz4740/board-a320.c | 471 +
arch/mips/jz4740/board-qi_lb60.c | 34 +-
arch/mips/jz4740/clock.c | 230 +-
arch/mips/jz4740/clock.h | 4 +
arch/mips/jz4740/cpufreq.c | 226 +
arch/x86/Kconfig.debug | 1 +
drivers/char/Kconfig | 10 +
drivers/char/mem.c | 19 +-
drivers/cpufreq/Kconfig | 10 +
drivers/media/radio/Kconfig | 11 +
drivers/media/radio/Makefile | 1 +
drivers/media/radio/radio-rda5807.c | 674 +
drivers/mmc/host/jz4740_mmc.c | 150 +-
drivers/mtd/Kconfig | 9 +-
drivers/mtd/Makefile | 1 +
drivers/mtd/cc_ftl.c | 247 +
drivers/mtd/nand/nand_base.c | 97 +-
drivers/mtd/ubi/io.c | 2 +-
drivers/pwm/pwm-jz4740.c | 2 +-
drivers/rtc/rtc-jz4740.c | 49 +-
drivers/usb/gadget/Kconfig | 8 +
drivers/usb/gadget/Makefile | 1 +
drivers/usb/gadget/gadget_chips.h | 1 +
drivers/usb/gadget/jz4740_udc.c | 2162 +
drivers/usb/gadget/jz4740_udc.h | 101 +
drivers/video/Kconfig | 22 +
drivers/video/Makefile | 1 +
drivers/video/backlight/Kconfig | 7 +
drivers/video/backlight/Makefile | 1 +
drivers/video/backlight/ili8960.c | 262 +
drivers/video/console/fbcon.c | 132 +-
drivers/video/jz4740_fb.c | 88 +-
drivers/video/jz4740_lcd.h | 105 +
drivers/video/jz4740_slcd.h | 139 +
drivers/video/jz4740_slcd_fb.c | 1123 +
drivers/video/jz4740_slcd_panels.c | 575 +
drivers/video/logo/Kconfig | 5 +
drivers/video/logo/Makefile | 1 +
drivers/video/logo/logo.c | 8 +-
drivers/video/logo/logo_opendingux_clut224.ppm |230404 ++++++++++++++++++++
include/linux/font.h | 4 +-
include/linux/linux_logo.h | 1 +
include/linux/mtd/nand.h | 2 +-
include/media/radio-rda5807.h | 47 +
initrd/mininit | Bin 0 -> 43180 bytes
initrd/splashkill | Bin 0 -> 35900 bytes
initrd/tree.txt | 29 +
lib/fonts/Kconfig | 9 +
lib/fonts/Makefile | 1 +
lib/fonts/font_6x10.c | 3086 +
lib/fonts/fonts.c | 4 +
sound/soc/codecs/jz4740.c | 16 +-
sound/soc/jz4740/Kconfig | 10 +
sound/soc/jz4740/Makefile | 2 +
sound/soc/jz4740/a320.c | 172 +
sound/soc/jz4740/jz4740-i2s.c | 48 +-
sound/soc/jz4740/jz4740-pcm.c | 309 +-
69 files changed, 240966 insertions(+), 562 deletions(-)
create mode 100644 Documentation/devicetree/bindings/rtc/jz4740-rtc.txt
create mode 100644 Documentation/devicetree/bindings/sound/jz4740-codec.txt
create mode 100644 arch/mips/configs/a320_defconfig
create mode 100644 arch/mips/configs/qi_lb60_defconfig
create mode 100644 arch/mips/jz4740/board-a320.c
create mode 100644 arch/mips/jz4740/cpufreq.c
create mode 100644 drivers/media/radio/radio-rda5807.c
create mode 100644 drivers/mtd/cc_ftl.c
create mode 100644 drivers/usb/gadget/jz4740_udc.c
create mode 100644 drivers/usb/gadget/jz4740_udc.h
create mode 100644 drivers/video/backlight/ili8960.c
create mode 100644 drivers/video/jz4740_lcd.h
create mode 100644 drivers/video/jz4740_slcd.h
create mode 100644 drivers/video/jz4740_slcd_fb.c
create mode 100644 drivers/video/jz4740_slcd_panels.c
create mode 100644 drivers/video/logo/logo_opendingux_clut224.ppm
create mode 100644 include/media/radio-rda5807.h
create mode 100755 initrd/mininit
create mode 100755 initrd/splashkill
create mode 100644 initrd/tree.txt
create mode 100644 lib/fonts/font_6x10.c
create mode 100644 sound/soc/jz4740/a320.c
--
Apelete
_______________________________________________
Qi Hardware Discussion List
Mail to list (members only): [email protected]
Subscribe or Unsubscribe:
http://lists.en.qi-hardware.com/mailman/listinfo/discussion