Skip to content

Instantly share code, notes, and snippets.

@Maxdamantus
Created July 14, 2017 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Maxdamantus/43ab8cefdb22179ff4d36e640cfb96ff to your computer and use it in GitHub Desktop.
Save Maxdamantus/43ab8cefdb22179ff4d36e640cfb96ff to your computer and use it in GitHub Desktop.
Documentation/DocBook/mac80211.tmpl | 11 +
Documentation/arm/OMAP/DSS | 317 +
Documentation/arm/OMAP/README | 376 +
Documentation/arm/OMAP/gpio | 285 +
Documentation/arm/OMAP/omap_pm | 204 +
Documentation/arm/OMAP/ssi/ssi | 225 +
Documentation/filesystems/ubifs.txt | 10 +-
Documentation/filesystems/vfat.txt | 5 +
Documentation/tidspbridge/README | 70 +
MAINTAINERS | 1 +
Makefile | 21 +-
arch/arm/Kconfig | 13 +
arch/arm/boot/compressed/Makefile | 4 +
arch/arm/boot/compressed/head-omap.S | 18 +
arch/arm/boot/compressed/head.S | 14 +-
arch/arm/configs/n800_defconfig | 1595 ++
arch/arm/configs/omap2_evm_defconfig | 1255 ++
arch/arm/configs/omap3_beagle_defconfig | 110 +-
arch/arm/configs/omap3_evm_defconfig | 1448 ++
arch/arm/configs/omap3_pandora_defconfig | 1489 ++
arch/arm/configs/omap_2430sdp_defconfig | 451 +-
arch/arm/configs/omap_3430sdp_defconfig | 1515 ++
arch/arm/configs/omap_3430sdp_min_defconfig | 1106 ++
arch/arm/configs/omap_h3_1710_defconfig | 1316 ++
arch/arm/configs/omap_ldp_defconfig | 414 +-
arch/arm/configs/overo_defconfig | 123 +-
arch/arm/configs/rx51_defconfig | 2035 +++
arch/arm/configs/rx51_tiny_defconfig | 1877 +++
arch/arm/configs/rx71_tiny_defconfig | 1839 +++
arch/arm/include/asm/cache.h | 18 +-
arch/arm/include/asm/cacheflush.h | 22 +-
arch/arm/include/asm/elf.h | 16 +-
arch/arm/include/asm/hwcap.h | 3 +
arch/arm/include/asm/io.h | 6 +
arch/arm/include/asm/mach/map.h | 1 +
arch/arm/include/asm/page.h | 9 +-
arch/arm/include/asm/pgtable.h | 1 +
arch/arm/include/asm/ptrace.h | 2 +
arch/arm/include/asm/scatterlist.h | 2 +
arch/arm/include/asm/setup.h | 12 +
arch/arm/include/asm/thread_info.h | 2 +
arch/arm/include/asm/tlb.h | 25 +-
arch/arm/include/asm/ucontext.h | 20 +-
arch/arm/include/asm/user.h | 9 +
arch/arm/kernel/elf.c | 4 +-
arch/arm/kernel/entry-armv.S | 1 +
arch/arm/kernel/head.S | 2 +-
arch/arm/kernel/irq.c | 19 +-
arch/arm/kernel/module.c | 15 +
arch/arm/kernel/process.c | 37 +
arch/arm/kernel/ptrace.c | 58 +
arch/arm/kernel/setup.c | 4 +
arch/arm/kernel/signal.c | 69 +-
arch/arm/kernel/traps.c | 9 +-
arch/arm/kernel/vmlinux.lds.S | 15 +-
arch/arm/lib/copy_page.S | 16 +-
arch/arm/mach-davinci/usb.c | 23 -
arch/arm/mach-omap1/Kconfig | 1 -
arch/arm/mach-omap1/Makefile | 6 +
arch/arm/mach-omap1/board-fsample.c | 7 +-
arch/arm/mach-omap1/board-h2-mmc.c | 89 +-
arch/arm/mach-omap1/board-h2.c | 88 +-
arch/arm/mach-omap1/board-h3-mmc.c | 100 +-
arch/arm/mach-omap1/board-h3.c | 311 +-
arch/arm/mach-omap1/board-innovator.c | 91 +-
arch/arm/mach-omap1/board-nokia770.c | 138 +-
arch/arm/mach-omap1/board-osk.c | 89 +-
arch/arm/mach-omap1/board-palmte.c | 80 +-
arch/arm/mach-omap1/board-palmtt.c | 43 +-
arch/arm/mach-omap1/board-palmz71.c | 71 +-
arch/arm/mach-omap1/board-perseus2.c | 7 +-
arch/arm/mach-omap1/board-sx1-mmc.c | 80 +-
arch/arm/mach-omap1/board-sx1.c | 60 +-
arch/arm/mach-omap1/board-voiceblue.c | 60 +-
arch/arm/mach-omap1/clock.c | 164 +-
arch/arm/mach-omap1/clock.h | 137 +-
arch/arm/mach-omap1/devices.c | 92 +-
arch/arm/mach-omap1/fpga.c | 6 +-
arch/arm/mach-omap1/id.c | 53 +-
arch/arm/mach-omap1/leds-h2p2-debug.c | 10 +-
arch/arm/mach-omap1/leds-osk.c | 4 +-
arch/arm/mach-omap1/leds.c | 8 +-
arch/arm/mach-omap1/mailbox.c | 31 +-
arch/arm/mach-omap1/mcbsp.c | 98 +-
arch/arm/mach-omap1/mmu.c | 351 +
arch/arm/mach-omap1/mmu.h | 119 +
arch/arm/mach-omap1/pm.c | 6 +-
arch/arm/mach-omap1/serial.c | 10 +-
arch/arm/mach-omap2/Kconfig | 116 +-
arch/arm/mach-omap2/Makefile | 101 +-
arch/arm/mach-omap2/board-2430sdp-flash.c | 185 +
arch/arm/mach-omap2/board-2430sdp.c | 225 +-
arch/arm/mach-omap2/board-3430sdp-flash.c | 269 +
arch/arm/mach-omap2/board-3430sdp.c | 508 +
arch/arm/mach-omap2/board-apollon-keys.c | 101 +
arch/arm/mach-omap2/board-apollon-mmc.c | 101 +
arch/arm/mach-omap2/board-apollon.c | 331 +-
arch/arm/mach-omap2/board-generic.c | 17 +-
arch/arm/mach-omap2/board-h4-mmc.c | 272 +
arch/arm/mach-omap2/board-h4.c | 467 +-
arch/arm/mach-omap2/board-ldp.c | 468 +-
arch/arm/mach-omap2/board-n800-audio.c | 88 +
arch/arm/mach-omap2/board-n800-bt.c | 42 +
arch/arm/mach-omap2/board-n800-camera.c | 376 +
arch/arm/mach-omap2/board-n800-dsp.c | 155 +
arch/arm/mach-omap2/board-n800-flash.c | 365 +
arch/arm/mach-omap2/board-n800-mmc.c | 374 +
arch/arm/mach-omap2/board-n800-usb.c | 175 +
arch/arm/mach-omap2/board-n800.c | 761 +
arch/arm/mach-omap2/board-n800.h | 23 +
arch/arm/mach-omap2/board-n810.c | 47 +
arch/arm/mach-omap2/board-omap-bt.c | 98 +
arch/arm/mach-omap2/board-omap2evm.c | 382 +
arch/arm/mach-omap2/board-omap3beagle.c | 155 +-
arch/arm/mach-omap2/board-omap3evm-flash.c | 190 +
arch/arm/mach-omap2/board-omap3evm.c | 283 +
arch/arm/mach-omap2/board-omap3pandora.c | 321 +
arch/arm/mach-omap2/board-overo.c | 65 +-
arch/arm/mach-omap2/board-rx51-audio.c | 165 +
arch/arm/mach-omap2/board-rx51-camera-base.c | 154 +
arch/arm/mach-omap2/board-rx51-camera.c | 754 +
arch/arm/mach-omap2/board-rx51-camera.h | 33 +
arch/arm/mach-omap2/board-rx51-flash.c | 100 +
arch/arm/mach-omap2/board-rx51-network.c | 24 +
arch/arm/mach-omap2/board-rx51-peripherals.c | 616 +
arch/arm/mach-omap2/board-rx51-sdram.c | 252 +
arch/arm/mach-omap2/board-rx51-video.c | 363 +
arch/arm/mach-omap2/board-rx51.c | 199 +
arch/arm/mach-omap2/board-rx71-peripherals.c | 179 +
arch/arm/mach-omap2/board-rx71.c | 140 +
arch/arm/mach-omap2/clock.c | 670 +-
arch/arm/mach-omap2/clock.h | 31 +-
arch/arm/mach-omap2/clock24xx.c | 270 +-
arch/arm/mach-omap2/clock24xx.h | 1014 +-
arch/arm/mach-omap2/clock34xx.c | 422 +-
arch/arm/mach-omap2/clock34xx.h | 2068 +--
arch/arm/mach-omap2/clockdomain.c | 136 +-
arch/arm/mach-omap2/clockdomains.h | 131 +-
arch/arm/mach-omap2/cm-regbits-24xx.h | 81 +-
arch/arm/mach-omap2/cm-regbits-34xx.h | 136 +-
arch/arm/mach-omap2/cm.h | 17 +-
arch/arm/mach-omap2/control.c | 372 +
arch/arm/mach-omap2/cpuidle34xx.c | 315 +
arch/arm/mach-omap2/debobs.c | 239 +
arch/arm/mach-omap2/devices.c | 373 +-
arch/arm/mach-omap2/dspbridge.c | 72 +
arch/arm/mach-omap2/gpmc.c | 93 +
arch/arm/mach-omap2/id.c | 346 +-
arch/arm/mach-omap2/io.c | 60 +-
arch/arm/mach-omap2/iommu2.c | 326 +
arch/arm/mach-omap2/irq.c | 135 +-
arch/arm/mach-omap2/mailbox.c | 195 +-
arch/arm/mach-omap2/mcbsp.c | 152 +-
arch/arm/mach-omap2/mmc-twl4030.c | 825 ++
arch/arm/mach-omap2/mmc-twl4030.h | 36 +
arch/arm/mach-omap2/mmu.c | 330 +
arch/arm/mach-omap2/mmu.h | 117 +
arch/arm/mach-omap2/mux.c | 62 +-
arch/arm/mach-omap2/omap3-iommu.c | 108 +
arch/arm/mach-omap2/omap3-opp.h | 62 +
arch/arm/mach-omap2/omapdev-common.h | 309 +
arch/arm/mach-omap2/omapdev.c | 177 +
arch/arm/mach-omap2/omapdev242x.h | 581 +
arch/arm/mach-omap2/omapdev243x.h | 661 +
arch/arm/mach-omap2/omapdev3xxx.h | 804 +
arch/arm/mach-omap2/pm-debug.c | 594 +
arch/arm/mach-omap2/pm.c | 322 +-
arch/arm/mach-omap2/pm.h | 84 +
arch/arm/mach-omap2/pm24xx.c | 560 +
arch/arm/mach-omap2/pm34xx.c | 1522 ++
arch/arm/mach-omap2/powerdomain.c | 110 +-
arch/arm/mach-omap2/powerdomains.h | 8 +-
arch/arm/mach-omap2/powerdomains34xx.h | 74 +-
arch/arm/mach-omap2/prcm-common.h | 200 +-
arch/arm/mach-omap2/prcm.c | 427 +-
arch/arm/mach-omap2/prm-regbits-34xx.h | 32 +-
arch/arm/mach-omap2/prm.h | 168 +-
arch/arm/mach-omap2/resource34xx.c | 456 +
arch/arm/mach-omap2/resource34xx.h | 304 +
arch/arm/mach-omap2/resource34xx_mutex.h | 9 +
arch/arm/mach-omap2/rx51_camera_btn.c | 247 +
arch/arm/mach-omap2/sdram-micron-mt46h32m32lf-6.h | 69 +
.../mach-omap2/sdram-qimonda-hyb18m512160af-6.h | 55 +
arch/arm/mach-omap2/sdrc.c | 154 +
arch/arm/mach-omap2/sdrc2xxx.c | 166 +
arch/arm/mach-omap2/serial.c | 461 +-
arch/arm/mach-omap2/sleep24xx.S | 3 +-
arch/arm/mach-omap2/sleep34xx.S | 811 +
arch/arm/mach-omap2/smartreflex.c | 1093 ++
arch/arm/mach-omap2/smartreflex.h | 285 +
arch/arm/mach-omap2/sram242x.S | 5 +
arch/arm/mach-omap2/sram243x.S | 5 +
arch/arm/mach-omap2/sram34xx.S | 257 +-
arch/arm/mach-omap2/ssi.c | 497 +
arch/arm/mach-omap2/timer-gp.c | 22 +-
arch/arm/mach-omap2/twl4030-generic-scripts.c | 81 +
arch/arm/mach-omap2/twl4030-generic-scripts.h | 13 +
arch/arm/mach-omap2/usb-ehci.c | 165 +
arch/arm/mach-omap2/usb-musb.c | 184 +
arch/arm/mach-omap2/usb-tusb6010.c | 8 +-
arch/arm/mm/cache-v6.S | 17 +-
arch/arm/mm/cache-v7.S | 18 +-
arch/arm/mm/fault.c | 76 +-
arch/arm/mm/ioremap.c | 22 +-
arch/arm/mm/mmu.c | 25 +
arch/arm/mm/proc-v6.S | 2 -
arch/arm/mm/proc-v7.S | 11 +-
arch/arm/oprofile/Makefile | 1 +
arch/arm/oprofile/backtrace.c | 63 +-
arch/arm/oprofile/common.c | 9 +-
arch/arm/oprofile/op_arm_model.h | 2 +
arch/arm/oprofile/op_model_omap_gptimer.c | 93 +
arch/arm/plat-omap/Kconfig | 134 +
arch/arm/plat-omap/Makefile | 16 +-
arch/arm/plat-omap/bootreason.c | 79 +
arch/arm/plat-omap/clock.c | 520 +-
arch/arm/plat-omap/common.c | 44 +-
arch/arm/plat-omap/component-version.c | 65 +
arch/arm/plat-omap/cpu-omap.c | 87 +-
arch/arm/plat-omap/debug-devices.c | 8 +-
arch/arm/plat-omap/debug-leds.c | 10 +-
arch/arm/plat-omap/devices.c | 262 +-
arch/arm/plat-omap/dma.c | 193 +-
arch/arm/plat-omap/dmtimer.c | 46 +-
arch/arm/plat-omap/dss_boottime.c | 426 +
arch/arm/plat-omap/fb.c | 237 +-
arch/arm/plat-omap/gpio-switch.c | 603 +
arch/arm/plat-omap/gpio.c | 525 +-
arch/arm/plat-omap/i2c.c | 55 +-
arch/arm/plat-omap/include/dspbridge/_chnl_sm.h | 212 +
arch/arm/plat-omap/include/dspbridge/_dcd.h | 212 +
arch/arm/plat-omap/include/dspbridge/brddefs.h | 54 +
arch/arm/plat-omap/include/dspbridge/cfg.h | 339 +
arch/arm/plat-omap/include/dspbridge/cfgdefs.h | 116 +
arch/arm/plat-omap/include/dspbridge/chnl.h | 170 +
arch/arm/plat-omap/include/dspbridge/chnl_sm.h | 168 +
arch/arm/plat-omap/include/dspbridge/chnldefs.h | 92 +
arch/arm/plat-omap/include/dspbridge/chnlpriv.h | 136 +
arch/arm/plat-omap/include/dspbridge/clk.h | 155 +
arch/arm/plat-omap/include/dspbridge/cmm.h | 420 +
arch/arm/plat-omap/include/dspbridge/cmmdefs.h | 135 +
arch/arm/plat-omap/include/dspbridge/cod.h | 433 +
arch/arm/plat-omap/include/dspbridge/csl.h | 135 +
arch/arm/plat-omap/include/dspbridge/dbc.h | 66 +
arch/arm/plat-omap/include/dspbridge/dbdcd.h | 388 +
arch/arm/plat-omap/include/dspbridge/dbdcddef.h | 94 +
arch/arm/plat-omap/include/dspbridge/dbdefs.h | 583 +
arch/arm/plat-omap/include/dspbridge/dbg.h | 110 +
arch/arm/plat-omap/include/dspbridge/dbl.h | 354 +
arch/arm/plat-omap/include/dspbridge/dbldefs.h | 155 +
arch/arm/plat-omap/include/dspbridge/dbll.h | 70 +
arch/arm/plat-omap/include/dspbridge/dblldefs.h | 509 +
arch/arm/plat-omap/include/dspbridge/dbof.h | 117 +
arch/arm/plat-omap/include/dspbridge/dbreg.h | 113 +
arch/arm/plat-omap/include/dspbridge/dbtype.h | 103 +
arch/arm/plat-omap/include/dspbridge/dehdefs.h | 42 +
arch/arm/plat-omap/include/dspbridge/dev.h | 785 +
arch/arm/plat-omap/include/dspbridge/devdefs.h | 35 +
arch/arm/plat-omap/include/dspbridge/disp.h | 236 +
arch/arm/plat-omap/include/dspbridge/dispdefs.h | 45 +
arch/arm/plat-omap/include/dspbridge/dmm.h | 84 +
arch/arm/plat-omap/include/dspbridge/dpc.h | 167 +
arch/arm/plat-omap/include/dspbridge/drv.h | 451 +
arch/arm/plat-omap/include/dspbridge/drvdefs.h | 34 +
arch/arm/plat-omap/include/dspbridge/dspdrv.h | 89 +
.../plat-omap/include/dspbridge/dynamic_loader.h | 505 +
arch/arm/plat-omap/include/dspbridge/errbase.h | 509 +
arch/arm/plat-omap/include/dspbridge/gb.h | 85 +
arch/arm/plat-omap/include/dspbridge/getsection.h | 118 +
arch/arm/plat-omap/include/dspbridge/gh.h | 37 +
arch/arm/plat-omap/include/dspbridge/gs.h | 64 +
arch/arm/plat-omap/include/dspbridge/gt.h | 317 +
arch/arm/plat-omap/include/dspbridge/host_os.h | 90 +
arch/arm/plat-omap/include/dspbridge/io.h | 132 +
arch/arm/plat-omap/include/dspbridge/io_sm.h | 335 +
arch/arm/plat-omap/include/dspbridge/iodefs.h | 45 +
arch/arm/plat-omap/include/dspbridge/kfile.h | 216 +
arch/arm/plat-omap/include/dspbridge/ldr.h | 51 +
arch/arm/plat-omap/include/dspbridge/list.h | 296 +
arch/arm/plat-omap/include/dspbridge/mbx_sh.h | 213 +
arch/arm/plat-omap/include/dspbridge/mem.h | 357 +
arch/arm/plat-omap/include/dspbridge/memdefs.h | 52 +
arch/arm/plat-omap/include/dspbridge/mgr.h | 234 +
arch/arm/plat-omap/include/dspbridge/mgrpriv.h | 55 +
arch/arm/plat-omap/include/dspbridge/msg.h | 106 +
arch/arm/plat-omap/include/dspbridge/msgdefs.h | 43 +
arch/arm/plat-omap/include/dspbridge/nldr.h | 81 +
arch/arm/plat-omap/include/dspbridge/nldrdefs.h | 307 +
arch/arm/plat-omap/include/dspbridge/node.h | 622 +
arch/arm/plat-omap/include/dspbridge/nodedefs.h | 40 +
arch/arm/plat-omap/include/dspbridge/nodepriv.h | 202 +
arch/arm/plat-omap/include/dspbridge/ntfy.h | 146 +
arch/arm/plat-omap/include/dspbridge/proc.h | 676 +
arch/arm/plat-omap/include/dspbridge/procpriv.h | 35 +
arch/arm/plat-omap/include/dspbridge/pwr.h | 129 +
arch/arm/plat-omap/include/dspbridge/pwr_sh.h | 41 +
arch/arm/plat-omap/include/dspbridge/reg.h | 257 +
.../plat-omap/include/dspbridge/resourcecleanup.h | 83 +
arch/arm/plat-omap/include/dspbridge/rmm.h | 199 +
arch/arm/plat-omap/include/dspbridge/rms_sh.h | 125 +
arch/arm/plat-omap/include/dspbridge/rmstypes.h | 40 +
arch/arm/plat-omap/include/dspbridge/services.h | 63 +
arch/arm/plat-omap/include/dspbridge/std.h | 143 +
arch/arm/plat-omap/include/dspbridge/strm.h | 446 +
arch/arm/plat-omap/include/dspbridge/strmdefs.h | 57 +
arch/arm/plat-omap/include/dspbridge/sync.h | 340 +
arch/arm/plat-omap/include/dspbridge/util.h | 122 +
arch/arm/plat-omap/include/dspbridge/utildefs.h | 51 +
arch/arm/plat-omap/include/dspbridge/uuidutil.h | 74 +
arch/arm/plat-omap/include/dspbridge/wcd.h | 61 +
arch/arm/plat-omap/include/dspbridge/wcdioctl.h | 519 +
arch/arm/plat-omap/include/dspbridge/wmd.h | 1193 ++
arch/arm/plat-omap/include/dspbridge/wmdchnl.h | 90 +
arch/arm/plat-omap/include/dspbridge/wmddeh.h | 66 +
arch/arm/plat-omap/include/dspbridge/wmdio.h | 53 +
arch/arm/plat-omap/include/dspbridge/wmdioctl.h | 91 +
arch/arm/plat-omap/include/dspbridge/wmdmsg.h | 70 +
arch/arm/plat-omap/include/mach/board-3430sdp.h | 72 +
arch/arm/plat-omap/include/mach/board-apollon.h | 4 +-
arch/arm/plat-omap/include/mach/board-h2.h | 6 +-
arch/arm/plat-omap/include/mach/board-h3.h | 4 +-
arch/arm/plat-omap/include/mach/board-h4.h | 42 +
arch/arm/plat-omap/include/mach/board-ldp.h | 5 +-
arch/arm/plat-omap/include/mach/board-nokia.h | 20 +-
arch/arm/plat-omap/include/mach/board-omap2evm.h | 38 +
arch/arm/plat-omap/include/mach/board-omap3evm.h | 44 +
arch/arm/plat-omap/include/mach/board-rx51.h | 47 +
arch/arm/plat-omap/include/mach/board-rx71.h | 41 +
arch/arm/plat-omap/include/mach/board.h | 61 +-
arch/arm/plat-omap/include/mach/clock.h | 177 +-
arch/arm/plat-omap/include/mach/clockdomain.h | 27 +-
arch/arm/plat-omap/include/mach/common.h | 11 +-
arch/arm/plat-omap/include/mach/control.h | 105 +-
arch/arm/plat-omap/include/mach/cpu.h | 109 +-
arch/arm/plat-omap/include/mach/debobs.h | 7 +
arch/arm/plat-omap/include/mach/display.h | 588 +
arch/arm/plat-omap/include/mach/dma.h | 21 +
arch/arm/plat-omap/include/mach/dsp.h | 118 +
arch/arm/plat-omap/include/mach/dsp_common.h | 53 +-
arch/arm/plat-omap/include/mach/dss_boottime.h | 16 +
arch/arm/plat-omap/include/mach/gpio-switch.h | 15 +-
arch/arm/plat-omap/include/mach/gpio.h | 29 +-
arch/arm/plat-omap/include/mach/gpmc.h | 15 +-
arch/arm/plat-omap/include/mach/hardware.h | 25 +
arch/arm/plat-omap/include/mach/io.h | 9 +-
arch/arm/plat-omap/include/mach/iommu.h | 164 +
arch/arm/plat-omap/include/mach/iommu2.h | 94 +
arch/arm/plat-omap/include/mach/iovmm.h | 94 +
arch/arm/plat-omap/include/mach/irqs.h | 8 +-
arch/arm/plat-omap/include/mach/isp_user.h | 692 +
arch/arm/plat-omap/include/mach/keypad.h | 6 +
arch/arm/plat-omap/include/mach/lcd_mipid.h | 8 +
arch/arm/plat-omap/include/mach/mailbox.h | 27 +-
arch/arm/plat-omap/include/mach/mcbsp.h | 110 +-
arch/arm/plat-omap/include/mach/mmc.h | 89 +-
arch/arm/plat-omap/include/mach/mmu.h | 211 +
arch/arm/plat-omap/include/mach/mux.h | 51 +
arch/arm/plat-omap/include/mach/omap-alsa.h | 36 +-
arch/arm/plat-omap/include/mach/omap-pm.h | 406 +
arch/arm/plat-omap/include/mach/omap34xx.h | 50 +
arch/arm/plat-omap/include/mach/omapdev.h | 58 +
arch/arm/plat-omap/include/mach/pm.h | 84 +-
arch/arm/plat-omap/include/mach/powerdomain.h | 20 +-
arch/arm/plat-omap/include/mach/prcm.h | 14 +-
arch/arm/plat-omap/include/mach/resource.h | 84 +
arch/arm/plat-omap/include/mach/sdrc.h | 78 +-
arch/arm/plat-omap/include/mach/serial.h | 10 +
arch/arm/plat-omap/include/mach/sram.h | 24 +-
arch/arm/plat-omap/include/mach/ssi.h | 303 +
arch/arm/plat-omap/include/mach/sti.h | 172 +
arch/arm/plat-omap/include/mach/system.h | 4 +-
arch/arm/plat-omap/include/mach/timex.h | 2 +
arch/arm/plat-omap/include/mach/usb-ehci.h | 35 +
arch/arm/plat-omap/include/mach/usb-musb.h | 36 +
arch/arm/plat-omap/include/mach/usb.h | 4 +
arch/arm/plat-omap/include/mach/vmalloc.h | 2 +-
arch/arm/plat-omap/include/mach/vram.h | 36 +
arch/arm/plat-omap/include/mach/vrfb.h | 56 +
arch/arm/plat-omap/iommu-debug.c | 334 +
arch/arm/plat-omap/iommu.c | 998 ++
arch/arm/plat-omap/iopgtable.h | 72 +
arch/arm/plat-omap/iovmm.c | 890 ++
arch/arm/plat-omap/mailbox.c | 152 +-
arch/arm/plat-omap/mcbsp.c | 841 +-
arch/arm/plat-omap/mmu.c | 1563 ++
arch/arm/plat-omap/omap-pm-noop.c | 355 +
arch/arm/plat-omap/omap-pm-srf.c | 357 +
arch/arm/plat-omap/resource.c | 492 +
arch/arm/plat-omap/sram.c | 67 +-
arch/arm/plat-omap/usb.c | 32 -
arch/arm/plat-omap/vram.c | 705 +
arch/arm/plat-omap/vrfb.c | 311 +
arch/arm/tools/mach-types | 102 +-
arch/arm/vfp/entry.S | 23 +-
arch/arm/vfp/vfp.h | 3 +-
arch/arm/vfp/vfphw.S | 41 +-
arch/arm/vfp/vfpmodule.c | 157 +-
block/blk-core.c | 2 +-
block/cfq-iosched.c | 244 +-
block/genhd.c | 16 +-
crypto/lzo.c | 55 +-
debian/README.Debian | 4 +
debian/changelog | 14701 +++++++++++++++++++
debian/compat | 2 +
debian/control | 65 +
debian/copyright | 36 +
debian/kernel-flasher.postinst.in | 21 +
debian/kernel-modules.postinst | 12 +
debian/kernel-modules.postrm | 12 +
debian/rules | 257 +
drivers/Makefile | 14 +-
drivers/bluetooth/Kconfig | 21 +
drivers/bluetooth/Makefile | 2 +
drivers/bluetooth/bcm203x.c | 9 +-
drivers/bluetooth/bfusb.c | 14 +-
drivers/bluetooth/bpa10x.c | 7 +-
drivers/bluetooth/brf6150.c | 1050 ++
drivers/bluetooth/brf6150.h | 91 +
drivers/bluetooth/btsdio.c | 5 -
drivers/bluetooth/btusb.c | 105 +-
drivers/bluetooth/hci_bcsp.c | 5 -
drivers/bluetooth/hci_h4.c | 8 +-
drivers/bluetooth/hci_h4p/Makefile | 7 +
drivers/bluetooth/hci_h4p/core.c | 1090 ++
drivers/bluetooth/hci_h4p/fw-bcm.c | 161 +
drivers/bluetooth/hci_h4p/fw-csr.c | 152 +
drivers/bluetooth/hci_h4p/fw-ti.c | 97 +
drivers/bluetooth/hci_h4p/fw.c | 167 +
drivers/bluetooth/hci_h4p/hci_h4p.h | 209 +
drivers/bluetooth/hci_h4p/uart.c | 197 +
drivers/bluetooth/hci_ldisc.c | 9 +-
drivers/bluetooth/hci_ll.c | 3 +-
drivers/bluetooth/hci_vhci.c | 5 -
drivers/cbus/Kconfig | 89 +
drivers/cbus/Makefile | 14 +
drivers/cbus/cbus.c | 293 +
drivers/cbus/cbus.h | 36 +
drivers/cbus/retu-headset.c | 355 +
drivers/cbus/retu-pwrbutton.c | 118 +
drivers/cbus/retu-rtc.c | 477 +
drivers/cbus/retu-user.c | 423 +
drivers/cbus/retu-wdt.c | 202 +
drivers/cbus/retu.c | 467 +
drivers/cbus/retu.h | 77 +
drivers/cbus/tahvo-usb.c | 777 +
drivers/cbus/tahvo-user.c | 405 +
drivers/cbus/tahvo.c | 442 +
drivers/cbus/tahvo.h | 61 +
drivers/cbus/user_retu_tahvo.h | 75 +
drivers/char/hw_random/Kconfig | 13 +
drivers/char/hw_random/Makefile | 2 +
drivers/char/hw_random/omap-rng.c | 3 +-
drivers/char/hw_random/omap3-rom-asm.S | 26 +
drivers/char/hw_random/omap3-rom-drv.c | 156 +
drivers/char/keyboard.c | 1 +
drivers/char/n_tty.c | 14 +-
drivers/char/random.c | 3 +-
drivers/char/tty_buffer.c | 7 +-
drivers/cpufreq/cpufreq_ondemand.c | 86 +-
drivers/cpuidle/governors/menu.c | 11 +-
drivers/crypto/Kconfig | 7 +
drivers/crypto/Makefile | 1 +
drivers/crypto/omap-sha1-md5.c | 575 +
drivers/dsp/bridge/Kbuild | 39 +
drivers/dsp/bridge/Kconfig | 36 +
drivers/dsp/bridge/dynload/cload.c | 1851 +++
drivers/dsp/bridge/dynload/dlclasses_hdr.h | 41 +
drivers/dsp/bridge/dynload/dload_internal.h | 237 +
drivers/dsp/bridge/dynload/doff.h | 347 +
drivers/dsp/bridge/dynload/getsection.c | 412 +
drivers/dsp/bridge/dynload/header.h | 59 +
drivers/dsp/bridge/dynload/module_list.h | 161 +
drivers/dsp/bridge/dynload/params.h | 231 +
drivers/dsp/bridge/dynload/reloc.c | 425 +
drivers/dsp/bridge/dynload/reloc_table.h | 102 +
drivers/dsp/bridge/dynload/reloc_table_c6000.c | 258 +
drivers/dsp/bridge/gen/_gt_para.c | 107 +
drivers/dsp/bridge/gen/gb.c | 182 +
drivers/dsp/bridge/gen/gh.c | 191 +
drivers/dsp/bridge/gen/gs.c | 106 +
drivers/dsp/bridge/gen/gt.c | 348 +
drivers/dsp/bridge/gen/uuidutil.c | 238 +
drivers/dsp/bridge/hw/EasiGlobal.h | 42 +
drivers/dsp/bridge/hw/GlobalTypes.h | 325 +
drivers/dsp/bridge/hw/IPIAccInt.h | 41 +
drivers/dsp/bridge/hw/IVA2RegAcM.h | 28 +
drivers/dsp/bridge/hw/MLBAccInt.h | 132 +
drivers/dsp/bridge/hw/MLBRegAcM.h | 201 +
drivers/dsp/bridge/hw/MMUAccInt.h | 76 +
drivers/dsp/bridge/hw/MMURegAcM.h | 253 +
drivers/dsp/bridge/hw/PRCMAccInt.h | 300 +
drivers/dsp/bridge/hw/PRCMRegAcM.h | 670 +
drivers/dsp/bridge/hw/hw_defs.h | 73 +
drivers/dsp/bridge/hw/hw_dspssC64P.c | 56 +
drivers/dsp/bridge/hw/hw_dspssC64P.h | 48 +
drivers/dsp/bridge/hw/hw_mbox.c | 247 +
drivers/dsp/bridge/hw/hw_mbox.h | 328 +
drivers/dsp/bridge/hw/hw_mmu.c | 599 +
drivers/dsp/bridge/hw/hw_mmu.h | 177 +
drivers/dsp/bridge/hw/hw_prcm.c | 167 +
drivers/dsp/bridge/hw/hw_prcm.h | 169 +
drivers/dsp/bridge/pmgr/chnl.c | 260 +
drivers/dsp/bridge/pmgr/chnlobj.h | 71 +
drivers/dsp/bridge/pmgr/cmm.c | 1291 ++
drivers/dsp/bridge/pmgr/cod.c | 684 +
drivers/dsp/bridge/pmgr/dbl.c | 1385 ++
drivers/dsp/bridge/pmgr/dbll.c | 1572 ++
drivers/dsp/bridge/pmgr/dev.c | 1476 ++
drivers/dsp/bridge/pmgr/dmm.c | 657 +
drivers/dsp/bridge/pmgr/io.c | 205 +
drivers/dsp/bridge/pmgr/ioobj.h | 52 +
drivers/dsp/bridge/pmgr/msg.c | 173 +
drivers/dsp/bridge/pmgr/msgobj.h | 52 +
drivers/dsp/bridge/pmgr/wcd.c | 1747 +++
drivers/dsp/bridge/rmgr/dbdcd.c | 1573 ++
drivers/dsp/bridge/rmgr/disp.c | 916 ++
drivers/dsp/bridge/rmgr/drv.c | 1843 +++
drivers/dsp/bridge/rmgr/drv_interface.c | 739 +
drivers/dsp/bridge/rmgr/drv_interface.h | 40 +
drivers/dsp/bridge/rmgr/dspdrv.c | 250 +
drivers/dsp/bridge/rmgr/mgr.c | 491 +
drivers/dsp/bridge/rmgr/nldr.c | 1967 +++
drivers/dsp/bridge/rmgr/node.c | 3504 +++++
drivers/dsp/bridge/rmgr/proc.c | 2074 +++
drivers/dsp/bridge/rmgr/pwr.c | 184 +
drivers/dsp/bridge/rmgr/rmm.c | 604 +
drivers/dsp/bridge/rmgr/strm.c | 1006 ++
drivers/dsp/bridge/services/cfg.c | 483 +
drivers/dsp/bridge/services/clk.c | 375 +
drivers/dsp/bridge/services/csl.c | 173 +
drivers/dsp/bridge/services/dbg.c | 119 +
drivers/dsp/bridge/services/dpc.c | 274 +
drivers/dsp/bridge/services/kfile.c | 335 +
drivers/dsp/bridge/services/list.c | 285 +
drivers/dsp/bridge/services/mem.c | 628 +
drivers/dsp/bridge/services/ntfy.c | 329 +
drivers/dsp/bridge/services/reg.c | 196 +
drivers/dsp/bridge/services/regsup.c | 370 +
drivers/dsp/bridge/services/regsup.h | 58 +
drivers/dsp/bridge/services/services.c | 193 +
drivers/dsp/bridge/services/sync.c | 608 +
drivers/dsp/bridge/wmd/_cmm.h | 59 +
drivers/dsp/bridge/wmd/_deh.h | 46 +
drivers/dsp/bridge/wmd/_msg_sm.h | 158 +
drivers/dsp/bridge/wmd/_tiomap.h | 384 +
drivers/dsp/bridge/wmd/_tiomap_mmu.h | 53 +
drivers/dsp/bridge/wmd/_tiomap_pwr.h | 102 +
drivers/dsp/bridge/wmd/_tiomap_util.h | 46 +
drivers/dsp/bridge/wmd/chnl_sm.c | 1100 ++
drivers/dsp/bridge/wmd/io_sm.c | 2009 +++
drivers/dsp/bridge/wmd/mmu_fault.c | 172 +
drivers/dsp/bridge/wmd/mmu_fault.h | 45 +
drivers/dsp/bridge/wmd/msg_sm.c | 643 +
drivers/dsp/bridge/wmd/tiomap3430.c | 2091 +++
drivers/dsp/bridge/wmd/tiomap3430_pwr.c | 750 +
drivers/dsp/bridge/wmd/tiomap_io.c | 427 +
drivers/dsp/bridge/wmd/tiomap_io.h | 112 +
drivers/dsp/bridge/wmd/tiomap_sm.c | 197 +
drivers/dsp/bridge/wmd/ue_deh.c | 371 +
drivers/dsp/dspgateway/Kconfig | 24 +
drivers/dsp/dspgateway/Makefile | 15 +
drivers/dsp/dspgateway/dsp.h | 391 +
drivers/dsp/dspgateway/dsp_common.c | 639 +
drivers/dsp/dspgateway/dsp_core.c | 646 +
drivers/dsp/dspgateway/dsp_ctl.c | 1069 ++
drivers/dsp/dspgateway/dsp_ctl_core.c | 132 +
drivers/dsp/dspgateway/dsp_mbcmd.h | 147 +
drivers/dsp/dspgateway/dsp_mem.c | 484 +
drivers/dsp/dspgateway/error.c | 227 +
drivers/dsp/dspgateway/hardware_dsp.h | 34 +
drivers/dsp/dspgateway/ipbuf.c | 353 +
drivers/dsp/dspgateway/ipbuf.h | 193 +
drivers/dsp/dspgateway/mblog.c | 280 +
drivers/dsp/dspgateway/mmu.h | 140 +
drivers/dsp/dspgateway/omap1_dsp.h | 114 +
drivers/dsp/dspgateway/omap2_dsp.h | 95 +
drivers/dsp/dspgateway/proclist.h | 87 +
drivers/dsp/dspgateway/task.c | 3041 ++++
drivers/dsp/dspgateway/taskwatch.c | 164 +
drivers/dsp/dspgateway/uaccess_dsp.S | 77 +
drivers/dsp/dspgateway/uaccess_dsp.h | 176 +
drivers/gpio/gpiolib.c | 1 +
drivers/gpio/twl4030-gpio.c | 54 +-
drivers/gpu/Kconfig | 3 +
drivers/gpu/Makefile | 4 +-
drivers/gpu/pvr/COPYING | 351 +
drivers/gpu/pvr/Kconfig | 23 +
drivers/gpu/pvr/Makefile | 25 +
drivers/gpu/pvr/README | 27 +
drivers/gpu/pvr/bridged_pvr_bridge.c | 4532 ++++++
drivers/gpu/pvr/bridged_pvr_bridge.h | 66 +
drivers/gpu/pvr/buffer_manager.c | 1541 ++
drivers/gpu/pvr/buffer_manager.h | 181 +
drivers/gpu/pvr/bufferclass_example.c | 269 +
drivers/gpu/pvr/bufferclass_example.h | 102 +
drivers/gpu/pvr/bufferclass_example_linux.c | 208 +
drivers/gpu/pvr/bufferclass_example_linux.h | 46 +
drivers/gpu/pvr/bufferclass_example_private.c | 218 +
drivers/gpu/pvr/bufferclass_example_private.h | 33 +
drivers/gpu/pvr/dbgdrvif.h | 309 +
drivers/gpu/pvr/device.h | 176 +
drivers/gpu/pvr/deviceclass.c | 1513 ++
drivers/gpu/pvr/devicemem.c | 996 ++
drivers/gpu/pvr/env_data.h | 51 +
drivers/gpu/pvr/event.c | 266 +
drivers/gpu/pvr/event.h | 35 +
drivers/gpu/pvr/handle.c | 1259 ++
drivers/gpu/pvr/handle.h | 137 +
drivers/gpu/pvr/hash.c | 337 +
drivers/gpu/pvr/hash.h | 51 +
drivers/gpu/pvr/img_defs.h | 48 +
drivers/gpu/pvr/img_types.h | 76 +
drivers/gpu/pvr/ioctldef.h | 93 +
drivers/gpu/pvr/kernelbuffer.h | 51 +
drivers/gpu/pvr/kerneldisplay.h | 103 +
drivers/gpu/pvr/mem.c | 117 +
drivers/gpu/pvr/mm.c | 1433 ++
drivers/gpu/pvr/mm.h | 268 +
drivers/gpu/pvr/mmap.c | 662 +
drivers/gpu/pvr/mmap.h | 59 +
drivers/gpu/pvr/mmu.c | 1487 ++
drivers/gpu/pvr/mmu.h | 86 +
drivers/gpu/pvr/module.c | 306 +
drivers/gpu/pvr/mutex.c | 69 +
drivers/gpu/pvr/mutex.h | 49 +
drivers/gpu/pvr/oemfuncs.h | 42 +
drivers/gpu/pvr/omaplfb.h | 172 +
drivers/gpu/pvr/omaplfb_displayclass.c | 1245 ++
drivers/gpu/pvr/omaplfb_linux.c | 247 +
drivers/gpu/pvr/osfunc.c | 1627 ++
drivers/gpu/pvr/osfunc.h | 213 +
drivers/gpu/pvr/pb.c | 444 +
drivers/gpu/pvr/pdump.c | 1311 ++
drivers/gpu/pvr/pdump_km.h | 238 +
drivers/gpu/pvr/pdumpdefs.h | 92 +
drivers/gpu/pvr/perproc.c | 229 +
drivers/gpu/pvr/perproc.h | 58 +
drivers/gpu/pvr/power.c | 610 +
drivers/gpu/pvr/power.h | 104 +
drivers/gpu/pvr/proc.c | 316 +
drivers/gpu/pvr/proc.h | 47 +
drivers/gpu/pvr/pvr_bridge.h | 1054 ++
drivers/gpu/pvr/pvr_bridge_k.c | 190 +
drivers/gpu/pvr/pvr_bridge_km.h | 198 +
drivers/gpu/pvr/pvr_debug.c | 184 +
drivers/gpu/pvr/pvr_debug.h | 102 +
drivers/gpu/pvr/pvrconfig.h | 24 +
drivers/gpu/pvr/pvrmmap.h | 34 +
drivers/gpu/pvr/pvrmodule.h | 31 +
drivers/gpu/pvr/pvrsrv.c | 838 ++
drivers/gpu/pvr/pvrversion.h | 37 +
drivers/gpu/pvr/queue.c | 833 ++
drivers/gpu/pvr/queue.h | 90 +
drivers/gpu/pvr/ra.c | 1041 ++
drivers/gpu/pvr/ra.h | 103 +
drivers/gpu/pvr/resman.c | 533 +
drivers/gpu/pvr/resman.h | 90 +
drivers/gpu/pvr/services.h | 214 +
drivers/gpu/pvr/services_headers.h | 43 +
drivers/gpu/pvr/servicesext.h | 379 +
drivers/gpu/pvr/servicesint.h | 170 +
drivers/gpu/pvr/sgx530defs.h | 427 +
drivers/gpu/pvr/sgx_bridge.h | 346 +
drivers/gpu/pvr/sgx_bridge_km.h | 100 +
drivers/gpu/pvr/sgxapi_km.h | 172 +
drivers/gpu/pvr/sgxconfig.h | 85 +
drivers/gpu/pvr/sgxcoretypes.h | 41 +
drivers/gpu/pvr/sgxdefs.h | 34 +
drivers/gpu/pvr/sgxerrata.h | 51 +
drivers/gpu/pvr/sgxfeaturedefs.h | 38 +
drivers/gpu/pvr/sgxinfo.h | 308 +
drivers/gpu/pvr/sgxinfokm.h | 198 +
drivers/gpu/pvr/sgxinit.c | 1621 ++
drivers/gpu/pvr/sgxkick.c | 299 +
drivers/gpu/pvr/sgxmmu.h | 56 +
drivers/gpu/pvr/sgxreset.c | 244 +
drivers/gpu/pvr/sgxscript.h | 64 +
drivers/gpu/pvr/sgxtransfer.c | 265 +
drivers/gpu/pvr/sgxutils.c | 755 +
drivers/gpu/pvr/sgxutils.h | 103 +
drivers/gpu/pvr/srvkm.h | 38 +
drivers/gpu/pvr/syscommon.h | 158 +
drivers/gpu/pvr/sysconfig.c | 671 +
drivers/gpu/pvr/sysconfig.h | 53 +
drivers/gpu/pvr/sysinfo.h | 95 +
drivers/gpu/pvr/syslocal.h | 86 +
drivers/gpu/pvr/sysutils_linux.c | 655 +
drivers/gpu/pvr/tools/Makefile | 29 +
drivers/gpu/pvr/tools/dbgdriv.c | 1596 ++
drivers/gpu/pvr/tools/dbgdriv.h | 186 +
drivers/gpu/pvr/tools/hostfunc.c | 191 +
drivers/gpu/pvr/tools/hostfunc.h | 51 +
drivers/gpu/pvr/tools/hotkey.c | 100 +
drivers/gpu/pvr/tools/hotkey.h | 60 +
drivers/gpu/pvr/tools/ioctl.c | 404 +
drivers/gpu/pvr/tools/ioctl.h | 81 +
drivers/gpu/pvr/tools/linuxsrv.h | 47 +
drivers/gpu/pvr/tools/main.c | 180 +
drivers/hwmon/Kconfig | 16 +
drivers/hwmon/Makefile | 2 +
drivers/hwmon/omap34xx_temp.c | 268 +
drivers/hwmon/tsc210x_sensors.c | 296 +
drivers/i2c/Kconfig | 1 +
drivers/i2c/busses/Kconfig | 20 +-
drivers/i2c/busses/i2c-omap.c | 486 +-
drivers/i2c/chips/Kconfig | 71 +-
drivers/i2c/chips/Makefile | 10 +-
drivers/i2c/chips/lis302dl.c | 874 ++
drivers/i2c/chips/lp5521.c | 585 +
drivers/i2c/chips/menelaus.c | 174 +-
drivers/i2c/chips/tpa6130a2.c | 497 +
drivers/i2c/chips/tsl2563.c | 772 +
drivers/i2c/chips/twl4030-madc.c | 540 +
drivers/i2c/chips/twl4030-poweroff.c | 104 +
drivers/i2c/chips/twl4030-pwrbutton.c | 126 +
drivers/input/Kconfig | 2 +
drivers/input/Makefile | 2 +
drivers/input/keyboard/Kconfig | 33 +
drivers/input/keyboard/Makefile | 4 +
drivers/input/keyboard/gpio_keys.c | 4 +
drivers/input/keyboard/innovator_ps2.c | 1279 ++
drivers/input/keyboard/lm8323.c | 934 ++
drivers/input/keyboard/omap-keypad.c | 50 +-
drivers/input/keyboard/omap-twl4030keypad.c | 547 +
drivers/input/keyboard/tsc2301_kp.c | 475 +
drivers/input/keyboard/twl4030-keypad.h | 82 +
drivers/input/lirc/Kconfig | 26 +
drivers/input/lirc/Makefile | 7 +
drivers/input/lirc/lirc.h | 100 +
drivers/input/lirc/lirc_dev.c | 759 +
drivers/input/lirc/lirc_dev.h | 178 +
drivers/input/lirc/lirc_rx51.c | 484 +
drivers/input/lirc/lirc_rx51.h | 10 +
drivers/input/touchscreen/Kconfig | 26 +
drivers/input/touchscreen/Makefile | 3 +
drivers/input/touchscreen/ads7846.c | 9 +
drivers/input/touchscreen/tsc2005.c | 958 ++
drivers/input/touchscreen/tsc210x_ts.c | 160 +
drivers/input/touchscreen/tsc2301_ts.c | 676 +
drivers/leds/Kconfig | 34 +
drivers/leds/Makefile | 4 +
drivers/leds/leds-lp5523.c | 1001 ++
drivers/leds/leds-omap-pwm.c | 376 +
drivers/leds/leds-omap.c | 129 +
drivers/leds/leds-twl4030-vibra.c | 456 +
drivers/media/radio/Kconfig | 22 +
drivers/media/radio/Makefile | 3 +
drivers/media/radio/radio-bcm2048.c | 2612 ++++
drivers/media/radio/radio-si4713.c | 1019 ++
drivers/media/radio/radio-si4713.h | 35 +
drivers/media/radio/si4713.c | 2450 +++
drivers/media/radio/si4713.h | 319 +
drivers/media/video/Kconfig | 50 +
drivers/media/video/Makefile | 10 +
drivers/media/video/ad5820.c | 495 +
drivers/media/video/adp1653.c | 574 +
drivers/media/video/et8ek8-modes.h | 367 +
drivers/media/video/et8ek8.c | 1065 ++
drivers/media/video/et8ek8.h | 79 +
drivers/media/video/isp/Makefile | 14 +
drivers/media/video/isp/bluegamma_table.h | 1040 ++
drivers/media/video/isp/cfa_coef_table.h | 603 +
drivers/media/video/isp/greengamma_table.h | 1040 ++
drivers/media/video/isp/isp.c | 2545 ++++
drivers/media/video/isp/isp.h | 500 +
drivers/media/video/isp/isp_af.c | 477 +
drivers/media/video/isp/isp_af.h | 138 +
drivers/media/video/isp/ispccdc.c | 1520 ++
drivers/media/video/isp/ispccdc.h | 210 +
drivers/media/video/isp/ispcsi2.c | 2177 +++
drivers/media/video/isp/ispcsi2.h | 232 +
drivers/media/video/isp/isph3a.c | 603 +
drivers/media/video/isp/isph3a.h | 159 +
drivers/media/video/isp/isphist.c | 774 +
drivers/media/video/isp/isphist.h | 159 +
drivers/media/video/isp/isppreview.c | 2017 +++
drivers/media/video/isp/isppreview.h | 426 +
drivers/media/video/isp/ispreg.h | 1708 +++
drivers/media/video/isp/ispresizer.c | 971 ++
drivers/media/video/isp/ispresizer.h | 189 +
drivers/media/video/isp/ispstat.c | 351 +
drivers/media/video/isp/ispstat.h | 71 +
drivers/media/video/isp/luma_enhance_table.h | 144 +
drivers/media/video/isp/noise_filter_table.h | 79 +
drivers/media/video/isp/omap_previewer_hack.c | 1262 ++
drivers/media/video/isp/redgamma_table.h | 1040 ++
drivers/media/video/omap34xxcam-daemon-req.c | 126 +
drivers/media/video/omap34xxcam-daemon.c | 423 +
drivers/media/video/omap34xxcam.c | 2167 +++
drivers/media/video/omap34xxcam.h | 181 +
drivers/media/video/smia-sensor.c | 1060 ++
drivers/media/video/smia-sensor.h | 42 +
drivers/media/video/smiaregs.c | 718 +
drivers/media/video/v4l2-int-device.c | 31 +-
drivers/media/video/videobuf-dma-sg.c | 17 +-
drivers/mfd/Kconfig | 11 +-
drivers/mfd/Makefile | 1 +
drivers/mfd/twl4030-core.c | 490 +-
drivers/mfd/twl4030-power.c | 588 +
drivers/misc/Kconfig | 27 +-
drivers/misc/Makefile | 7 +
drivers/misc/cmt-speech/Kconfig | 24 +
drivers/misc/cmt-speech/Makefile | 7 +
drivers/misc/cmt-speech/cs-core.c | 438 +
drivers/misc/cmt-speech/cs-core.h | 36 +
drivers/misc/cmt-speech/cs-debug.h | 40 +
drivers/misc/cmt-speech/cs-ssi.c | 682 +
drivers/misc/cmt-speech/cs-ssi.h | 39 +
drivers/misc/mcsaab/Kconfig | 10 +
drivers/misc/mcsaab/Makefile | 8 +
drivers/misc/mcsaab/ssi_mcsaab_imp.c | 1274 ++
drivers/misc/nokia-av.c | 786 +
drivers/misc/panic_info_buff.c | 93 +
drivers/misc/ssi-char/Kconfig | 18 +
drivers/misc/ssi-char/Makefile | 8 +
drivers/misc/ssi-char/ssi-char-debug.h | 39 +
drivers/misc/ssi-char/ssi-char.c | 502 +
drivers/misc/ssi-char/ssi-char.h | 36 +
drivers/misc/ssi-char/ssi-if.c | 621 +
drivers/misc/ssi-char/ssi-if.h | 69 +
drivers/misc/ssi/Kconfig | 11 +
drivers/misc/ssi/Makefile | 15 +
drivers/misc/ssi/ssi_driver.c | 540 +
drivers/misc/ssi/ssi_driver.h | 273 +
drivers/misc/ssi/ssi_driver_bus.c | 153 +
drivers/misc/ssi/ssi_driver_debugfs.c | 259 +
drivers/misc/ssi/ssi_driver_dma.c | 424 +
drivers/misc/ssi/ssi_driver_gpio.c | 81 +
drivers/misc/ssi/ssi_driver_if.c | 572 +
drivers/misc/ssi/ssi_driver_int.c | 284 +
drivers/misc/sti/Makefile | 8 +
drivers/misc/sti/sdti.c | 228 +
drivers/misc/sti/sti-console.c | 189 +
drivers/misc/sti/sti-fifo.c | 117 +
drivers/misc/sti/sti-netlink.c | 157 +
drivers/misc/sti/sti.c | 430 +
drivers/mmc/card/block.c | 153 +-
drivers/mmc/card/queue.c | 15 +-
drivers/mmc/core/core.c | 310 +-
drivers/mmc/core/core.h | 4 +
drivers/mmc/core/debugfs.c | 67 +
drivers/mmc/core/host.c | 1 +
drivers/mmc/core/host.h | 2 +
drivers/mmc/core/mmc.c | 146 +-
drivers/mmc/core/mmc_ops.c | 60 +-
drivers/mmc/core/mmc_ops.h | 1 +
drivers/mmc/core/sd.c | 52 +-
drivers/mmc/host/Kconfig | 13 +-
drivers/mmc/host/Makefile | 1 +
drivers/mmc/host/omap.c | 7 +-
drivers/mmc/host/omap_hsmmc.c | 2024 +++
drivers/mtd/cmdlinepart.c | 2 +-
drivers/mtd/maps/Kconfig | 7 +
drivers/mtd/maps/Makefile | 1 +
drivers/mtd/maps/omap_nor.c | 3 +-
drivers/mtd/mtdoops.c | 18 +-
drivers/mtd/mtdpart.c | 56 +
drivers/mtd/nand/Kconfig | 25 +
drivers/mtd/nand/Makefile | 4 +
drivers/mtd/nand/omap-hw.c | 859 ++
drivers/mtd/nand/omap-nand-flash.c | 184 +
drivers/mtd/nand/omap2.c | 755 +
drivers/mtd/onenand/omap2.c | 28 +-
drivers/mtd/onenand/onenand_base.c | 148 +-
drivers/mtd/ubi/build.c | 15 +-
drivers/mtd/ubi/cdev.c | 4 +-
drivers/mtd/ubi/debug.c | 2 +
drivers/mtd/ubi/debug.h | 10 +-
drivers/mtd/ubi/eba.c | 126 +-
drivers/mtd/ubi/io.c | 45 +-
drivers/mtd/ubi/scan.c | 2 +
drivers/mtd/ubi/ubi-media.h | 12 +-
drivers/mtd/ubi/ubi.h | 77 +-
drivers/mtd/ubi/wl.c | 550 +-
drivers/net/irda/Kconfig | 10 +
drivers/net/irda/Makefile | 1 +
drivers/net/irda/omap-ir.c | 901 ++
drivers/net/smc911x.h | 10 +
drivers/net/smc91x.c | 5 +
drivers/net/wireless/Kconfig | 1 +
drivers/net/wireless/Makefile | 2 +
drivers/net/wireless/wl12xx/Kconfig | 31 +
drivers/net/wireless/wl12xx/Makefile | 13 +
drivers/net/wireless/wl12xx/wl1251.h | 456 +
drivers/net/wireless/wl12xx/wl1251_acx.c | 1175 ++
drivers/net/wireless/wl12xx/wl1251_acx.h | 1501 ++
drivers/net/wireless/wl12xx/wl1251_boot.c | 552 +
drivers/net/wireless/wl12xx/wl1251_boot.h | 41 +
drivers/net/wireless/wl12xx/wl1251_cmd.c | 412 +
drivers/net/wireless/wl12xx/wl1251_cmd.h | 407 +
drivers/net/wireless/wl12xx/wl1251_debugfs.c | 541 +
drivers/net/wireless/wl12xx/wl1251_debugfs.h | 33 +
drivers/net/wireless/wl12xx/wl1251_event.c | 177 +
drivers/net/wireless/wl12xx/wl1251_event.h | 128 +
drivers/net/wireless/wl12xx/wl1251_init.c | 428 +
drivers/net/wireless/wl12xx/wl1251_init.h | 88 +
drivers/net/wireless/wl12xx/wl1251_main.c | 2166 +++
drivers/net/wireless/wl12xx/wl1251_netlink.c | 679 +
drivers/net/wireless/wl12xx/wl1251_netlink.h | 30 +
drivers/net/wireless/wl12xx/wl1251_ps.c | 203 +
drivers/net/wireless/wl12xx/wl1251_ps.h | 37 +
drivers/net/wireless/wl12xx/wl1251_reg.h | 744 +
drivers/net/wireless/wl12xx/wl1251_rx.c | 195 +
drivers/net/wireless/wl12xx/wl1251_rx.h | 124 +
drivers/net/wireless/wl12xx/wl1251_spi.c | 413 +
drivers/net/wireless/wl12xx/wl1251_spi.h | 111 +
drivers/net/wireless/wl12xx/wl1251_tx.c | 613 +
drivers/net/wireless/wl12xx/wl1251_tx.h | 233 +
drivers/net/wireless/wl12xx/wl1271.h | 409 +
drivers/net/wireless/wl12xx/wl1271_acx.c | 938 ++
drivers/net/wireless/wl12xx/wl1271_acx.h | 1221 ++
drivers/net/wireless/wl12xx/wl1271_boot.c | 540 +
drivers/net/wireless/wl12xx/wl1271_boot.h | 72 +
drivers/net/wireless/wl12xx/wl1271_cmd.c | 813 +
drivers/net/wireless/wl12xx/wl1271_cmd.h | 463 +
drivers/net/wireless/wl12xx/wl1271_debugfs.c | 518 +
drivers/net/wireless/wl12xx/wl1271_debugfs.h | 33 +
drivers/net/wireless/wl12xx/wl1271_event.c | 126 +
drivers/net/wireless/wl12xx/wl1271_event.h | 110 +
drivers/net/wireless/wl12xx/wl1271_init.c | 397 +
drivers/net/wireless/wl12xx/wl1271_init.h | 115 +
drivers/net/wireless/wl12xx/wl1271_main.c | 1390 ++
drivers/net/wireless/wl12xx/wl1271_netlink.c | 679 +
drivers/net/wireless/wl12xx/wl1271_netlink.h | 30 +
drivers/net/wireless/wl12xx/wl1271_ps.c | 127 +
drivers/net/wireless/wl12xx/wl1271_ps.h | 36 +
drivers/net/wireless/wl12xx/wl1271_reg.h | 758 +
drivers/net/wireless/wl12xx/wl1271_rx.c | 199 +
drivers/net/wireless/wl12xx/wl1271_rx.h | 121 +
drivers/net/wireless/wl12xx/wl1271_spi.c | 382 +
drivers/net/wireless/wl12xx/wl1271_spi.h | 113 +
drivers/net/wireless/wl12xx/wl1271_tx.c | 376 +
drivers/net/wireless/wl12xx/wl1271_tx.h | 129 +
drivers/net/wireless/wl12xx/wl12xx_80211.h | 156 +
drivers/power/Kconfig | 7 +
drivers/power/Makefile | 2 +
drivers/power/twl4030_bci_battery.c | 1097 ++
drivers/regulator/Kconfig | 7 +
drivers/regulator/Makefile | 1 +
drivers/regulator/twl4030-regulator.c | 581 +
drivers/rtc/rtc-twl4030.c | 5 +-
drivers/serial/8250.c | 27 +
drivers/spi/Kconfig | 41 +
drivers/spi/Makefile | 3 +
drivers/spi/omap2_mcspi.c | 197 +-
drivers/spi/tsc210x.c | 1262 ++
drivers/spi/tsc2301-core.c | 287 +
drivers/usb/Kconfig | 3 +
drivers/usb/core/Kconfig | 3 +-
drivers/usb/core/otg_whitelist.h | 102 +-
drivers/usb/gadget/Kconfig | 35 +-
drivers/usb/gadget/Makefile | 4 +
drivers/usb/gadget/composite.c | 150 +-
drivers/usb/gadget/f_acm.c | 9 +-
drivers/usb/gadget/f_obex.c | 87 +-
drivers/usb/gadget/f_phonet.c | 623 +
drivers/usb/gadget/f_raw.c | 779 +
drivers/usb/gadget/file_storage.c | 781 +-
drivers/usb/gadget/nokia.c | 263 +
drivers/usb/gadget/omap_udc.c | 4 +-
drivers/usb/gadget/softupd.c | 243 +
drivers/usb/gadget/u_ether.c | 9 +-
drivers/usb/gadget/u_phonet.h | 21 +
drivers/usb/gadget/u_serial.c | 44 +-
drivers/usb/host/Kconfig | 19 +
drivers/usb/host/ehci-hcd.c | 5 +
drivers/usb/host/ehci-omap.c | 577 +
drivers/usb/host/ehci-omap.h | 125 +
drivers/usb/host/ohci-omap.c | 8 +-
drivers/usb/musb/Kconfig | 22 +-
drivers/usb/musb/Makefile | 13 +
drivers/usb/musb/blackfin.c | 329 +
drivers/usb/musb/blackfin.h | 52 +
drivers/usb/musb/davinci.c | 49 +-
drivers/usb/musb/isp1704.h | 81 +
drivers/usb/musb/musb_core.c | 956 +-
drivers/usb/musb/musb_core.h | 174 +-
drivers/usb/musb/musb_debug.h | 11 +-
drivers/usb/musb/musb_dma.h | 14 +-
drivers/usb/musb/musb_gadget.c | 1238 +-
drivers/usb/musb/musb_gadget.h | 9 +-
drivers/usb/musb/musb_gadget_ep0.c | 5 +-
drivers/usb/musb/musb_host.c | 303 +-
drivers/usb/musb/musb_io.h | 26 +-
drivers/usb/musb/musb_procfs.c | 775 +
drivers/usb/musb/musb_regs.h | 471 +-
drivers/usb/musb/musb_virthub.c | 20 +-
drivers/usb/musb/musbhsdma.c | 276 +-
drivers/usb/musb/musbhsdma.h | 149 +
drivers/usb/musb/omap2430.c | 193 +-
drivers/usb/musb/tusb6010.c | 57 +-
drivers/usb/musb/tusb6010_omap.c | 4 +-
drivers/usb/otg/Kconfig | 54 +
drivers/usb/otg/Makefile | 15 +
drivers/usb/otg/gpio_vbus.c | 335 +
drivers/usb/otg/isp1301_omap.c | 1683 +++
drivers/usb/otg/otg.c | 172 +
drivers/usb/otg/twl4030-usb.c | 829 ++
drivers/video/Kconfig | 3 +-
drivers/video/Makefile | 1 +
drivers/video/omap/Kconfig | 94 +-
drivers/video/omap/Makefile | 16 +-
drivers/video/omap/blizzard.c | 92 +-
drivers/video/omap/dispc.c | 1277 +-
drivers/video/omap/dispc.h | 42 +-
drivers/video/omap/hwa742.c | 2 +-
drivers/video/omap/lcd_2430sdp.c | 199 +
drivers/video/omap/lcd_ams_delta.c | 140 +
drivers/video/omap/lcd_apollon.c | 137 +
drivers/video/omap/lcd_h3.c | 2 +-
drivers/video/omap/lcd_h4.c | 3 +-
drivers/video/omap/lcd_inn1510.c | 2 +-
drivers/video/omap/lcd_inn1610.c | 2 +-
drivers/video/omap/lcd_ldp.c | 200 +
drivers/video/omap/lcd_mipid.c | 901 ++
drivers/video/omap/lcd_omap2evm.c | 189 +
drivers/video/omap/lcd_omap3beagle.c | 133 +
drivers/video/omap/lcd_omap3evm.c | 191 +
drivers/video/omap/lcd_osk.c | 2 +-
drivers/video/omap/lcd_overo.c | 179 +
drivers/video/omap/lcd_p2.c | 340 +
drivers/video/omap/lcd_palmte.c | 2 +-
drivers/video/omap/lcd_palmtt.c | 2 +-
drivers/video/omap/lcd_palmz71.c | 3 +-
drivers/video/omap/lcdc.c | 2 +-
drivers/video/omap/omapfb_main.c | 439 +-
drivers/video/omap/rfbi.c | 11 +-
drivers/video/omap/sossi.c | 4 +-
drivers/video/omap/venc.c | 557 +
drivers/video/omap2/Kconfig | 3 +
drivers/video/omap2/Makefile | 4 +
drivers/video/omap2/displays/Kconfig | 45 +
drivers/video/omap2/displays/Makefile | 9 +
drivers/video/omap2/displays/ctrl-zonda.c | 631 +
drivers/video/omap2/displays/panel-acx565akm.c | 737 +
drivers/video/omap2/displays/panel-acx565akm.h | 9 +
drivers/video/omap2/displays/panel-generic.c | 96 +
drivers/video/omap2/displays/panel-nevada.c | 558 +
.../omap2/displays/panel-samsung-lte430wq-f0c.c | 108 +
.../video/omap2/displays/panel-sharp-ls037v7dw01.c | 112 +
drivers/video/omap2/displays/panel-taal.c | 620 +
drivers/video/omap2/dss/Kconfig | 99 +
drivers/video/omap2/dss/Makefile | 6 +
drivers/video/omap2/dss/core.c | 814 +
drivers/video/omap2/dss/dispc.c | 3749 +++++
drivers/video/omap2/dss/display.c | 800 +
drivers/video/omap2/dss/dpi.c | 395 +
drivers/video/omap2/dss/dsi.c | 3873 +++++
drivers/video/omap2/dss/dss.c | 387 +
drivers/video/omap2/dss/dss.h | 355 +
drivers/video/omap2/dss/manager.c | 808 +
drivers/video/omap2/dss/overlay.c | 655 +
drivers/video/omap2/dss/rfbi.c | 1306 ++
drivers/video/omap2/dss/sdi.c | 387 +
drivers/video/omap2/dss/venc.c | 718 +
drivers/video/omap2/omapfb/Kconfig | 35 +
drivers/video/omap2/omapfb/Makefile | 2 +
drivers/video/omap2/omapfb/omapfb-ioctl.c | 760 +
drivers/video/omap2/omapfb/omapfb-main.c | 2232 +++
drivers/video/omap2/omapfb/omapfb-sysfs.c | 496 +
drivers/video/omap2/omapfb/omapfb.h | 149 +
drivers/watchdog/Kconfig | 13 +-
drivers/watchdog/Makefile | 1 +
drivers/watchdog/omap_wdt.c | 167 +-
drivers/watchdog/twl4030_wdt.c | 299 +
fs/affs/bitmap.c | 4 +-
fs/affs/super.c | 12 +-
fs/bfs/inode.c | 4 +-
fs/eventpoll.c | 22 +-
fs/exec.c | 16 +-
fs/ext2/balloc.c | 4 +-
fs/ext2/ialloc.c | 4 +-
fs/ext2/super.c | 6 +-
fs/ext2/xattr.c | 2 +-
fs/ext3/balloc.c | 4 +-
fs/ext3/ialloc.c | 4 +-
fs/ext3/inode.c | 2 +-
fs/ext3/resize.c | 4 +-
fs/ext3/super.c | 14 +-
fs/ext3/xattr.c | 2 +-
fs/ext4/balloc.c | 2 +-
fs/ext4/ialloc.c | 4 +-
fs/ext4/inode.c | 2 +-
fs/ext4/mballoc.c | 4 +-
fs/ext4/resize.c | 4 +-
fs/ext4/super.c | 14 +-
fs/ext4/xattr.c | 2 +-
fs/fat/cache.c | 6 +-
fs/fat/dir.c | 2 +-
fs/fat/fat.h | 7 +-
fs/fat/fatent.c | 12 +-
fs/fat/file.c | 2 +-
fs/fat/inode.c | 26 +-
fs/fat/misc.c | 23 +-
fs/fat/namei_msdos.c | 2 +-
fs/fat/namei_vfat.c | 2 +-
fs/fs-writeback.c | 41 +
fs/gfs2/log.c | 4 +-
fs/gfs2/ops_super.c | 4 +-
fs/hfs/extent.c | 2 +-
fs/hfs/hfs_fs.h | 2 +-
fs/hfs/inode.c | 6 +-
fs/hfs/super.c | 2 +-
fs/hfsplus/bitmap.c | 4 +-
fs/hfsplus/dir.c | 2 +-
fs/hfsplus/inode.c | 6 +-
fs/hfsplus/super.c | 12 +-
fs/jffs2/fs.c | 2 +-
fs/jffs2/os-linux.h | 2 +-
fs/ocfs2/super.c | 4 +-
fs/proc/generic.c | 8 +-
fs/proc/inode.c | 3 -
fs/proc/proc_net.c | 2 +-
fs/proc/root.c | 8 +-
fs/qnx4/inode.c | 2 +-
fs/reiserfs/journal.c | 6 +-
fs/reiserfs/resize.c | 2 +-
fs/reiserfs/super.c | 10 +-
fs/super.c | 10 +-
fs/sync.c | 2 +-
fs/sysv/inode.c | 6 +-
fs/sysv/super.c | 2 +-
fs/sysv/sysv.h | 2 +-
fs/ubifs/budget.c | 242 +-
fs/ubifs/commit.c | 25 +-
fs/ubifs/compress.c | 43 +-
fs/ubifs/debug.c | 327 +-
fs/ubifs/debug.h | 127 +-
fs/ubifs/dir.c | 115 +-
fs/ubifs/file.c | 29 +-
fs/ubifs/gc.c | 28 +-
fs/ubifs/io.c | 89 +-
fs/ubifs/ioctl.c | 2 +
fs/ubifs/journal.c | 11 +-
fs/ubifs/key.h | 32 +-
fs/ubifs/lprops.c | 26 +-
fs/ubifs/lpt.c | 45 +-
fs/ubifs/lpt_commit.c | 282 +-
fs/ubifs/master.c | 2 +-
fs/ubifs/orphan.c | 40 +-
fs/ubifs/recovery.c | 70 +-
fs/ubifs/replay.c | 17 +-
fs/ubifs/sb.c | 23 +-
fs/ubifs/super.c | 398 +-
fs/ubifs/tnc.c | 43 +-
fs/ubifs/tnc_commit.c | 9 +-
fs/ubifs/ubifs-media.h | 9 +
fs/ubifs/ubifs.h | 157 +-
fs/udf/balloc.c | 12 +-
fs/udf/super.c | 6 +-
fs/ufs/balloc.c | 8 +-
fs/ufs/ialloc.c | 4 +-
fs/ufs/super.c | 8 +-
fs/xfs/linux-2.6/xfs_super.c | 6 +-
fs/xfs/xfs_trans.c | 2 +-
include/asm-arm/.gitignore | 1 +
include/asm-arm/hardware/tsc2101.h | 300 +
include/drm/Kbuild | 1 +
include/drm/pvr2d_drm.h | 45 +
include/linux/camera_button.h | 13 +
include/linux/clockchips.h | 4 +-
include/linux/connector.h | 2 +
include/linux/cs-protocol.h | 128 +
include/linux/fs.h | 13 +
include/linux/gpio_keys.h | 1 +
include/linux/i2c-id.h | 13 +
include/linux/i2c/lm8323.h | 37 +
include/linux/i2c/menelaus.h | 163 +
include/linux/i2c/tpa6130a2.h | 34 +
include/linux/i2c/tsl2563.h | 9 +
include/linux/i2c/twl4030-madc.h | 126 +
include/linux/i2c/twl4030.h | 240 +-
include/linux/if_arp.h | 3 +
include/linux/input.h | 3 +
include/linux/kfifo.h | 35 +
include/linux/leds-lp5523.h | 18 +
include/linux/lis302dl.h | 9 +
include/linux/lzo.h | 23 +
include/linux/mmc/card.h | 2 +
include/linux/mmc/core.h | 1 +
include/linux/mmc/host.h | 66 +
include/linux/mmc/mmc.h | 3 +
include/linux/mtd/mtd.h | 8 +
include/linux/mtd/onenand.h | 1 +
include/linux/netfilter_ipv4/ipt_IDLETIMER.h | 22 +
include/linux/nokia-av.h | 29 +
include/linux/omap34xxcam-daemon-req.h | 77 +
include/linux/omap34xxcam-daemon.h | 133 +
include/linux/omapfb.h | 450 +
include/linux/sched.h | 3 +-
include/linux/serial.h | 3 +-
include/linux/serial_reg.h | 2 +
include/linux/slub_def.h | 2 +
include/linux/spi/ads7846.h | 5 +
include/linux/spi/tsc2005.h | 30 +
include/linux/spi/tsc210x.h | 231 +
include/linux/spi/tsc2301.h | 197 +
include/linux/spi/wl12xx.h | 8 +
include/linux/ssi_char.h | 71 +
include/linux/ssi_driver_if.h | 164 +
include/linux/swap.h | 31 +-
include/linux/tty_ldisc.h | 2 +-
include/linux/usb/gadget.h | 12 +
include/linux/usb/gpio_vbus.h | 30 +
include/linux/usb/musb.h | 23 +
include/linux/usb/otg.h | 1 +
include/linux/usb/raw.h | 50 +
include/linux/videodev2.h | 50 +-
include/media/ad5820.h | 56 +
include/media/adp1653.h | 86 +
include/media/radio-bcm2048.h | 30 +
include/media/smiaregs.h | 148 +
include/media/v4l2-int-device.h | 10 +-
include/net/bluetooth/bluetooth.h | 16 +-
include/net/bluetooth/hci.h | 18 +-
include/net/bluetooth/hci_core.h | 96 +-
include/net/bluetooth/l2cap.h | 13 +-
include/net/bluetooth/rfcomm.h | 22 +-
include/net/bluetooth/sco.h | 2 +-
include/net/mac80211.h | 75 +-
include/net/neighbour.h | 4 +-
include/net/phonet/pep.h | 2 +-
include/net/phonet/phonet.h | 3 +-
include/net/phonet/pn_dev.h | 7 +-
include/sound/jack.h | 7 +
kernel/cgroup.c | 6 +-
kernel/hrtimer.c | 2 +
kernel/kfifo.c | 57 +
kernel/panic.c | 3 +-
kernel/posix-timers.c | 7 +
kernel/printk.c | 7 +
kernel/sched_fair.c | 4 +-
kernel/sysctl.c | 16 +-
kernel/time/clockevents.c | 8 +-
kernel/time/tick-sched.c | 53 +-
kernel/time/timer_list.c | 2 +-
kernel/timer.c | 3 +
lib/Kconfig.debug | 6 +
lib/bust_spinlocks.c | 2 +
lib/lzo/Makefile | 2 +-
lib/lzo/lzo1x_9x.c | 1272 ++
mm/memory.c | 1 +
mm/page-writeback.c | 134 +-
mm/page_io.c | 12 +-
mm/slub.c | 34 +-
mm/swapfile.c | 233 +-
mm/vmalloc.c | 1 +
net/Kconfig | 2 +-
net/bluetooth/af_bluetooth.c | 53 +-
net/bluetooth/bnep/bnep.h | 2 +-
net/bluetooth/bnep/core.c | 5 -
net/bluetooth/bnep/netdev.c | 5 -
net/bluetooth/bnep/sock.c | 5 -
net/bluetooth/cmtp/capi.c | 5 -
net/bluetooth/cmtp/core.c | 8 +-
net/bluetooth/cmtp/sock.c | 5 -
net/bluetooth/hci_conn.c | 81 +-
net/bluetooth/hci_core.c | 14 +-
net/bluetooth/hci_event.c | 106 +-
net/bluetooth/hci_sock.c | 5 -
net/bluetooth/hci_sysfs.c | 97 +-
net/bluetooth/hidp/core.c | 5 -
net/bluetooth/hidp/sock.c | 5 -
net/bluetooth/l2cap.c | 608 +-
net/bluetooth/rfcomm/core.c | 230 +-
net/bluetooth/rfcomm/sock.c | 196 +-
net/bluetooth/rfcomm/tty.c | 35 +-
net/bluetooth/sco.c | 111 +-
net/core/dev.c | 8 +-
net/core/neighbour.c | 89 +-
net/core/sock.c | 19 +-
net/ipv4/netfilter/Kconfig | 37 +
net/ipv4/netfilter/Makefile | 2 +
net/ipv4/netfilter/iphb.c | 439 +
net/ipv4/netfilter/ipt_IDLETIMER.c | 305 +
net/mac80211/debugfs.c | 62 +
net/mac80211/ieee80211_i.h | 36 +-
net/mac80211/iface.c | 17 +
net/mac80211/main.c | 18 +-
net/mac80211/mlme.c | 352 +-
net/mac80211/rc80211_minstrel.c | 22 +-
net/mac80211/rx.c | 9 +-
net/mac80211/scan.c | 7 +-
net/mac80211/sta_info.c | 23 +-
net/mac80211/tx.c | 16 +
net/mac80211/util.c | 86 +-
net/mac80211/wext.c | 51 +-
net/mac80211/wme.c | 10 +-
net/phonet/af_phonet.c | 37 +-
net/phonet/pep-gprs.c | 220 +-
net/phonet/pep.c | 53 +-
net/phonet/pn_dev.c | 119 +-
net/phonet/pn_netlink.c | 24 +-
net/phonet/socket.c | 13 +-
net/phonet/sysctl.c | 4 +-
net/socket.c | 2 +-
net/wireless/nl80211.c | 5 +-
net/wireless/reg.c | 59 +-
scripts/package/Makefile | 2 +-
security/Kconfig | 8 +
security/Makefile | 1 +
security/device_cgroup.c | 3 +
security/lowmem.c | 384 +
sound/core/jack.c | 33 +-
sound/soc/codecs/Kconfig | 5 +
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/tlv320aic3x.c | 262 +-
sound/soc/codecs/tlv320aic3x.h | 3 +
sound/soc/codecs/twl4030.c | 653 +
sound/soc/codecs/twl4030.h | 197 +
sound/soc/omap/Kconfig | 28 +
sound/soc/omap/Makefile | 7 +
sound/soc/omap/aic34b_dummy.c | 276 +
sound/soc/omap/aic34b_dummy.h | 32 +
sound/soc/omap/omap-mcbsp.c | 84 +-
sound/soc/omap/omap-pcm.c | 65 +-
sound/soc/omap/omap3beagle.c | 149 +
sound/soc/omap/overo.c | 148 +
sound/soc/omap/rx51.c | 977 ++
sound/soc/omap/rx51.h | 27 +
sound/soc/soc-core.c | 60 +-
1321 files changed, 339414 insertions(+), 10614 deletions(-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment