From: James Hogan <james.hogan-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
To: linux-metag-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: METALinux 3.2 (v3.10) in metag-legacy.git
Date: Thu, 12 Nov 2015 09:36:00 +0000 [thread overview]
Message-ID: <20151112093600.GA11416@jhogan-linux.le.imgtec.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 26663 bytes --]
FYI, for reference I've created a new metag-legacy.git repository
containing the final official release of MetaLinux, from July 2013:
https://git.kernel.org/cgit/linux/kernel/git/jhogan/metag-legacy.git/
It's based on v3.10 and adds a few more arch features, fuller support
for various Meta SoCs (Chorus II and TZ1090) and boards (MetaMorph,
Minimorph, Polaris), including a bunch of related drivers, some of which
have since found their way upstream.
The diff stat is pasted below.
Thanks,
James
Documentation/00-INDEX | 4 +
Documentation/clk.txt | 4 +
.../devicetree/bindings/clock/divider-clock.txt | 37 +
.../bindings/clock/img,meta-gate-clock.txt | 28 +
.../bindings/clock/img,meta-mux-clock.txt | 35 +
.../bindings/clock/img,tz1090-deleter.txt | 37 +
.../devicetree/bindings/clock/img,tz1090-pll.txt | 33 +
.../devicetree/bindings/clock/specified-clock.txt | 39 +
.../devicetree/bindings/dma/img-mdc-dma.txt | 40 +
.../devicetree/bindings/dma/tz1090-mdc-dma.txt | 23 +
.../devicetree/bindings/gpio/gpio-tz1090-pdc.txt | 41 +
.../devicetree/bindings/gpio/gpio-tz1090.txt | 83 +
.../devicetree/bindings/i2c/i2c-chorus2.txt | 13 +
.../devicetree/bindings/i2c/i2c-imgscb.txt | 27 +
Documentation/devicetree/bindings/input/img-ir.txt | 17 +
.../devicetree/bindings/metag/meta-intc.txt | 10 +
.../devicetree/bindings/metag/pdc-intc.txt | 112 +
.../devicetree/bindings/misc/img,tz1090-2d.txt | 18 +
.../devicetree/bindings/misc/img,tz1090-socif.txt | 14 +
.../bindings/pinctrl/img,tz1090-pdc-pinctrl.txt | 128 +
.../bindings/pinctrl/img,tz1090-pinctrl.txt | 223 +
.../devicetree/bindings/rtc/imgpdc-rtc.txt | 28 +
.../devicetree/bindings/sound/img,tz1090-audio.txt | 19 +
.../devicetree/bindings/sound/img-i2s.txt | 29 +
Documentation/devicetree/bindings/sound/tansen.txt | 12 +
Documentation/devicetree/bindings/spi/img-spi.txt | 48 +
.../devicetree/bindings/vendor-prefixes.txt | 2 +
.../devicetree/bindings/watchdog/imgpdc-wdt.txt | 14 +
Documentation/fb/00-INDEX | 2 +
Documentation/fb/pdpfb.txt | 383 ++
Documentation/ioctl/ioctl-number.txt | 8 +
Documentation/metag/00-INDEX | 6 +
Documentation/metag/cachepart.txt | 40 +
Documentation/metag/coremem.txt | 33 +
Documentation/metag/tz1090/00-INDEX | 6 +
Documentation/metag/tz1090/pdc.txt | 15 +
Documentation/metag/tz1090/suspend.txt | 99 +
Documentation/sgx2d.txt | 99 +
Documentation/sound/alsa/Chorus2-Audio.txt | 34 +
Documentation/uccp.txt | 71 +
arch/metag/Kconfig | 17 +
arch/metag/Kconfig.board | 162 +
arch/metag/Kconfig.soc | 206 +
arch/metag/Makefile | 26 +-
arch/metag/boards/TZ1090-01XX/Makefile | 9 +
arch/metag/boards/TZ1090-01XX/display/Makefile | 5 +
arch/metag/boards/TZ1090-01XX/display/setup.c | 74 +
arch/metag/boards/TZ1090-01XX/hdmi-out/Makefile | 8 +
arch/metag/boards/TZ1090-01XX/hdmi-out/edid.h | 138 +
arch/metag/boards/TZ1090-01XX/hdmi-out/setup.c | 98 +
.../boards/TZ1090-01XX/hdmi-out/sii9022a-audio.c | 112 +
arch/metag/boards/TZ1090-01XX/hdmi-out/sii9022a.c | 1185 ++++++
arch/metag/boards/TZ1090-01XX/hdmi-out/sii9022a.h | 84 +
arch/metag/boards/TZ1090-01XX/setup.c | 180 +
arch/metag/boards/atp-dp/Makefile | 5 +
arch/metag/boards/atp-dp/display1/Makefile | 5 +
arch/metag/boards/atp-dp/display1/setup.c | 156 +
arch/metag/boards/atp-dp/display2/Makefile | 5 +
arch/metag/boards/atp-dp/display2/setup.c | 143 +
arch/metag/boards/atp-dp/lan1/Makefile | 5 +
arch/metag/boards/atp-dp/lan1/setup.c | 98 +
arch/metag/boards/atp-dp/setup.c | 135 +
arch/metag/boards/comet-bub/Makefile | 5 +
arch/metag/boards/comet-bub/display/Makefile | 5 +
arch/metag/boards/comet-bub/display/setup.c | 70 +
arch/metag/boards/comet-bub/lcd/Makefile | 6 +
arch/metag/boards/comet-bub/lcd/setup.c | 112 +
arch/metag/boards/comet-bub/setup.c | 103 +
arch/metag/boards/polaris/Makefile | 8 +
arch/metag/boards/polaris/gpio.h | 21 +
arch/metag/boards/polaris/poweroff.S | 130 +
arch/metag/boards/polaris/poweroff.h | 15 +
arch/metag/boards/polaris/setup.c | 323 ++
arch/metag/boards/polaris/setup.h | 16 +
arch/metag/boards/polaris/tft/Makefile | 2 +
arch/metag/boards/polaris/tft/setup.c | 107 +
arch/metag/boards/sensia-touchscreen/Makefile | 5 +
arch/metag/boards/sensia-touchscreen/setup.c | 100 +
.../boards/sensia-touchscreen/ts_qt5480_cfg.c | 758 ++++
arch/metag/boards/vivaldi/Makefile | 5 +
arch/metag/boards/vivaldi/setup.c | 88 +
arch/metag/boot/.gitignore | 2 +-
arch/metag/boot/dts/Makefile | 11 +
arch/metag/boot/dts/chorus2.dtsi | 60 +
arch/metag/boot/dts/chorus2_generic.dts | 9 +
arch/metag/boot/dts/tz1090.dtsi | 364 ++
arch/metag/boot/dts/tz1090_01ry.dts | 53 +
arch/metag/boot/dts/tz1090_01sp.dts | 65 +
arch/metag/boot/dts/tz1090_01tt.dts | 108 +
arch/metag/boot/dts/tz1090_01xk.dts | 75 +
arch/metag/boot/dts/tz1090_clk.dtsi | 498 +++
arch/metag/boot/dts/tz1090_generic.dts | 14 +
arch/metag/configs/chorus2_defconfig | 89 +
arch/metag/configs/comet_minimorph_defconfig | 147 +
arch/metag/configs/meta1_defconfig | 3 +
arch/metag/configs/meta2_defconfig | 3 +
arch/metag/configs/meta2_gen_defconfig | 40 +
arch/metag/configs/meta2_smp_defconfig | 3 +
arch/metag/configs/meta2_smp_gen_defconfig | 41 +
arch/metag/configs/polaris_defconfig | 123 +
arch/metag/configs/tz1090_defconfig | 122 +
arch/metag/drivers/Kconfig | 9 +
arch/metag/drivers/Makefile | 4 +
arch/metag/drivers/dma/Makefile | 5 +
arch/metag/drivers/dma/img_dmac.c | 320 ++
arch/metag/include/asm/barrier.h | 3 +
arch/metag/include/asm/bug.h | 4 +-
arch/metag/include/asm/cacheflush.h | 10 -
arch/metag/include/asm/cachepart.h | 19 +
arch/metag/include/asm/checksum.h | 3 +-
arch/metag/include/asm/clock.h | 8 +
arch/metag/include/asm/core-sysfs.h | 9 +
arch/metag/include/asm/coremem.h | 100 +
arch/metag/include/asm/disas.h | 150 +
arch/metag/include/asm/img_dma.h | 75 +
arch/metag/include/asm/img_dmac.h | 75 +
arch/metag/include/asm/io.h | 25 +
arch/metag/include/asm/irq.h | 1 +
arch/metag/include/asm/kdebug.h | 11 +
arch/metag/include/asm/kgdb.h | 46 +
arch/metag/include/asm/l2cache.h | 10 +
arch/metag/include/asm/pgtable.h | 42 +
arch/metag/include/asm/processor.h | 4 +
arch/metag/include/asm/resource.h | 12 +
arch/metag/include/asm/soc-chorus2/c2_irqnums.h | 63 +
arch/metag/include/asm/soc-chorus2/clock.h | 14 +
arch/metag/include/asm/soc-chorus2/dma.h | 28 +
arch/metag/include/asm/soc-chorus2/gpio.h | 48 +
arch/metag/include/asm/soc-chorus2/pdp.h | 10 +
arch/metag/include/asm/soc-chorus2/setup.h | 25 +
arch/metag/include/asm/soc-tz1090/afe.h | 23 +
arch/metag/include/asm/soc-tz1090/audiocodec.h | 123 +
arch/metag/include/asm/soc-tz1090/bootprot.h | 18 +
arch/metag/include/asm/soc-tz1090/clock.h | 57 +
arch/metag/include/asm/soc-tz1090/ddr-mt47h.inc | 22 +
arch/metag/include/asm/soc-tz1090/defs.h | 474 +++
arch/metag/include/asm/soc-tz1090/gpio.h | 172 +
arch/metag/include/asm/soc-tz1090/hdmi-audio.h | 14 +
arch/metag/include/asm/soc-tz1090/hdmi-video.h | 27 +
arch/metag/include/asm/soc-tz1090/irqnums.h | 58 +
arch/metag/include/asm/soc-tz1090/pdc.h | 28 +
arch/metag/include/asm/soc-tz1090/pdp.h | 26 +
arch/metag/include/asm/soc-tz1090/pm.h | 35 +
arch/metag/include/asm/soc-tz1090/sdhost.h | 27 +
arch/metag/include/asm/soc-tz1090/setup.h | 25 +
arch/metag/include/asm/soc-tz1090/suspend.h | 56 +
arch/metag/include/asm/soc-tz1090/usb.h | 16 +
arch/metag/include/asm/suspend.h | 60 +
arch/metag/include/asm/syscalls.h | 7 +
arch/metag/include/asm/tbx.h | 19 +-
arch/metag/include/asm/thread_info.h | 4 +
arch/metag/include/asm/traps.h | 15 +
arch/metag/include/uapi/asm/Kbuild | 2 +-
arch/metag/include/uapi/asm/resource.h | 7 -
arch/metag/kernel/Makefile | 4 +
arch/metag/kernel/cachepart.c | 119 +-
arch/metag/kernel/clock.c | 59 +-
arch/metag/kernel/coremem.c | 232 +
arch/metag/kernel/cpu/Kconfig | 53 +
arch/metag/kernel/cpu/Makefile | 8 +
arch/metag/kernel/cpu/core-sysfs.c | 60 +
arch/metag/kernel/cpu/counters/Makefile | 7 +
arch/metag/kernel/cpu/counters/amacount.c | 227 +
arch/metag/kernel/cpu/counters/cyclecount.c | 135 +
arch/metag/kernel/cpu/counters/perfcount.c | 153 +
arch/metag/kernel/cpu/l2cache-control.c | 289 ++
arch/metag/kernel/cpu/memory-arbiter.c | 133 +
arch/metag/kernel/cpu/write-combiner.c | 215 +
arch/metag/kernel/dma.c | 19 +-
arch/metag/kernel/irq.c | 7 +-
arch/metag/kernel/kgdb.c | 536 +++
arch/metag/kernel/kick.c | 9 +
arch/metag/kernel/metag_ksyms.c | 32 +
arch/metag/kernel/perf/perf_event.c | 3 +
arch/metag/kernel/process.c | 57 +
arch/metag/kernel/romwrappers.S | 68 +
arch/metag/kernel/setup.c | 39 +-
arch/metag/kernel/smp.c | 37 +-
arch/metag/kernel/suspend.S | 39 +
arch/metag/kernel/sys_metag.c | 17 +
arch/metag/kernel/time.c | 14 +-
arch/metag/kernel/traps.c | 440 +-
arch/metag/kernel/vmlinux.lds.S | 5 +
arch/metag/lib/checksum.c | 5 -
arch/metag/lib/delay.c | 4 -
arch/metag/lib/usercopy.c | 12 -
arch/metag/mm/cache.c | 2 +-
arch/metag/mm/extable.c | 18 +
arch/metag/mm/fault.c | 35 +
arch/metag/mm/l2cache.c | 34 +
arch/metag/mm/numa.c | 2 +-
arch/metag/soc/chorus2/Makefile | 11 +
arch/metag/soc/chorus2/clock.c | 513 +++
arch/metag/soc/chorus2/dma.c | 286 ++
arch/metag/soc/chorus2/gpio.c | 686 +++
arch/metag/soc/chorus2/irq.c | 106 +
arch/metag/soc/chorus2/lcd.c | 93 +
arch/metag/soc/chorus2/setup.c | 218 +
arch/metag/soc/tz1090/Makefile | 25 +
arch/metag/soc/tz1090/afe.c | 249 ++
arch/metag/soc/tz1090/audiocodec.c | 1211 ++++++
arch/metag/soc/tz1090/bootprot.c | 69 +
arch/metag/soc/tz1090/clock.c | 456 ++
arch/metag/soc/tz1090/coremem.c | 30 +
arch/metag/soc/tz1090/ddr.inc | 103 +
arch/metag/soc/tz1090/irq.c | 18 +
arch/metag/soc/tz1090/numa.c | 18 +
arch/metag/soc/tz1090/pdp.c | 133 +
arch/metag/soc/tz1090/pm.c | 355 ++
arch/metag/soc/tz1090/sdhost-dma.c | 219 +
arch/metag/soc/tz1090/sdhost.c | 142 +
arch/metag/soc/tz1090/setup.c | 369 ++
arch/metag/soc/tz1090/suspend.S | 352 ++
arch/metag/soc/tz1090/tcm.c | 58 +
arch/metag/soc/tz1090/usb.c | 190 +
arch/metag/tbx/tbidefr.S | 2 +-
arch/metag/tbx/tbistring.c | 1 -
arch/parisc/include/asm/processor.h | 2 +
drivers/auxdisplay/Kconfig | 13 +
drivers/auxdisplay/Makefile | 1 +
drivers/auxdisplay/img_lcd.c | 628 +++
drivers/bus/Kconfig | 9 +
drivers/bus/Makefile | 2 +
drivers/bus/tz1090-socif.c | 188 +
drivers/char/Kconfig | 27 +-
drivers/char/Makefile | 4 +
drivers/char/img_event_timer.c | 238 ++
drivers/char/sgx2d.c | 572 +++
drivers/char/uccp.c | 566 +++
drivers/clk/Makefile | 3 +
drivers/clk/clk-divider.c | 86 +-
drivers/clk/clk-mux.c | 1 +
drivers/clk/clk-specified-rate.c | 201 +
drivers/clk/clk.c | 284 +-
drivers/clk/metag/Makefile | 3 +
drivers/clk/metag/clk-gate.c | 181 +
drivers/clk/metag/clk-mux.c | 229 +
drivers/clk/tz1090/Makefile | 3 +
drivers/clk/tz1090/clk-tz1090-deleter.c | 170 +
drivers/clk/tz1090/clk-tz1090-pll.c | 309 ++
drivers/clocksource/metag_generic.c | 2 +
drivers/dma/Kconfig | 22 +
drivers/dma/Makefile | 3 +
drivers/dma/img_mdc_dma.c | 1683 ++++++++
drivers/dma/img_mdc_tests.c | 269 ++
drivers/dma/tz1090-mdc-dma.c | 333 ++
drivers/gpio/Kconfig | 14 +-
drivers/gpio/Makefile | 2 +
drivers/gpio/gpio-tz1090-pdc.c | 330 ++
drivers/gpio/gpio-tz1090.c | 975 +++++
drivers/gpio/gpiolib.c | 8 +-
drivers/i2c/busses/Kconfig | 28 +
drivers/i2c/busses/Makefile | 2 +
drivers/i2c/busses/i2c-chorus2.c | 797 ++++
drivers/i2c/busses/i2c-img.c | 1585 +++++++
drivers/iio/adc/Kconfig | 6 +
drivers/iio/adc/Makefile | 1 +
drivers/iio/adc/chorus2_adc.c | 426 ++
drivers/iio/adc/chorus2_adc.h | 74 +
drivers/input/serio/Kconfig | 3 +-
drivers/input/touchscreen/Kconfig | 14 +
drivers/input/touchscreen/Makefile | 1 +
drivers/input/touchscreen/ts_qt5480.c | 1118 +++++
drivers/input/touchscreen/ts_qt5480.h | 33 +
drivers/input/touchscreen/usbtouchscreen.c | 68 +-
drivers/irqchip/Kconfig | 4 +
drivers/irqchip/Makefile | 1 +
drivers/irqchip/irq-imgpdc.c | 541 +++
drivers/irqchip/irq-metag-ext.c | 44 +-
drivers/irqchip/irq-metag.c | 2 +-
drivers/media/rc/Kconfig | 53 +
drivers/media/rc/Makefile | 6 +
drivers/media/rc/ir-img-jvc.c | 109 +
drivers/media/rc/ir-img-nec.c | 149 +
drivers/media/rc/ir-img-sanyo.c | 139 +
drivers/media/rc/ir-img-sharp.c | 115 +
drivers/media/rc/ir-img-sony.c | 163 +
drivers/media/rc/ir-img.c | 1495 +++++++
drivers/media/rc/ir-img.h | 302 ++
drivers/media/rc/rc-main.c | 1 +
drivers/mmc/host/Kconfig | 2 +-
drivers/mmc/host/dw_mmc.c | 154 +-
drivers/mmc/host/dw_mmc.h | 2 +
drivers/net/ethernet/smsc/Kconfig | 4 +-
drivers/net/usb/pegasus.c | 5 +
drivers/net/wireless/Kconfig | 1 +
drivers/net/wireless/Makefile | 2 +
drivers/net/wireless/uccp310wlan/80211_if.c | 1152 +++++
drivers/net/wireless/uccp310wlan/Kconfig | 16 +
drivers/net/wireless/uccp310wlan/Makefile | 4 +
drivers/net/wireless/uccp310wlan/core.c | 576 +++
drivers/net/wireless/uccp310wlan/hal.h | 62 +
drivers/net/wireless/uccp310wlan/hal_hostport.c | 397 ++
drivers/net/wireless/uccp310wlan/hal_hostport.h | 119 +
drivers/net/wireless/uccp310wlan/lmac_if.c | 612 +++
drivers/net/wireless/uccp310wlan/lmac_if.h | 137 +
drivers/net/wireless/uccp310wlan/tx.c | 437 ++
drivers/net/wireless/uccp310wlan/umac.h | 205 +
drivers/net/wireless/uccp310wlan/umac_lmac_if.h | 641 +++
drivers/net/wireless/uccp310wlan/utils.h | 46 +
drivers/net/wireless/uccp310wlan/version.h | 34 +
drivers/parport/Kconfig | 3 +-
drivers/pinctrl/Kconfig | 12 +
drivers/pinctrl/Makefile | 2 +
drivers/pinctrl/pinconf-generic.c | 2 +
drivers/pinctrl/pinctrl-tz1090-pdc.c | 1105 +++++
drivers/pinctrl/pinctrl-tz1090.c | 2152 ++++++++++
drivers/rtc/Kconfig | 8 +
drivers/rtc/Makefile | 1 +
drivers/rtc/rtc-imgpdc.c | 1134 +++++
drivers/spi/Kconfig | 6 +
drivers/spi/Makefile | 1 +
drivers/spi/spi-img.c | 1367 ++++++
drivers/tty/Kconfig | 16 +
drivers/tty/metag_da.c | 77 +
drivers/tty/serial/8250/8250_dw.c | 18 +-
drivers/usb/Kconfig | 4 +
drivers/usb/Makefile | 2 +
drivers/usb/dwc_otg/Kconfig | 106 +
drivers/usb/dwc_otg/Makefile | 50 +
drivers/usb/dwc_otg/dwc_otg_attr.c | 677 +++
drivers/usb/dwc_otg/dwc_otg_attr.h | 68 +
drivers/usb/dwc_otg/dwc_otg_cil.c | 4445 ++++++++++++++++++++
drivers/usb/dwc_otg/dwc_otg_cil.h | 1250 ++++++
drivers/usb/dwc_otg/dwc_otg_cil_intr.c | 890 ++++
drivers/usb/dwc_otg/dwc_otg_core_if.h | 641 +++
drivers/usb/dwc_otg/dwc_otg_driver.c | 1347 ++++++
drivers/usb/dwc_otg/dwc_otg_driver.h | 189 +
drivers/usb/dwc_otg/dwc_otg_hcd.c | 3490 +++++++++++++++
drivers/usb/dwc_otg/dwc_otg_hcd.h | 837 ++++
drivers/usb/dwc_otg/dwc_otg_hcd_ddma.c | 1282 ++++++
drivers/usb/dwc_otg/dwc_otg_hcd_intr.c | 2067 +++++++++
drivers/usb/dwc_otg/dwc_otg_hcd_queue.c | 855 ++++
drivers/usb/dwc_otg/dwc_otg_pcd.c | 2709 ++++++++++++
drivers/usb/dwc_otg/dwc_otg_pcd.h | 279 ++
drivers/usb/dwc_otg/dwc_otg_pcd_intr.c | 3115 ++++++++++++++
drivers/usb/dwc_otg/dwc_otg_regs.h | 2189 ++++++++++
drivers/usb/dwc_otg/dwc_otg_tz1090.h | 82 +
drivers/usb/dwc_otg/ppc4xx_dma.c | 746 ++++
drivers/usb/dwc_otg/ppc4xx_dma.h | 638 +++
drivers/usb/gadget/Kconfig | 9 +-
drivers/usb/gadget/rndis.c | 50 +-
drivers/usb/host/ehci-chorus2.c | 194 +
drivers/usb/host/ehci-hcd.c | 5 +
drivers/video/Kconfig | 72 +
drivers/video/Makefile | 3 +
drivers/video/backlight/Kconfig | 14 +
drivers/video/backlight/Makefile | 2 +
drivers/video/backlight/imgpdi_lcd.c | 416 ++
drivers/video/backlight/tz1090_auxdac_bl.c | 163 +
drivers/video/console/Kconfig | 2 +-
drivers/video/pdpfb.c | 2447 +++++++++++
drivers/video/pdpfb.h | 116 +
drivers/video/pdpfb_gfx.c | 594 +++
drivers/video/pdpfb_gfx.h | 18 +
drivers/video/pdpfb_regs.h | 464 ++
drivers/video/pdpfb_vid.c | 1393 ++++++
drivers/video/pdpfb_vid.h | 22 +
drivers/watchdog/Kconfig | 9 +
drivers/watchdog/Makefile | 3 +
drivers/watchdog/imgpdc_wdt.c | 624 +++
fs/Kconfig | 1 +
fs/Makefile | 1 +
fs/exec.c | 6 +-
fs/imgdafs/Kconfig | 6 +
fs/imgdafs/Makefile | 7 +
fs/imgdafs/imgdafs.h | 82 +
fs/imgdafs/inode.c | 842 ++++
include/linux/clk-private.h | 3 +
include/linux/clk-provider.h | 53 +
include/linux/img_lcd.h | 25 +
include/linux/img_mdc_dma.h | 481 +++
include/linux/input/ts_qt5480.h | 149 +
include/linux/irqchip/metag-ext.h | 6 +
include/linux/mmc/dw_mmc.h | 6 +
include/linux/pinctrl/pinconf-generic.h | 6 +
include/linux/sgx2d.h | 27 +
include/linux/spi/spi_img.h | 27 +
include/linux/uccp.h | 36 +
include/linux/usb/dwc_otg_platform.h | 27 +
include/media/rc-map.h | 4 +-
include/scsi/scsi.h | 2 +-
include/sound/tansen.h | 22 +
include/uapi/linux/Kbuild | 4 +
include/uapi/linux/fb.h | 1 +
include/uapi/linux/img_event_timer.h | 81 +
include/uapi/linux/img_lcd.h | 55 +
include/uapi/linux/magic.h | 1 +
include/uapi/linux/sgx2d.h | 58 +
include/uapi/linux/uccp.h | 58 +
include/uapi/video/Kbuild | 1 +
include/uapi/video/pdpfb.h | 123 +
include/video/imgpdi_lcd.h | 42 +
include/video/pdpfb.h | 121 +
include/video/tz1090_auxdac_bl.h | 26 +
init/Kconfig | 1 +
kernel/taskstats.c | 2 +-
net/mac80211/rc80211_minstrel.c | 3 +-
scripts/recordmcount.c | 2 +-
scripts/recordmcount.pl | 8 +-
sound/soc/Kconfig | 2 +
sound/soc/Makefile | 2 +
sound/soc/chorus2/Kconfig | 18 +
sound/soc/chorus2/Makefile | 13 +
sound/soc/chorus2/atp-dp.c | 140 +
sound/soc/chorus2/chorus2-i2s.c | 414 ++
sound/soc/chorus2/chorus2-i2s.h | 168 +
sound/soc/chorus2/chorus2-pcm.c | 540 +++
sound/soc/chorus2/chorus2-pcm.h | 31 +
sound/soc/codecs/Kconfig | 4 +
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/si476x.c | 6 +-
sound/soc/codecs/tansen.c | 550 +++
sound/soc/codecs/tansen.h | 187 +
sound/soc/codecs/tansen_gti.c | 101 +
sound/soc/codecs/tansen_gti.h | 21 +
sound/soc/tz1090/01xx.c | 438 ++
sound/soc/tz1090/Kconfig | 19 +
sound/soc/tz1090/Makefile | 12 +
sound/soc/tz1090/tz1090-i2s.c | 625 +++
sound/soc/tz1090/tz1090-i2s.h | 280 ++
sound/soc/tz1090/tz1090-pcm.c | 347 ++
sound/soc/tz1090/tz1090-pcm.h | 22 +
423 files changed, 85783 insertions(+), 264 deletions(-)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
reply other threads:[~2015-11-12 9:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151112093600.GA11416@jhogan-linux.le.imgtec.org \
--to=james.hogan-1axoqhu6uovqt0dzr+alfa@public.gmane.org \
--cc=linux-metag-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox