$ git checkout master Already on 'master' $ git reset --hard stable HEAD is now at ee715087 Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux Merging origin/master $ git merge origin/master Updating ee715087..6f576d5 Fast-forward Documentation/hwmon/jc42 | 21 ++++-- Documentation/hwmon/k10temp | 8 ++- Documentation/networking/Makefile | 2 + Documentation/workqueue.txt | 4 +- MAINTAINERS | 3 +- arch/sparc/include/asm/pcr.h | 2 + arch/sparc/kernel/iommu.c | 5 +- arch/sparc/kernel/pcr.c | 2 - arch/sparc/kernel/smp_64.c | 2 + arch/sparc/kernel/una_asm_32.S | 4 +- arch/sparc/lib/bitext.c | 5 +- drivers/atm/solos-pci.c | 5 +- drivers/bluetooth/ath3k.c | 2 + drivers/bluetooth/btusb.c | 3 + drivers/char/tpm/tpm.c | 18 +---- drivers/char/tpm/tpm.h | 2 - drivers/char/tpm/tpm_tis.c | 4 +- drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +- drivers/gpu/drm/nouveau/nouveau_bo.c | 13 ++-- drivers/gpu/drm/nouveau/nouveau_connector.c | 1 + drivers/gpu/drm/nouveau/nouveau_pm.c | 2 +- drivers/gpu/drm/nouveau/nv04_dfp.c | 12 +--- drivers/gpu/drm/nouveau/nv40_graph.c | 46 +++++++----- drivers/gpu/drm/radeon/atombios_crtc.c | 4 +- drivers/gpu/drm/radeon/r300.c | 2 + drivers/hwmon/Kconfig | 19 +++--- drivers/hwmon/jc42.c | 35 ++++++++-- drivers/hwmon/k10temp.c | 5 +- drivers/hwmon/lm85.c | 23 ++++++- drivers/infiniband/hw/nes/nes_hw.c | 32 +++++--- drivers/infiniband/hw/qib/qib_rc.c | 5 +- drivers/isdn/hisax/isdnl2.c | 28 ++++---- drivers/memstick/core/memstick.c | 2 +- drivers/misc/tifm_core.c | 2 +- drivers/misc/vmw_balloon.c | 2 +- drivers/mtd/nand/r852.c | 2 +- drivers/mtd/sm_ftl.c | 2 +- drivers/net/can/mcp251x.c | 2 +- drivers/net/can/softing/Kconfig | 2 +- drivers/net/cxgb4vf/cxgb4vf_main.c | 80 +++++++++++++++----- drivers/net/cxgb4vf/t4vf_hw.c | 2 +- drivers/net/e1000e/netdev.c | 52 +++++++++++--- drivers/net/forcedeth.c | 2 + drivers/net/ixgbe/ixgbe_fcoe.c | 51 +++++++++++++- drivers/net/ixgbe/ixgbe_fcoe.h | 2 + drivers/net/ixgbe/ixgbe_main.c | 6 +- drivers/net/pch_gbe/pch_gbe.h | 2 +- drivers/net/pch_gbe/pch_gbe_main.c | 104 ++++++++++++++++----------- drivers/net/r8169.c | 2 + drivers/net/stmmac/stmmac_main.c | 4 +- drivers/net/tg3.c | 8 ++- drivers/net/usb/hso.c | 12 ++-- drivers/net/usb/usbnet.c | 4 +- drivers/net/wireless/iwlwifi/iwl-3945.c | 67 ----------------- drivers/rtc/Kconfig | 12 +++ drivers/rtc/interface.c | 23 +++++- drivers/rtc/rtc-dev.c | 104 +++++++++++++++++++++++++++ drivers/tty/serial/max3100.c | 2 +- drivers/tty/serial/max3107.c | 2 +- drivers/xen/manage.c | 10 +++ fs/gfs2/glock.c | 4 +- fs/gfs2/main.c | 2 +- fs/partitions/mac.c | 17 +++-- include/linux/freezer.h | 2 +- include/linux/list.h | 12 +++- include/linux/rtc.h | 15 ++++ include/linux/sched.h | 2 +- include/linux/workqueue.h | 8 +- kernel/power/main.c | 2 +- kernel/power/process.c | 6 +- kernel/power/snapshot.c | 7 +-- kernel/workqueue.c | 37 ++++++---- lib/list_debug.c | 39 +++++++---- net/bluetooth/l2cap.c | 1 + net/bridge/br_input.c | 2 +- net/bridge/br_multicast.c | 19 +++--- net/bridge/br_private.h | 3 +- net/core/dev.c | 9 ++- net/dcb/dcbnl.c | 9 ++- net/ipv4/devinet.c | 30 +++++--- net/ipv4/ip_gre.c | 1 + net/ipv4/route.c | 1 + net/ipv6/route.c | 1 + net/mac80211/util.c | 2 + net/netfilter/core.c | 3 +- net/xfrm/xfrm_policy.c | 7 ++- sound/pci/au88x0/au88x0_core.c | 14 +++- sound/pci/hda/hda_intel.c | 1 + sound/pci/hda/patch_conexant.c | 63 +++++++++++++---- sound/usb/caiaq/audio.c | 2 +- sound/usb/caiaq/midi.c | 2 +- 91 files changed, 812 insertions(+), 397 deletions(-) Merging fixes/fixes $ git merge fixes/fixes Merge made by recursive. scripts/basic/fixdep.c | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) Merging arm-current/master $ git merge arm-current/master Already up-to-date. Merging m68k-current/for-linus $ git merge m68k-current/for-linus Already up-to-date. Merging powerpc-merge/merge $ git merge powerpc-merge/merge Already up-to-date. Merging 52xx-and-virtex-current/powerpc/merge $ git merge 52xx-and-virtex-current/powerpc/merge Merge made by recursive. arch/powerpc/platforms/52xx/mpc52xx_gpt.c | 29 ++++++++++++++++++++++++++--- 1 files changed, 26 insertions(+), 3 deletions(-) Merging sparc-current/master $ git merge sparc-current/master Already up-to-date. Merging scsi-rc-fixes/master $ git merge scsi-rc-fixes/master Already up-to-date. Merging net-current/master $ git merge net-current/master Merge made by recursive. include/linux/dcbnl.h | 2 +- include/net/netfilter/nf_tproxy_core.h | 12 +----------- net/ipv4/inet_timewait_sock.c | 2 ++ net/ipv6/netfilter/ip6t_LOG.c | 2 +- net/mac80211/iface.c | 1 + net/netfilter/nf_tproxy_core.c | 27 ++++++++++++--------------- net/netfilter/xt_TPROXY.c | 22 ++++++++++++++++++++-- net/netfilter/xt_socket.c | 13 +++++++++++-- net/sched/sch_generic.c | 1 + net/sctp/sm_make_chunk.c | 10 +++++----- 10 files changed, 55 insertions(+), 37 deletions(-) Merging sound-current/for-linus $ git merge sound-current/for-linus Already up-to-date. Merging pci-current/for-linus $ git merge pci-current/for-linus Already up-to-date. Merging wireless-current/master $ git merge wireless-current/master Merge made by recursive. drivers/bluetooth/ath3k.c | 3 +++ drivers/bluetooth/btusb.c | 7 +++++-- drivers/net/wireless/ath/ath5k/phy.c | 1 + drivers/net/wireless/ath/ath9k/ath9k.h | 6 ------ drivers/net/wireless/ath/ath9k/init.c | 8 -------- drivers/net/wireless/ath/ath9k/main.c | 8 -------- drivers/net/wireless/rt2x00/rt2800pci.c | 2 ++ net/bluetooth/rfcomm/tty.c | 2 ++ net/mac80211/mlme.c | 6 ++++++ 9 files changed, 19 insertions(+), 24 deletions(-) Merging kbuild-current/rc-fixes $ git merge kbuild-current/rc-fixes Already up-to-date. Merging driver-core.current/driver-core-linus $ git merge driver-core.current/driver-core-linus Already up-to-date. Merging tty.current/tty-linus $ git merge tty.current/tty-linus Already up-to-date. Merging usb.current/usb-linus $ git merge usb.current/usb-linus Merge made by recursive. drivers/usb/core/quirks.c | 8 ++++++++ drivers/usb/musb/musb_core.h | 17 +++++++++-------- drivers/usb/musb/omap2430.c | 1 + drivers/usb/serial/sierra.c | 3 +++ drivers/usb/serial/usb_wwan.c | 15 +++++++++------ drivers/usb/serial/visor.c | 12 ++++++++++++ 6 files changed, 42 insertions(+), 14 deletions(-) Merging staging.current/staging-linus $ git merge staging.current/staging-linus Already up-to-date. Merging cpufreq-current/fixes $ git merge cpufreq-current/fixes Auto-merging arch/x86/kernel/cpu/cpufreq/powernow-k8.c Merge made by recursive. arch/x86/kernel/cpu/cpufreq/powernow-k8.c | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) Merging input-current/for-linus $ git merge input-current/for-linus Merge made by recursive. arch/arm/mach-tegra/include/mach/kbc.h | 1 + drivers/input/keyboard/tegra-kbc.c | 62 ++++++++++++++++++++++++++++++-- 2 files changed, 60 insertions(+), 3 deletions(-) Merging md-current/for-linus $ git merge md-current/for-linus Already up-to-date. Merging audit-current/for-linus $ git merge audit-current/for-linus Already up-to-date. Merging crypto-current/master $ git merge crypto-current/master Already up-to-date. Merging ide-curent/master $ git merge ide-curent/master Already up-to-date. Merging dwmw2/master $ git merge dwmw2/master Already up-to-date. Merging sh-current/sh-fixes-for-linus $ git merge sh-current/sh-fixes-for-linus Merge made by recursive. arch/sh/include/asm/sections.h | 2 +- arch/sh/kernel/cpu/sh4/setup-sh7750.c | 13 +++++++++---- arch/sh/lib/delay.c | 10 ++++++++++ arch/sh/mm/cache.c | 3 ++- 4 files changed, 22 insertions(+), 6 deletions(-) Merging rmobile-current/rmobile-fixes-for-linus $ git merge rmobile-current/rmobile-fixes-for-linus Merge made by recursive. arch/arm/mach-shmobile/board-ag5evm.c | 1 + arch/arm/mach-shmobile/clock-sh73a0.c | 17 ++++++++++++++--- .../arm/mach-shmobile/include/mach/head-ap4evb.txt | 10 +++++----- .../mach-shmobile/include/mach/head-mackerel.txt | 10 +++++----- 4 files changed, 25 insertions(+), 13 deletions(-) Merging fbdev-current/fbdev-fixes-for-linus $ git merge fbdev-current/fbdev-fixes-for-linus Already up-to-date. Merging devicetree-current/devicetree/merge $ git merge devicetree-current/devicetree/merge Merge made by recursive. drivers/usb/host/ehci-xilinx-of.c | 1 + fs/proc/proc_devtree.c | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) Merging spi-current/spi/merge $ git merge spi-current/spi/merge Already up-to-date. Merging arm/for-next $ git merge arm/for-next Removing Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen Removing Documentation/arm/Sharp-LH/CompactFlash Removing Documentation/arm/Sharp-LH/IOBarrier Removing Documentation/arm/Sharp-LH/KEV7A400 Removing Documentation/arm/Sharp-LH/LCDPanels Removing Documentation/arm/Sharp-LH/LPD7A400 Removing Documentation/arm/Sharp-LH/LPD7A40X Removing Documentation/arm/Sharp-LH/SDRAM Removing Documentation/arm/Sharp-LH/VectoredInterruptController Removing arch/arm/configs/lpd7a400_defconfig Removing arch/arm/configs/lpd7a404_defconfig Removing arch/arm/include/asm/cpu-multi32.h Removing arch/arm/include/asm/cpu-single.h Removing arch/arm/kernel/ptrace.h Removing arch/arm/mach-aaec2000/Kconfig Removing arch/arm/mach-aaec2000/Makefile Removing arch/arm/mach-aaec2000/Makefile.boot Removing arch/arm/mach-aaec2000/aaed2000.c Removing arch/arm/mach-aaec2000/core.c Removing arch/arm/mach-aaec2000/core.h Removing arch/arm/mach-aaec2000/include/mach/aaec2000.h Removing arch/arm/mach-aaec2000/include/mach/aaed2000.h Removing arch/arm/mach-aaec2000/include/mach/debug-macro.S Removing arch/arm/mach-aaec2000/include/mach/entry-macro.S Removing arch/arm/mach-aaec2000/include/mach/hardware.h Removing arch/arm/mach-aaec2000/include/mach/io.h Removing arch/arm/mach-aaec2000/include/mach/irqs.h Removing arch/arm/mach-aaec2000/include/mach/memory.h Removing arch/arm/mach-aaec2000/include/mach/system.h Removing arch/arm/mach-aaec2000/include/mach/timex.h Removing arch/arm/mach-aaec2000/include/mach/uncompress.h Removing arch/arm/mach-aaec2000/include/mach/vmalloc.h Removing arch/arm/mach-lh7a40x/Kconfig Removing arch/arm/mach-lh7a40x/Makefile Removing arch/arm/mach-lh7a40x/Makefile.boot Removing arch/arm/mach-lh7a40x/arch-kev7a400.c Removing arch/arm/mach-lh7a40x/arch-lpd7a40x.c Removing arch/arm/mach-lh7a40x/clcd.c Removing arch/arm/mach-lh7a40x/clocks.c Removing arch/arm/mach-lh7a40x/common.h Removing arch/arm/mach-lh7a40x/include/mach/clocks.h Removing arch/arm/mach-lh7a40x/include/mach/constants.h Removing arch/arm/mach-lh7a40x/include/mach/debug-macro.S Removing arch/arm/mach-lh7a40x/include/mach/dma.h Removing arch/arm/mach-lh7a40x/include/mach/entry-macro.S Removing arch/arm/mach-lh7a40x/include/mach/hardware.h Removing arch/arm/mach-lh7a40x/include/mach/io.h Removing arch/arm/mach-lh7a40x/include/mach/irqs.h Removing arch/arm/mach-lh7a40x/include/mach/memory.h Removing arch/arm/mach-lh7a40x/include/mach/registers.h Removing arch/arm/mach-lh7a40x/include/mach/ssp.h Removing arch/arm/mach-lh7a40x/include/mach/system.h Removing arch/arm/mach-lh7a40x/include/mach/timex.h Removing arch/arm/mach-lh7a40x/include/mach/uncompress.h Removing arch/arm/mach-lh7a40x/include/mach/vmalloc.h Removing arch/arm/mach-lh7a40x/irq-kev7a400.c Removing arch/arm/mach-lh7a40x/irq-lh7a400.c Removing arch/arm/mach-lh7a40x/irq-lh7a404.c Removing arch/arm/mach-lh7a40x/irq-lpd7a40x.c Removing arch/arm/mach-lh7a40x/lcd-panel.h Removing arch/arm/mach-lh7a40x/ssp-cpld.c Removing arch/arm/mach-lh7a40x/time.c Removing arch/arm/mach-realview/headsmp.S Removing arch/arm/mach-realview/localtimer.c Auto-merging arch/arm/plat-versatile/headsmp.S Auto-merging arch/arm/plat-versatile/localtimer.c Removing drivers/tty/serial/serial_lh7a40x.c Removing drivers/usb/gadget/lh7a40x_udc.c Removing drivers/usb/gadget/lh7a40x_udc.h Removing drivers/usb/host/ohci-lh7a404.c Merge made by recursive. Documentation/arm/SH-Mobile/Makefile | 8 + Documentation/arm/SH-Mobile/vrl4.c | 169 ++ Documentation/arm/SH-Mobile/zboot-rom-mmcif.txt | 29 + Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen | 61 - Documentation/arm/Sharp-LH/CompactFlash | 32 - Documentation/arm/Sharp-LH/IOBarrier | 45 - Documentation/arm/Sharp-LH/KEV7A400 | 8 - Documentation/arm/Sharp-LH/LCDPanels | 59 - Documentation/arm/Sharp-LH/LPD7A400 | 15 - Documentation/arm/Sharp-LH/LPD7A40X | 16 - Documentation/arm/Sharp-LH/SDRAM | 51 - .../arm/Sharp-LH/VectoredInterruptController | 80 - arch/arm/Kconfig | 120 +- arch/arm/Makefile | 7 +- arch/arm/boot/Makefile | 4 + arch/arm/boot/compressed/.gitignore | 6 +- arch/arm/boot/compressed/Makefile | 17 +- arch/arm/boot/compressed/head-shmobile.S | 30 + arch/arm/boot/compressed/head-vt8500.S | 46 + arch/arm/boot/compressed/head.S | 12 +- arch/arm/boot/compressed/misc.c | 2 +- arch/arm/boot/compressed/mmcif-sh7372.c | 87 + arch/arm/common/gic.c | 25 +- arch/arm/configs/lpd7a400_defconfig | 68 - arch/arm/configs/lpd7a404_defconfig | 81 - arch/arm/configs/u8500_defconfig | 59 +- arch/arm/configs/vexpress_defconfig | 140 ++ arch/arm/include/asm/bitops.h | 60 +- arch/arm/include/asm/cacheflush.h | 136 +-- arch/arm/include/asm/cpu-multi32.h | 69 - arch/arm/include/asm/cpu-single.h | 44 - arch/arm/include/asm/cputype.h | 3 +- arch/arm/include/asm/fncpy.h | 94 + arch/arm/include/asm/glue-cache.h | 146 ++ arch/arm/include/asm/glue-df.h | 110 + arch/arm/include/asm/glue-pf.h | 57 + arch/arm/include/asm/glue-proc.h | 264 +++ arch/arm/include/asm/glue.h | 138 -- arch/arm/include/asm/hardware/cache-l2x0.h | 1 + arch/arm/include/asm/hardware/sp810.h | 3 + arch/arm/include/asm/highmem.h | 29 +- arch/arm/include/asm/memory.h | 75 +- arch/arm/include/asm/module.h | 19 +- arch/arm/include/asm/outercache.h | 14 +- arch/arm/include/asm/pgalloc.h | 2 +- arch/arm/include/asm/pgtable.h | 26 +- arch/arm/include/asm/pmu.h | 14 + arch/arm/include/asm/proc-fns.h | 306 +--- arch/arm/include/asm/processor.h | 12 - arch/arm/include/asm/ptrace.h | 2 - arch/arm/include/asm/setup.h | 8 +- arch/arm/include/asm/smp_scu.h | 7 + arch/arm/include/asm/spinlock.h | 53 +- arch/arm/include/asm/system.h | 17 +- arch/arm/include/asm/tlb.h | 1 + arch/arm/include/asm/tls.h | 11 +- arch/arm/include/asm/traps.h | 1 + arch/arm/kernel/Makefile | 1 + arch/arm/kernel/armksyms.c | 22 +- arch/arm/kernel/asm-offsets.c | 11 + arch/arm/kernel/bios32.c | 5 + arch/arm/kernel/debug.S | 2 +- arch/arm/kernel/entry-armv.S | 3 +- arch/arm/kernel/entry-header.S | 14 +- arch/arm/kernel/etm.c | 4 +- arch/arm/kernel/head-common.S | 90 - arch/arm/kernel/head-nommu.S | 3 - arch/arm/kernel/head.S | 144 +- arch/arm/kernel/irq.c | 50 +- arch/arm/kernel/module.c | 35 +- arch/arm/kernel/perf_event.c | 17 +- arch/arm/kernel/perf_event_v6.c | 4 +- arch/arm/kernel/pmu.c | 22 +- arch/arm/kernel/ptrace.c | 383 +---- arch/arm/kernel/ptrace.h | 37 - arch/arm/kernel/return_address.c | 1 + arch/arm/kernel/setup.c | 54 +- arch/arm/kernel/signal.c | 9 - arch/arm/kernel/sleep.S | 135 ++ arch/arm/kernel/smp_scu.c | 23 + arch/arm/kernel/tcm.c | 2 +- arch/arm/kernel/traps.c | 10 +- arch/arm/kernel/vmlinux.lds.S | 4 + arch/arm/lib/bitops.h | 50 +- arch/arm/lib/changebit.S | 10 +- arch/arm/lib/clearbit.S | 11 +- arch/arm/lib/setbit.S | 11 +- arch/arm/lib/testchangebit.S | 9 +- arch/arm/lib/testclearbit.S | 9 +- arch/arm/lib/testsetbit.S | 9 +- arch/arm/lib/uaccess_with_memcpy.c | 7 +- arch/arm/mach-aaec2000/Kconfig | 11 - arch/arm/mach-aaec2000/Makefile | 9 - arch/arm/mach-aaec2000/Makefile.boot | 1 - arch/arm/mach-aaec2000/aaed2000.c | 102 - arch/arm/mach-aaec2000/core.c | 298 --- arch/arm/mach-aaec2000/core.h | 28 - arch/arm/mach-aaec2000/include/mach/aaec2000.h | 207 -- arch/arm/mach-aaec2000/include/mach/aaed2000.h | 40 - arch/arm/mach-aaec2000/include/mach/debug-macro.S | 35 - arch/arm/mach-aaec2000/include/mach/entry-macro.S | 40 - arch/arm/mach-aaec2000/include/mach/hardware.h | 50 - arch/arm/mach-aaec2000/include/mach/io.h | 18 - arch/arm/mach-aaec2000/include/mach/irqs.h | 46 - arch/arm/mach-aaec2000/include/mach/memory.h | 17 - arch/arm/mach-aaec2000/include/mach/system.h | 24 - arch/arm/mach-aaec2000/include/mach/timex.h | 18 - arch/arm/mach-aaec2000/include/mach/uncompress.h | 46 - arch/arm/mach-aaec2000/include/mach/vmalloc.h | 16 - arch/arm/mach-at91/board-snapper9260.c | 1 + arch/arm/mach-at91/include/mach/gpio.h | 11 +- arch/arm/mach-at91/include/mach/memory.h | 2 +- arch/arm/mach-bcmring/include/mach/hardware.h | 2 +- arch/arm/mach-bcmring/include/mach/memory.h | 2 +- arch/arm/mach-clps711x/include/mach/memory.h | 2 +- arch/arm/mach-cns3xxx/include/mach/memory.h | 2 +- arch/arm/mach-davinci/include/mach/memory.h | 4 +- arch/arm/mach-dove/Kconfig | 2 +- arch/arm/mach-dove/include/mach/memory.h | 2 +- arch/arm/mach-ebsa110/include/mach/memory.h | 2 +- arch/arm/mach-ep93xx/edb93xx.c | 33 + arch/arm/mach-ep93xx/gpio.c | 33 +- arch/arm/mach-ep93xx/include/mach/gpio.h | 2 - arch/arm/mach-ep93xx/include/mach/memory.h | 10 +- arch/arm/mach-footbridge/dc21285-timer.c | 84 +- arch/arm/mach-footbridge/include/mach/memory.h | 2 +- arch/arm/mach-footbridge/isa-timer.c | 129 +- arch/arm/mach-gemini/board-nas4220b.c | 1 + arch/arm/mach-gemini/board-rut1xx.c | 1 + arch/arm/mach-gemini/board-wbd111.c | 1 + arch/arm/mach-gemini/board-wbd222.c | 1 + arch/arm/mach-gemini/common.h | 1 + arch/arm/mach-gemini/devices.c | 26 + arch/arm/mach-gemini/include/mach/memory.h | 4 +- arch/arm/mach-h720x/include/mach/memory.h | 2 +- arch/arm/mach-integrator/Kconfig | 1 + arch/arm/mach-integrator/common.h | 1 + arch/arm/mach-integrator/core.c | 7 +- arch/arm/mach-integrator/impd1.c | 5 + arch/arm/mach-integrator/include/mach/cm.h | 4 +- arch/arm/mach-integrator/include/mach/memory.h | 2 +- arch/arm/mach-integrator/integrator_ap.c | 44 +- arch/arm/mach-integrator/integrator_cp.c | 239 +-- arch/arm/mach-iop13xx/include/mach/memory.h | 2 +- arch/arm/mach-iop32x/include/mach/memory.h | 2 +- arch/arm/mach-iop33x/include/mach/memory.h | 2 +- arch/arm/mach-ixp2000/include/mach/memory.h | 2 +- arch/arm/mach-ixp23xx/include/mach/memory.h | 2 +- arch/arm/mach-ixp4xx/include/mach/memory.h | 2 +- arch/arm/mach-kirkwood/include/mach/memory.h | 2 +- arch/arm/mach-ks8695/include/mach/memory.h | 2 +- arch/arm/mach-lh7a40x/Kconfig | 74 - arch/arm/mach-lh7a40x/Makefile | 17 - arch/arm/mach-lh7a40x/Makefile.boot | 4 - arch/arm/mach-lh7a40x/arch-kev7a400.c | 118 -- arch/arm/mach-lh7a40x/arch-lpd7a40x.c | 422 ---- arch/arm/mach-lh7a40x/clcd.c | 241 --- arch/arm/mach-lh7a40x/clocks.c | 108 - arch/arm/mach-lh7a40x/common.h | 17 - arch/arm/mach-lh7a40x/include/mach/clocks.h | 18 - arch/arm/mach-lh7a40x/include/mach/constants.h | 91 - arch/arm/mach-lh7a40x/include/mach/debug-macro.S | 37 - arch/arm/mach-lh7a40x/include/mach/dma.h | 86 - arch/arm/mach-lh7a40x/include/mach/entry-macro.S | 149 -- arch/arm/mach-lh7a40x/include/mach/hardware.h | 62 - arch/arm/mach-lh7a40x/include/mach/io.h | 20 - arch/arm/mach-lh7a40x/include/mach/irqs.h | 200 -- arch/arm/mach-lh7a40x/include/mach/memory.h | 28 - arch/arm/mach-lh7a40x/include/mach/registers.h | 224 -- arch/arm/mach-lh7a40x/include/mach/ssp.h | 70 - arch/arm/mach-lh7a40x/include/mach/system.h | 19 - arch/arm/mach-lh7a40x/include/mach/timex.h | 17 - arch/arm/mach-lh7a40x/include/mach/uncompress.h | 38 - arch/arm/mach-lh7a40x/include/mach/vmalloc.h | 10 - arch/arm/mach-lh7a40x/irq-kev7a400.c | 93 - arch/arm/mach-lh7a40x/irq-lh7a400.c | 91 - arch/arm/mach-lh7a40x/irq-lh7a404.c | 175 -- arch/arm/mach-lh7a40x/irq-lpd7a40x.c | 128 -- arch/arm/mach-lh7a40x/lcd-panel.h | 345 ---- arch/arm/mach-lh7a40x/ssp-cpld.c | 343 ---- arch/arm/mach-lh7a40x/time.c | 71 - arch/arm/mach-loki/include/mach/memory.h | 2 +- arch/arm/mach-lpc32xx/include/mach/memory.h | 2 +- arch/arm/mach-mmp/include/mach/memory.h | 2 +- arch/arm/mach-msm/board-msm7x27.c | 8 +- arch/arm/mach-msm/board-msm7x30.c | 8 +- arch/arm/mach-msm/board-qsd8x50.c | 4 +- arch/arm/mach-msm/board-sapphire.c | 2 +- arch/arm/mach-msm/include/mach/memory.h | 10 +- arch/arm/mach-mv78xx0/include/mach/memory.h | 2 +- arch/arm/mach-mx3/mach-kzm_arm11_01.c | 2 +- arch/arm/mach-netx/include/mach/memory.h | 2 +- arch/arm/mach-nomadik/include/mach/memory.h | 2 +- arch/arm/mach-ns9xxx/include/mach/memory.h | 2 +- arch/arm/mach-nuc93x/include/mach/memory.h | 2 +- arch/arm/mach-omap1/include/mach/debug-macro.S | 9 +- arch/arm/mach-omap1/pm.h | 6 +- arch/arm/mach-omap1/sleep.S | 3 + arch/arm/mach-omap1/sram.S | 1 + arch/arm/mach-omap2/include/mach/debug-macro.S | 13 +- arch/arm/mach-omap2/pm.h | 2 +- arch/arm/mach-omap2/sleep24xx.S | 2 + arch/arm/mach-omap2/sleep34xx.S | 2 + arch/arm/mach-omap2/sram242x.S | 3 + arch/arm/mach-omap2/sram243x.S | 3 + arch/arm/mach-omap2/sram34xx.S | 1 + arch/arm/mach-orion5x/include/mach/memory.h | 2 +- arch/arm/mach-pnx4008/include/mach/memory.h | 2 +- arch/arm/mach-pxa/balloon3.c | 2 +- arch/arm/mach-pxa/include/mach/memory.h | 2 +- arch/arm/mach-pxa/include/mach/pm.h | 5 +- arch/arm/mach-pxa/palmz72.c | 2 +- arch/arm/mach-pxa/pm.c | 5 - arch/arm/mach-pxa/pxa25x.c | 4 +- arch/arm/mach-pxa/pxa27x.c | 4 +- arch/arm/mach-pxa/pxa3xx.c | 7 +- arch/arm/mach-pxa/sleep.S | 191 +-- arch/arm/mach-pxa/zeus.c | 2 +- arch/arm/mach-realview/Kconfig | 5 +- arch/arm/mach-realview/Makefile | 3 +- arch/arm/mach-realview/core.c | 233 +-- arch/arm/mach-realview/core.h | 2 +- arch/arm/mach-realview/headsmp.S | 40 - arch/arm/mach-realview/include/mach/memory.h | 4 +- arch/arm/mach-realview/localtimer.c | 26 - arch/arm/mach-realview/platsmp.c | 98 +- arch/arm/mach-realview/realview_eb.c | 24 +- arch/arm/mach-realview/realview_pb1176.c | 24 +- arch/arm/mach-realview/realview_pb11mp.c | 24 +- arch/arm/mach-realview/realview_pba8.c | 24 +- arch/arm/mach-realview/realview_pbx.c | 24 +- arch/arm/mach-rpc/include/mach/memory.h | 2 +- arch/arm/mach-s3c2400/include/mach/memory.h | 2 +- arch/arm/mach-s3c2410/include/mach/memory.h | 2 +- arch/arm/mach-s3c24a0/include/mach/memory.h | 2 +- arch/arm/mach-s3c64xx/include/mach/memory.h | 2 +- arch/arm/mach-s3c64xx/sleep.S | 63 +- arch/arm/mach-s5p6442/include/mach/memory.h | 2 +- arch/arm/mach-s5p64x0/include/mach/memory.h | 2 +- arch/arm/mach-s5pc100/include/mach/memory.h | 2 +- arch/arm/mach-s5pv210/include/mach/memory.h | 2 +- arch/arm/mach-s5pv210/sleep.S | 105 +- arch/arm/mach-s5pv310/include/mach/memory.h | 2 +- arch/arm/mach-sa1100/include/mach/memory.h | 2 +- arch/arm/mach-sa1100/pm.c | 12 +- arch/arm/mach-sa1100/sleep.S | 72 +- arch/arm/mach-shark/include/mach/memory.h | 2 +- arch/arm/mach-shmobile/include/mach/memory.h | 2 +- arch/arm/mach-shmobile/include/mach/mmcif-ap4eb.h | 29 + .../mach-shmobile/include/mach/mmcif-mackerel.h | 39 + arch/arm/mach-shmobile/include/mach/mmcif.h | 18 + arch/arm/mach-spear3xx/clock.c | 473 ++++- arch/arm/mach-spear3xx/include/mach/generic.h | 10 +- arch/arm/mach-spear3xx/include/mach/hardware.h | 2 + arch/arm/mach-spear3xx/include/mach/misc_regs.h | 141 +- arch/arm/mach-spear3xx/include/mach/spear320.h | 2 +- arch/arm/mach-spear3xx/spear300.c | 14 +- arch/arm/mach-spear3xx/spear300_evb.c | 11 +- arch/arm/mach-spear3xx/spear310.c | 11 +- arch/arm/mach-spear3xx/spear310_evb.c | 11 +- arch/arm/mach-spear3xx/spear320.c | 11 +- arch/arm/mach-spear3xx/spear320_evb.c | 11 +- arch/arm/mach-spear3xx/spear3xx.c | 41 +- arch/arm/mach-spear6xx/clock.c | 350 +++- arch/arm/mach-spear6xx/include/mach/generic.h | 3 +- arch/arm/mach-spear6xx/include/mach/hardware.h | 3 +- arch/arm/mach-spear6xx/include/mach/misc_regs.h | 141 +- arch/arm/mach-spear6xx/spear600_evb.c | 2 +- arch/arm/mach-spear6xx/spear6xx.c | 31 + arch/arm/mach-tcc8k/board-tcc8000-sdk.c | 2 +- arch/arm/mach-tegra/include/mach/memory.h | 2 +- arch/arm/mach-u300/include/mach/memory.h | 6 +- arch/arm/mach-u300/u300.c | 2 +- arch/arm/mach-ux500/cpu-db8500.c | 51 +- arch/arm/mach-ux500/include/mach/memory.h | 2 +- arch/arm/mach-versatile/core.c | 295 +--- arch/arm/mach-versatile/core.h | 2 +- arch/arm/mach-versatile/include/mach/hardware.h | 2 +- arch/arm/mach-versatile/include/mach/memory.h | 2 +- arch/arm/mach-versatile/versatile_ab.c | 1 + arch/arm/mach-versatile/versatile_pb.c | 6 +- arch/arm/mach-vexpress/Makefile | 3 +- arch/arm/mach-vexpress/core.h | 1 + arch/arm/mach-vexpress/ct-ca9x4.c | 70 +- arch/arm/mach-vexpress/include/mach/memory.h | 2 +- arch/arm/mach-vexpress/platsmp.c | 94 +- arch/arm/mach-vexpress/v2m.c | 31 +- arch/arm/mach-vt8500/Kconfig | 73 + arch/arm/mach-vt8500/Makefile | 9 + arch/arm/mach-vt8500/Makefile.boot | 3 + arch/arm/mach-vt8500/bv07.c | 77 + arch/arm/mach-vt8500/devices-vt8500.c | 91 + arch/arm/mach-vt8500/devices-wm8505.c | 99 + arch/arm/mach-vt8500/devices.c | 270 +++ arch/arm/mach-vt8500/devices.h | 88 + arch/arm/mach-vt8500/gpio.c | 240 +++ arch/arm/mach-vt8500/include/mach/debug-macro.S | 31 + arch/arm/mach-vt8500/include/mach/entry-macro.S | 32 + arch/arm/mach-vt8500/include/mach/gpio.h | 6 + arch/arm/mach-vt8500/include/mach/hardware.h | 12 + arch/arm/mach-vt8500/include/mach/i8042.h | 18 + arch/arm/mach-vt8500/include/mach/io.h | 28 + arch/arm/mach-vt8500/include/mach/irqs.h | 22 + arch/arm/mach-vt8500/include/mach/memory.h | 28 + arch/arm/mach-vt8500/include/mach/system.h | 18 + arch/arm/mach-vt8500/include/mach/timex.h | 26 + arch/arm/mach-vt8500/include/mach/uncompress.h | 37 + arch/arm/mach-vt8500/include/mach/vmalloc.h | 20 + arch/arm/mach-vt8500/include/mach/vt8500_irqs.h | 88 + arch/arm/mach-vt8500/include/mach/vt8500_regs.h | 79 + arch/arm/mach-vt8500/include/mach/vt8500fb.h | 31 + arch/arm/mach-vt8500/include/mach/wm8505_irqs.h | 115 ++ arch/arm/mach-vt8500/include/mach/wm8505_regs.h | 78 + arch/arm/mach-vt8500/irq.c | 177 ++ arch/arm/mach-vt8500/pwm.c | 265 +++ arch/arm/mach-vt8500/timer.c | 155 ++ arch/arm/mach-vt8500/wm8505_7in.c | 77 + arch/arm/mach-w90x900/include/mach/memory.h | 2 +- arch/arm/mm/Kconfig | 55 +- arch/arm/mm/Makefile | 1 + arch/arm/mm/abort-ev6.S | 6 +- arch/arm/mm/cache-l2x0.c | 6 + arch/arm/mm/dma-mapping.c | 11 +- arch/arm/mm/fault-armv.c | 7 +- arch/arm/mm/fault.c | 39 +- arch/arm/mm/idmap.c | 35 +- arch/arm/mm/init.c | 6 +- arch/arm/mm/mm.h | 2 +- arch/arm/mm/mmap.c | 2 +- arch/arm/mm/mmu.c | 67 +- arch/arm/mm/pgd.c | 24 +- arch/arm/mm/proc-arm1020.S | 3 + arch/arm/mm/proc-arm1020e.S | 3 + arch/arm/mm/proc-arm1022.S | 3 + arch/arm/mm/proc-arm1026.S | 3 + arch/arm/mm/proc-arm6_7.S | 6 + arch/arm/mm/proc-arm720.S | 3 + arch/arm/mm/proc-arm740.S | 3 + arch/arm/mm/proc-arm7tdmi.S | 3 + arch/arm/mm/proc-arm920.S | 37 + arch/arm/mm/proc-arm922.S | 3 + arch/arm/mm/proc-arm925.S | 3 + arch/arm/mm/proc-arm926.S | 37 + arch/arm/mm/proc-arm940.S | 3 + arch/arm/mm/proc-arm946.S | 3 + arch/arm/mm/proc-arm9tdmi.S | 3 + arch/arm/mm/proc-fa526.S | 3 + arch/arm/mm/proc-feroceon.S | 3 + arch/arm/mm/proc-mohawk.S | 3 + arch/arm/mm/proc-sa110.S | 3 + arch/arm/mm/proc-sa1100.S | 39 + arch/arm/mm/proc-v6.S | 50 + arch/arm/mm/proc-v7.S | 122 +- arch/arm/mm/proc-xsc3.S | 48 +- arch/arm/mm/proc-xscale.S | 45 +- arch/arm/mm/vmregion.c | 17 +- arch/arm/plat-mxc/include/mach/memory.h | 18 +- arch/arm/plat-omap/include/plat/memory.h | 4 +- arch/arm/plat-omap/include/plat/serial.h | 2 +- arch/arm/plat-omap/include/plat/sram.h | 14 +- arch/arm/plat-omap/sram.c | 14 +- arch/arm/plat-s3c24xx/sleep.S | 57 +- arch/arm/plat-samsung/include/plat/pm.h | 12 +- arch/arm/plat-samsung/pm.c | 16 +- arch/arm/plat-spear/Makefile | 4 +- arch/arm/plat-spear/clock.c | 844 +++++++-- arch/arm/plat-spear/include/plat/clock.h | 166 ++- arch/arm/plat-spear/include/plat/hardware.h | 23 + arch/arm/plat-spear/include/plat/memory.h | 2 +- arch/arm/plat-spear/include/plat/uncompress.h | 4 +- arch/arm/plat-spear/include/plat/vmalloc.h | 2 +- arch/arm/plat-spear/time.c | 21 +- arch/arm/plat-stmp3xxx/include/mach/memory.h | 2 +- arch/arm/plat-tcc/include/mach/memory.h | 2 +- arch/arm/plat-versatile/Kconfig | 17 + arch/arm/plat-versatile/Makefile | 13 +- arch/arm/plat-versatile/clcd.c | 182 ++ arch/arm/plat-versatile/fpga-irq.c | 72 + .../{mach-vexpress => plat-versatile}/headsmp.S | 8 +- arch/arm/plat-versatile/include/plat/clcd.h | 9 + arch/arm/plat-versatile/include/plat/fpga-irq.h | 12 + .../{mach-vexpress => plat-versatile}/localtimer.c | 2 +- arch/arm/plat-versatile/platsmp.c | 104 + arch/arm/vfp/vfpmodule.c | 9 +- drivers/amba/bus.c | 8 +- drivers/char/hw_random/nomadik-rng.c | 2 +- drivers/dma/amba-pl08x.c | 2 +- drivers/dma/pl330.c | 2 +- drivers/gpio/pl061.c | 2 +- drivers/input/serio/ambakmi.c | 3 +- drivers/mmc/host/mmci.c | 348 +++- drivers/mmc/host/mmci.h | 15 +- drivers/net/smc91x.h | 62 - drivers/rtc/rtc-pl030.c | 2 +- drivers/rtc/rtc-pl031.c | 2 +- drivers/spi/amba-pl022.c | 2 +- drivers/tty/serial/Kconfig | 23 - drivers/tty/serial/Makefile | 1 - drivers/tty/serial/amba-pl010.c | 2 +- drivers/tty/serial/amba-pl011.c | 2 +- drivers/tty/serial/serial_lh7a40x.c | 682 ------- drivers/usb/Kconfig | 1 - drivers/usb/gadget/Kconfig | 12 - drivers/usb/gadget/Makefile | 1 - drivers/usb/gadget/gadget_chips.h | 8 - drivers/usb/gadget/lh7a40x_udc.c | 2152 -------------------- drivers/usb/gadget/lh7a40x_udc.h | 259 --- drivers/usb/host/ohci-hcd.c | 5 - drivers/usb/host/ohci-lh7a404.c | 252 --- drivers/usb/host/ohci.h | 10 - drivers/video/Kconfig | 81 +- drivers/video/amba-clcd.c | 105 +- drivers/video/cyber2000fb.c | 263 +++- drivers/video/cyber2000fb.h | 16 +- drivers/watchdog/sp805_wdt.c | 2 +- include/linux/amba/bus.h | 6 +- include/linux/amba/clcd.h | 90 +- include/linux/amba/mmci.h | 17 + sound/arm/aaci.c | 285 ++-- sound/arm/aaci.h | 9 +- 420 files changed, 9041 insertions(+), 12596 deletions(-) create mode 100644 Documentation/arm/SH-Mobile/Makefile create mode 100644 Documentation/arm/SH-Mobile/vrl4.c create mode 100644 Documentation/arm/SH-Mobile/zboot-rom-mmcif.txt delete mode 100644 Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen delete mode 100644 Documentation/arm/Sharp-LH/CompactFlash delete mode 100644 Documentation/arm/Sharp-LH/IOBarrier delete mode 100644 Documentation/arm/Sharp-LH/KEV7A400 delete mode 100644 Documentation/arm/Sharp-LH/LCDPanels delete mode 100644 Documentation/arm/Sharp-LH/LPD7A400 delete mode 100644 Documentation/arm/Sharp-LH/LPD7A40X delete mode 100644 Documentation/arm/Sharp-LH/SDRAM delete mode 100644 Documentation/arm/Sharp-LH/VectoredInterruptController create mode 100644 arch/arm/boot/compressed/head-vt8500.S create mode 100644 arch/arm/boot/compressed/mmcif-sh7372.c delete mode 100644 arch/arm/configs/lpd7a400_defconfig delete mode 100644 arch/arm/configs/lpd7a404_defconfig create mode 100644 arch/arm/configs/vexpress_defconfig delete mode 100644 arch/arm/include/asm/cpu-multi32.h delete mode 100644 arch/arm/include/asm/cpu-single.h create mode 100644 arch/arm/include/asm/fncpy.h create mode 100644 arch/arm/include/asm/glue-cache.h create mode 100644 arch/arm/include/asm/glue-df.h create mode 100644 arch/arm/include/asm/glue-pf.h create mode 100644 arch/arm/include/asm/glue-proc.h delete mode 100644 arch/arm/kernel/ptrace.h create mode 100644 arch/arm/kernel/sleep.S delete mode 100644 arch/arm/mach-aaec2000/Kconfig delete mode 100644 arch/arm/mach-aaec2000/Makefile delete mode 100644 arch/arm/mach-aaec2000/Makefile.boot delete mode 100644 arch/arm/mach-aaec2000/aaed2000.c delete mode 100644 arch/arm/mach-aaec2000/core.c delete mode 100644 arch/arm/mach-aaec2000/core.h delete mode 100644 arch/arm/mach-aaec2000/include/mach/aaec2000.h delete mode 100644 arch/arm/mach-aaec2000/include/mach/aaed2000.h delete mode 100644 arch/arm/mach-aaec2000/include/mach/debug-macro.S delete mode 100644 arch/arm/mach-aaec2000/include/mach/entry-macro.S delete mode 100644 arch/arm/mach-aaec2000/include/mach/hardware.h delete mode 100644 arch/arm/mach-aaec2000/include/mach/io.h delete mode 100644 arch/arm/mach-aaec2000/include/mach/irqs.h delete mode 100644 arch/arm/mach-aaec2000/include/mach/memory.h delete mode 100644 arch/arm/mach-aaec2000/include/mach/system.h delete mode 100644 arch/arm/mach-aaec2000/include/mach/timex.h delete mode 100644 arch/arm/mach-aaec2000/include/mach/uncompress.h delete mode 100644 arch/arm/mach-aaec2000/include/mach/vmalloc.h delete mode 100644 arch/arm/mach-lh7a40x/Kconfig delete mode 100644 arch/arm/mach-lh7a40x/Makefile delete mode 100644 arch/arm/mach-lh7a40x/Makefile.boot delete mode 100644 arch/arm/mach-lh7a40x/arch-kev7a400.c delete mode 100644 arch/arm/mach-lh7a40x/arch-lpd7a40x.c delete mode 100644 arch/arm/mach-lh7a40x/clcd.c delete mode 100644 arch/arm/mach-lh7a40x/clocks.c delete mode 100644 arch/arm/mach-lh7a40x/common.h delete mode 100644 arch/arm/mach-lh7a40x/include/mach/clocks.h delete mode 100644 arch/arm/mach-lh7a40x/include/mach/constants.h delete mode 100644 arch/arm/mach-lh7a40x/include/mach/debug-macro.S delete mode 100644 arch/arm/mach-lh7a40x/include/mach/dma.h delete mode 100644 arch/arm/mach-lh7a40x/include/mach/entry-macro.S delete mode 100644 arch/arm/mach-lh7a40x/include/mach/hardware.h delete mode 100644 arch/arm/mach-lh7a40x/include/mach/io.h delete mode 100644 arch/arm/mach-lh7a40x/include/mach/irqs.h delete mode 100644 arch/arm/mach-lh7a40x/include/mach/memory.h delete mode 100644 arch/arm/mach-lh7a40x/include/mach/registers.h delete mode 100644 arch/arm/mach-lh7a40x/include/mach/ssp.h delete mode 100644 arch/arm/mach-lh7a40x/include/mach/system.h delete mode 100644 arch/arm/mach-lh7a40x/include/mach/timex.h delete mode 100644 arch/arm/mach-lh7a40x/include/mach/uncompress.h delete mode 100644 arch/arm/mach-lh7a40x/include/mach/vmalloc.h delete mode 100644 arch/arm/mach-lh7a40x/irq-kev7a400.c delete mode 100644 arch/arm/mach-lh7a40x/irq-lh7a400.c delete mode 100644 arch/arm/mach-lh7a40x/irq-lh7a404.c delete mode 100644 arch/arm/mach-lh7a40x/irq-lpd7a40x.c delete mode 100644 arch/arm/mach-lh7a40x/lcd-panel.h delete mode 100644 arch/arm/mach-lh7a40x/ssp-cpld.c delete mode 100644 arch/arm/mach-lh7a40x/time.c delete mode 100644 arch/arm/mach-realview/headsmp.S delete mode 100644 arch/arm/mach-realview/localtimer.c create mode 100644 arch/arm/mach-shmobile/include/mach/mmcif-ap4eb.h create mode 100644 arch/arm/mach-shmobile/include/mach/mmcif-mackerel.h create mode 100644 arch/arm/mach-shmobile/include/mach/mmcif.h create mode 100644 arch/arm/mach-vt8500/Kconfig create mode 100644 arch/arm/mach-vt8500/Makefile create mode 100644 arch/arm/mach-vt8500/Makefile.boot create mode 100644 arch/arm/mach-vt8500/bv07.c create mode 100644 arch/arm/mach-vt8500/devices-vt8500.c create mode 100644 arch/arm/mach-vt8500/devices-wm8505.c create mode 100644 arch/arm/mach-vt8500/devices.c create mode 100644 arch/arm/mach-vt8500/devices.h create mode 100644 arch/arm/mach-vt8500/gpio.c create mode 100644 arch/arm/mach-vt8500/include/mach/debug-macro.S create mode 100644 arch/arm/mach-vt8500/include/mach/entry-macro.S create mode 100644 arch/arm/mach-vt8500/include/mach/gpio.h create mode 100644 arch/arm/mach-vt8500/include/mach/hardware.h create mode 100644 arch/arm/mach-vt8500/include/mach/i8042.h create mode 100644 arch/arm/mach-vt8500/include/mach/io.h create mode 100644 arch/arm/mach-vt8500/include/mach/irqs.h create mode 100644 arch/arm/mach-vt8500/include/mach/memory.h create mode 100644 arch/arm/mach-vt8500/include/mach/system.h create mode 100644 arch/arm/mach-vt8500/include/mach/timex.h create mode 100644 arch/arm/mach-vt8500/include/mach/uncompress.h create mode 100644 arch/arm/mach-vt8500/include/mach/vmalloc.h create mode 100644 arch/arm/mach-vt8500/include/mach/vt8500_irqs.h create mode 100644 arch/arm/mach-vt8500/include/mach/vt8500_regs.h create mode 100644 arch/arm/mach-vt8500/include/mach/vt8500fb.h create mode 100644 arch/arm/mach-vt8500/include/mach/wm8505_irqs.h create mode 100644 arch/arm/mach-vt8500/include/mach/wm8505_regs.h create mode 100644 arch/arm/mach-vt8500/irq.c create mode 100644 arch/arm/mach-vt8500/pwm.c create mode 100644 arch/arm/mach-vt8500/timer.c create mode 100644 arch/arm/mach-vt8500/wm8505_7in.c create mode 100644 arch/arm/plat-spear/include/plat/hardware.h create mode 100644 arch/arm/plat-versatile/Kconfig create mode 100644 arch/arm/plat-versatile/clcd.c create mode 100644 arch/arm/plat-versatile/fpga-irq.c rename arch/arm/{mach-vexpress => plat-versatile}/headsmp.S (75%) create mode 100644 arch/arm/plat-versatile/include/plat/clcd.h create mode 100644 arch/arm/plat-versatile/include/plat/fpga-irq.h rename arch/arm/{mach-vexpress => plat-versatile}/localtimer.c (92%) create mode 100644 arch/arm/plat-versatile/platsmp.c delete mode 100644 drivers/tty/serial/serial_lh7a40x.c delete mode 100644 drivers/usb/gadget/lh7a40x_udc.c delete mode 100644 drivers/usb/gadget/lh7a40x_udc.h delete mode 100644 drivers/usb/host/ohci-lh7a404.c Merging davinci/davinci-next $ git merge davinci/davinci-next Merge made by recursive. arch/arm/mach-davinci/board-da850-evm.c | 18 ++- arch/arm/mach-davinci/board-mityomapl138.c | 83 +++++++- arch/arm/mach-davinci/board-omapl138-hawk.c | 284 +++++++++++++++++++++++++++ arch/arm/mach-davinci/da850.c | 83 +++------ arch/arm/mach-davinci/devices-da8xx.c | 7 + arch/arm/mach-davinci/gpio-tnetv107x.c | 18 +- arch/arm/mach-davinci/include/mach/da8xx.h | 7 - arch/arm/mach-davinci/include/mach/mux.h | 4 + 8 files changed, 422 insertions(+), 82 deletions(-) Merging i.MX/for-next $ git merge i.MX/for-next Auto-merging arch/arm/mach-mx3/mach-kzm_arm11_01.c Auto-merging arch/arm/mach-mx5/devices-imx50.h Removing arch/arm/plat-mxc/ehci.c Auto-merging drivers/tty/serial/Kconfig Auto-merging drivers/tty/serial/Makefile Merge made by recursive. arch/arm/mach-imx/Kconfig | 9 + arch/arm/mach-imx/Makefile | 5 +- arch/arm/mach-imx/ehci-imx25.c | 80 + arch/arm/mach-imx/ehci-imx27.c | 82 + arch/arm/mach-imx/eukrea_mbimx27-baseboard.c | 7 +- arch/arm/mach-imx/mach-cpuimx27.c | 25 +- arch/arm/mach-imx/mach-eukrea_cpuimx25.c | 27 +- arch/arm/mach-imx/mach-imx27_visstrim_m10.c | 18 +- arch/arm/mach-imx/mach-imx27ipcam.c | 78 + arch/arm/mach-imx/mach-imx27lite.c | 11 +- arch/arm/mach-imx/mach-mx1ads.c | 22 +- arch/arm/mach-imx/mach-mx21ads.c | 11 +- arch/arm/mach-imx/mach-mx25_3ds.c | 19 +- arch/arm/mach-imx/mach-mx27_3ds.c | 23 +- arch/arm/mach-imx/mach-mx27ads.c | 11 +- arch/arm/mach-imx/mach-mxt_td60.c | 12 +- arch/arm/mach-imx/mach-pca100.c | 28 +- arch/arm/mach-imx/mach-pcm038.c | 27 +- arch/arm/mach-imx/mach-scb9328.c | 13 +- arch/arm/mach-imx/mm-imx1.c | 7 +- arch/arm/mach-imx/mm-imx21.c | 7 +- arch/arm/mach-imx/mm-imx25.c | 7 +- arch/arm/mach-imx/mm-imx27.c | 7 +- arch/arm/mach-mx3/Kconfig | 14 + arch/arm/mach-mx3/Makefile | 5 +- arch/arm/mach-mx3/ehci-imx31.c | 83 + arch/arm/mach-mx3/ehci-imx35.c | 80 + arch/arm/mach-mx3/mach-armadillo5x0.c | 21 +- arch/arm/mach-mx3/mach-cpuimx35.c | 29 +- arch/arm/mach-mx3/mach-kzm_arm11_01.c | 17 +- arch/arm/mach-mx3/mach-mx31_3ds.c | 53 +- arch/arm/mach-mx3/mach-mx31ads.c | 57 +- arch/arm/mach-mx3/mach-mx31lilly.c | 33 +- arch/arm/mach-mx3/mach-mx31lite.c | 25 +- arch/arm/mach-mx3/mach-mx31moboard.c | 28 +- arch/arm/mach-mx3/mach-mx35_3ds.c | 29 +- arch/arm/mach-mx3/mach-pcm037.c | 27 +- arch/arm/mach-mx3/mach-pcm037_eet.c | 2 - arch/arm/mach-mx3/mach-pcm043.c | 40 +- arch/arm/mach-mx3/mach-qong.c | 22 +- arch/arm/mach-mx3/mach-vpr200.c | 328 +++ arch/arm/mach-mx3/mm.c | 23 +- arch/arm/mach-mx3/mx31moboard-devboard.c | 7 +- arch/arm/mach-mx3/mx31moboard-marxbot.c | 6 +- arch/arm/mach-mx3/mx31moboard-smartbot.c | 7 +- arch/arm/mach-mx5/Kconfig | 22 +- arch/arm/mach-mx5/Makefile | 4 +- arch/arm/mach-mx5/board-cpuimx51.c | 20 +- arch/arm/mach-mx5/board-cpuimx51sd.c | 16 +- arch/arm/mach-mx5/board-mx50_rdp.c | 34 +- arch/arm/mach-mx5/board-mx51_3ds.c | 43 +- arch/arm/mach-mx5/board-mx51_babbage.c | 43 +- arch/arm/mach-mx5/board-mx51_efikamx.c | 211 +- arch/arm/mach-mx5/board-mx51_efikasb.c | 283 +++ arch/arm/mach-mx5/board-mx53_evk.c | 40 +- arch/arm/mach-mx5/board-mx53_loco.c | 176 ++- arch/arm/mach-mx5/board-mx53_smd.c | 32 +- arch/arm/mach-mx5/clock-mx51-mx53.c | 8 +- .../mach-mx5/{devices-mx50.h => devices-imx50.h} | 8 + arch/arm/mach-mx5/devices-imx53.h | 4 + arch/arm/mach-mx5/efika.h | 10 + arch/arm/mach-mx5/ehci.c | 156 ++ arch/arm/mach-mx5/mm-mx50.c | 6 +- arch/arm/mach-mx5/mm.c | 14 +- arch/arm/mach-mx5/mx51_efika.c | 636 +++++ arch/arm/mach-mxc91231/magx-zn5.c | 11 +- arch/arm/mach-mxc91231/mm.c | 7 +- arch/arm/mach-mxs/Kconfig | 6 + arch/arm/mach-mxs/Makefile | 3 + arch/arm/mach-mxs/clock-mx23.c | 1 + arch/arm/mach-mxs/clock-mx28.c | 9 +- arch/arm/mach-mxs/devices-mx23.h | 5 + arch/arm/mach-mxs/devices-mx28.h | 14 + arch/arm/mach-mxs/devices/Kconfig | 7 + arch/arm/mach-mxs/devices/Makefile | 2 + arch/arm/mach-mxs/devices/platform-auart.c | 64 + arch/arm/mach-mxs/devices/platform-flexcan.c | 51 + arch/arm/mach-mxs/gpio.c | 45 +- arch/arm/mach-mxs/include/mach/common.h | 1 + arch/arm/mach-mxs/include/mach/devices-common.h | 22 + arch/arm/mach-mxs/include/mach/mx23.h | 12 +- arch/arm/mach-mxs/mach-mx23evk.c | 11 + arch/arm/mach-mxs/mach-mx28evk.c | 56 +- arch/arm/mach-mxs/ocotp.c | 90 + arch/arm/mach-mxs/pm.c | 43 + arch/arm/mach-mxs/regs-clkctrl-mx23.h | 124 - arch/arm/mach-mxs/regs-clkctrl-mx28.h | 177 -- arch/arm/plat-mxc/Makefile | 1 - arch/arm/plat-mxc/devices/platform-fec.c | 5 + arch/arm/plat-mxc/devices/platform-imx-i2c.c | 10 + arch/arm/plat-mxc/devices/platform-imx2-wdt.c | 9 + arch/arm/plat-mxc/ehci.c | 369 --- arch/arm/plat-mxc/gpio.c | 1 + arch/arm/plat-mxc/include/mach/common.h | 10 + arch/arm/plat-mxc/include/mach/iomux-mx50.h | 44 +- arch/arm/plat-mxc/include/mach/iomux-mx51.h | 4 +- arch/arm/plat-mxc/include/mach/iomux-mx53.h | 2636 +++++++++++++++++--- arch/arm/plat-mxc/include/mach/mx53.h | 2 +- arch/arm/plat-mxc/include/mach/mxc_ehci.h | 7 +- arch/arm/plat-mxc/include/mach/uncompress.h | 2 + drivers/tty/serial/Kconfig | 15 + drivers/tty/serial/Makefile | 1 + drivers/tty/serial/mxs-auart.c | 798 ++++++ drivers/usb/host/ehci-mxc.c | 5 - 104 files changed, 6273 insertions(+), 1645 deletions(-) create mode 100644 arch/arm/mach-imx/ehci-imx25.c create mode 100644 arch/arm/mach-imx/ehci-imx27.c create mode 100644 arch/arm/mach-imx/mach-imx27ipcam.c create mode 100644 arch/arm/mach-mx3/ehci-imx31.c create mode 100644 arch/arm/mach-mx3/ehci-imx35.c create mode 100644 arch/arm/mach-mx3/mach-vpr200.c create mode 100644 arch/arm/mach-mx5/board-mx51_efikasb.c rename arch/arm/mach-mx5/{devices-mx50.h => devices-imx50.h} (78%) create mode 100644 arch/arm/mach-mx5/efika.h create mode 100644 arch/arm/mach-mx5/ehci.c create mode 100644 arch/arm/mach-mx5/mx51_efika.c create mode 100644 arch/arm/mach-mxs/devices/platform-auart.c create mode 100644 arch/arm/mach-mxs/devices/platform-flexcan.c create mode 100644 arch/arm/mach-mxs/ocotp.c create mode 100644 arch/arm/mach-mxs/pm.c delete mode 100644 arch/arm/plat-mxc/ehci.c create mode 100644 drivers/tty/serial/mxs-auart.c Merging linux-spec/for-next $ git merge linux-spec/for-next Already up-to-date. Merging msm/for-next $ git merge msm/for-next Resolved 'arch/arm/mach-msm/board-msm7x27.c' using previous resolution. Resolved 'arch/arm/mach-msm/board-msm7x30.c' using previous resolution. Resolved 'arch/arm/mach-msm/board-qsd8x50.c' using previous resolution. Resolved 'arch/arm/mach-msm/board-sapphire.c' using previous resolution. Resolved 'arch/arm/mach-msm/include/mach/memory.h' using previous resolution. Auto-merging arch/arm/mach-msm/board-msm7x27.c CONFLICT (content): Merge conflict in arch/arm/mach-msm/board-msm7x27.c Auto-merging arch/arm/mach-msm/board-msm7x30.c CONFLICT (content): Merge conflict in arch/arm/mach-msm/board-msm7x30.c Auto-merging arch/arm/mach-msm/board-qsd8x50.c CONFLICT (content): Merge conflict in arch/arm/mach-msm/board-qsd8x50.c Auto-merging arch/arm/mach-msm/board-sapphire.c CONFLICT (content): Merge conflict in arch/arm/mach-msm/board-sapphire.c Auto-merging arch/arm/mach-msm/devices-iommu.c Removing arch/arm/mach-msm/gpiomux-7x30.c Auto-merging arch/arm/mach-msm/include/mach/memory.h CONFLICT (content): Merge conflict in arch/arm/mach-msm/include/mach/memory.h Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master fb20f7b] Merge remote-tracking branch 'msm/for-next' $ git diff -M --stat --summary HEAD^.. arch/arm/mach-msm/Kconfig | 35 +++- arch/arm/mach-msm/Makefile | 29 +- arch/arm/mach-msm/board-halibut.c | 2 - arch/arm/mach-msm/board-mahimahi.c | 2 - arch/arm/mach-msm/board-msm7x27.c | 8 - arch/arm/mach-msm/board-msm7x30.c | 28 ++- arch/arm/mach-msm/board-msm8960.c | 90 ++++++ arch/arm/mach-msm/board-msm8x60.c | 4 - arch/arm/mach-msm/board-qsd8x50.c | 85 ++++++- arch/arm/mach-msm/board-sapphire.c | 2 - arch/arm/mach-msm/board-trout-gpio.c | 2 - arch/arm/mach-msm/board-trout.c | 2 - arch/arm/mach-msm/clock-debug.c | 131 +++++++++ arch/arm/mach-msm/clock-pcom.c | 1 + arch/arm/mach-msm/clock-pcom.h | 4 +- arch/arm/mach-msm/clock.c | 148 +---------- arch/arm/mach-msm/clock.h | 52 +--- .../{devices-msm8x60-iommu.c => devices-iommu.c} | 54 ++-- arch/arm/mach-msm/devices-msm7x00.c | 4 + arch/arm/mach-msm/devices-msm7x30.c | 6 +- arch/arm/mach-msm/devices-msm8960.c | 85 ++++++ arch/arm/mach-msm/devices-qsd8x50.c | 206 ++++++++++++++- arch/arm/mach-msm/devices.h | 3 + arch/arm/mach-msm/gpiomux-7x30.c | 38 --- arch/arm/mach-msm/gpiomux-8x50.c | 23 ++ arch/arm/mach-msm/include/mach/cpu.h | 54 ++++ arch/arm/mach-msm/include/mach/io.h | 1 + arch/arm/mach-msm/include/mach/irqs-8960.h | 293 ++++++++++++++++++++ arch/arm/mach-msm/include/mach/irqs.h | 3 + arch/arm/mach-msm/include/mach/memory.h | 2 + arch/arm/mach-msm/include/mach/mmc.h | 11 + arch/arm/mach-msm/include/mach/msm_iomap-7x00.h | 16 +- arch/arm/mach-msm/include/mach/msm_iomap-7x30.h | 14 +- arch/arm/mach-msm/include/mach/msm_iomap-8960.h | 48 ++++ arch/arm/mach-msm/include/mach/msm_iomap-8x50.h | 22 +- arch/arm/mach-msm/include/mach/msm_iomap-8x60.h | 61 +---- arch/arm/mach-msm/include/mach/msm_iomap.h | 9 +- arch/arm/mach-msm/io.c | 41 ++- arch/arm/mach-msm/timer.c | 46 ++-- drivers/mmc/host/msm_sdcc.c | 40 +++- drivers/mmc/host/msm_sdcc.h | 1 + drivers/tty/serial/msm_serial.c | 286 +++++++++++++++++--- drivers/tty/serial/msm_serial.h | 28 ++- drivers/video/msm/msm_fb.c | 11 +- 44 files changed, 1550 insertions(+), 481 deletions(-) create mode 100644 arch/arm/mach-msm/board-msm8960.c create mode 100644 arch/arm/mach-msm/clock-debug.c rename arch/arm/mach-msm/{devices-msm8x60-iommu.c => devices-iommu.c} (93%) create mode 100644 arch/arm/mach-msm/devices-msm8960.c delete mode 100644 arch/arm/mach-msm/gpiomux-7x30.c create mode 100644 arch/arm/mach-msm/include/mach/cpu.h create mode 100644 arch/arm/mach-msm/include/mach/irqs-8960.h create mode 100644 arch/arm/mach-msm/include/mach/msm_iomap-8960.h Merging omap/for-next $ git merge omap/for-next Auto-merging arch/arm/mach-omap2/include/mach/debug-macro.S Auto-merging arch/arm/plat-omap/include/plat/serial.h Auto-merging arch/arm/plat-omap/sram.c Auto-merging drivers/usb/musb/musb_core.h Merge made by recursive. Documentation/hwspinlock.txt | 293 ++ arch/arm/configs/omap2plus_defconfig | 1 + arch/arm/mach-omap1/Makefile | 2 +- arch/arm/mach-omap1/board-ams-delta.c | 16 +- arch/arm/mach-omap1/board-fsample.c | 4 +- arch/arm/mach-omap1/board-h2.c | 2 +- arch/arm/mach-omap1/board-h3.c | 2 +- arch/arm/mach-omap1/board-htcherald.c | 4 +- arch/arm/mach-omap1/board-innovator.c | 2 +- arch/arm/mach-omap1/board-nokia770.c | 6 +- arch/arm/mach-omap1/board-palmte.c | 13 - arch/arm/mach-omap1/board-voiceblue.c | 107 +- arch/arm/mach-omap1/reset.c | 25 + arch/arm/mach-omap2/Kconfig | 28 +- arch/arm/mach-omap2/Makefile | 22 +- arch/arm/mach-omap2/board-2430sdp.c | 29 +- arch/arm/mach-omap2/board-3430sdp.c | 88 +- arch/arm/mach-omap2/board-3630sdp.c | 11 +- arch/arm/mach-omap2/board-4430sdp.c | 100 +- arch/arm/mach-omap2/board-am3517crane.c | 8 +- arch/arm/mach-omap2/board-am3517evm.c | 8 +- arch/arm/mach-omap2/board-apollon.c | 8 +- arch/arm/mach-omap2/board-cm-t35.c | 8 +- arch/arm/mach-omap2/board-cm-t3517.c | 8 +- arch/arm/mach-omap2/board-devkit8000.c | 9 +- arch/arm/mach-omap2/board-flash.c | 32 +- arch/arm/mach-omap2/board-flash.h | 4 +- arch/arm/mach-omap2/board-generic.c | 8 +- arch/arm/mach-omap2/board-h4.c | 9 +- arch/arm/mach-omap2/board-igep0020.c | 8 +- arch/arm/mach-omap2/board-igep0030.c | 6 +- arch/arm/mach-omap2/board-ldp.c | 10 +- arch/arm/mach-omap2/board-n8x0.c | 18 +- arch/arm/mach-omap2/board-omap3beagle.c | 9 +- arch/arm/mach-omap2/board-omap3evm.c | 205 +- arch/arm/mach-omap2/board-omap3logic.c | 9 +- arch/arm/mach-omap2/board-omap3pandora.c | 8 +- arch/arm/mach-omap2/board-omap3stalker.c | 7 +- arch/arm/mach-omap2/board-omap3touchbook.c | 9 +- arch/arm/mach-omap2/board-omap4panda.c | 76 +- arch/arm/mach-omap2/board-overo.c | 8 +- arch/arm/mach-omap2/board-rm680.c | 8 +- arch/arm/mach-omap2/board-rx51.c | 8 +- arch/arm/mach-omap2/board-ti8168evm.c | 62 + arch/arm/mach-omap2/board-zoom.c | 19 +- arch/arm/mach-omap2/clkt_clksel.c | 2 +- arch/arm/mach-omap2/clock2xxx.h | 4 +- arch/arm/mach-omap2/clock3xxx_data.c | 5 +- arch/arm/mach-omap2/clockdomains2xxx_3xxx_data.c | 16 +- arch/arm/mach-omap2/common.c | 25 +- arch/arm/mach-omap2/control.h | 6 + arch/arm/mach-omap2/devices.c | 230 +- arch/arm/mach-omap2/gpmc-nand.c | 7 +- arch/arm/mach-omap2/gpmc-onenand.c | 113 +- arch/arm/mach-omap2/gpmc.c | 56 +- arch/arm/mach-omap2/hsmmc.c | 5 + arch/arm/mach-omap2/hwspinlock.c | 63 + arch/arm/mach-omap2/id.c | 64 +- arch/arm/mach-omap2/include/mach/debug-macro.S | 12 + arch/arm/mach-omap2/include/mach/entry-macro.S | 13 + arch/arm/mach-omap2/io.c | 36 +- arch/arm/mach-omap2/irq.c | 9 +- arch/arm/mach-omap2/mailbox.c | 4 +- arch/arm/mach-omap2/mcbsp.c | 4 +- arch/arm/mach-omap2/mux.c | 2 +- arch/arm/mach-omap2/omap_hwmod.c | 31 +- arch/arm/mach-omap2/omap_hwmod_2420_data.c | 156 + arch/arm/mach-omap2/omap_hwmod_2430_data.c | 219 ++ arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 280 ++ arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 4237 ++++++++++++++++++--- arch/arm/mach-omap2/opp2xxx.h | 2 +- arch/arm/mach-omap2/pm-debug.c | 8 +- arch/arm/mach-omap2/powerdomains2xxx_data.c | 6 +- arch/arm/mach-omap2/prcm.c | 5 +- arch/arm/mach-omap2/serial.c | 15 +- arch/arm/mach-omap2/smartreflex.c | 4 +- arch/arm/plat-omap/common.c | 11 +- arch/arm/plat-omap/counter_32k.c | 4 +- arch/arm/plat-omap/dma.c | 2 +- arch/arm/plat-omap/i2c.c | 2 +- arch/arm/plat-omap/include/plat/board.h | 4 +- arch/arm/plat-omap/include/plat/clkdev_omap.h | 1 + arch/arm/plat-omap/include/plat/clock.h | 1 + arch/arm/plat-omap/include/plat/common.h | 1 + arch/arm/plat-omap/include/plat/cpu.h | 44 +- arch/arm/plat-omap/include/plat/fpga.h | 92 +- arch/arm/plat-omap/include/plat/gpmc.h | 18 +- arch/arm/plat-omap/include/plat/hardware.h | 1 + arch/arm/plat-omap/include/plat/io.h | 12 +- arch/arm/plat-omap/include/plat/iommu.h | 2 + arch/arm/plat-omap/include/plat/irqs.h | 9 +- arch/arm/plat-omap/include/plat/mcbsp.h | 14 - arch/arm/plat-omap/include/plat/mcspi.h | 11 + arch/arm/plat-omap/include/plat/multi.h | 4 +- arch/arm/plat-omap/include/plat/nand.h | 11 + arch/arm/plat-omap/include/plat/omap_hwmod.h | 1 - arch/arm/plat-omap/include/plat/onenand.h | 10 +- arch/arm/plat-omap/include/plat/prcm.h | 1 - arch/arm/plat-omap/include/plat/serial.h | 9 +- arch/arm/plat-omap/include/plat/system.h | 38 +- arch/arm/plat-omap/include/plat/ti816x.h | 27 + arch/arm/plat-omap/include/plat/uncompress.h | 7 + arch/arm/plat-omap/io.c | 5 +- arch/arm/plat-omap/iommu.c | 7 +- arch/arm/plat-omap/mailbox.c | 11 +- arch/arm/plat-omap/sram.c | 20 +- drivers/Kconfig | 2 + drivers/Makefile | 2 + drivers/hwspinlock/Kconfig | 22 + drivers/hwspinlock/Makefile | 6 + drivers/hwspinlock/hwspinlock_core.c | 548 +++ drivers/hwspinlock/hwspinlock_internal.h | 61 + drivers/hwspinlock/omap_hwspinlock.c | 231 ++ drivers/mmc/host/Kconfig | 2 +- drivers/mmc/host/omap_hsmmc.c | 24 +- drivers/mtd/nand/Kconfig | 17 - drivers/mtd/nand/omap2.c | 367 ++- drivers/mtd/onenand/omap2.c | 36 +- drivers/spi/omap2_mcspi.c | 222 +- drivers/usb/musb/musb_core.c | 2 +- drivers/usb/musb/musb_core.h | 6 +- drivers/usb/musb/musbhsdma.h | 2 +- drivers/usb/otg/isp1301_omap.c | 2 +- drivers/w1/masters/Kconfig | 2 +- include/linux/hwspinlock.h | 292 ++ include/linux/mtd/onenand_regs.h | 1 + sound/soc/omap/omap-mcbsp.c | 6 +- sound/soc/omap/omap-mcbsp.h | 4 +- 128 files changed, 7604 insertions(+), 1599 deletions(-) create mode 100644 Documentation/hwspinlock.txt create mode 100644 arch/arm/mach-omap1/reset.c create mode 100644 arch/arm/mach-omap2/board-ti8168evm.c create mode 100644 arch/arm/mach-omap2/hwspinlock.c create mode 100644 arch/arm/plat-omap/include/plat/ti816x.h create mode 100644 drivers/hwspinlock/Kconfig create mode 100644 drivers/hwspinlock/Makefile create mode 100644 drivers/hwspinlock/hwspinlock_core.c create mode 100644 drivers/hwspinlock/hwspinlock_internal.h create mode 100644 drivers/hwspinlock/omap_hwspinlock.c create mode 100644 include/linux/hwspinlock.h Merging pxa/for-next $ git merge pxa/for-next Already up-to-date. Merging samsung/next-samsung $ git merge samsung/next-samsung Auto-merging arch/arm/mach-s3c2410/mach-h1940.c Auto-merging arch/arm/mach-s3c2440/mach-rx1950.c Merge made by recursive. arch/arm/mach-s3c2410/h1940-bluetooth.c | 11 +- arch/arm/mach-s3c2410/include/mach/h1940.h | 3 + arch/arm/mach-s3c2410/mach-h1940.c | 302 ++++++++++++++++++++++++++-- arch/arm/mach-s3c2440/mach-rx1950.c | 57 ++++++ 4 files changed, 356 insertions(+), 17 deletions(-) Merging s5p/for-next $ git merge s5p/for-next Merge made by recursive. arch/arm/mach-s5p6442/include/mach/map.h | 69 ++++++----- arch/arm/mach-s5p64x0/include/mach/map.h | 83 +++++++------- arch/arm/mach-s5pc100/include/mach/map.h | 193 +++++++++++++----------------- arch/arm/mach-s5pv210/include/mach/map.h | 168 +++++++++++++------------- arch/arm/mach-s5pv210/mach-aquila.c | 67 ++++------- arch/arm/mach-s5pv210/mach-goni.c | 97 ++++++++------- arch/arm/mach-s5pv310/include/mach/map.h | 149 +++++++++++------------ arch/arm/plat-s5p/dev-uart.c | 12 +- arch/arm/plat-samsung/dev-ts.c | 1 - 9 files changed, 403 insertions(+), 436 deletions(-) Merging tegra/for-next $ git merge tegra/for-next Merge made by recursive. arch/arm/configs/tegra_defconfig | 123 +++++++++++ arch/arm/mach-tegra/Kconfig | 6 + arch/arm/mach-tegra/Makefile | 4 + arch/arm/mach-tegra/board-trimslice-pinmux.c | 145 +++++++++++++ arch/arm/mach-tegra/board-trimslice.c | 104 ++++++++++ arch/arm/mach-tegra/board-trimslice.h | 22 ++ arch/arm/mach-tegra/board.h | 2 + arch/arm/mach-tegra/common.c | 17 ++- arch/arm/mach-tegra/cpu-tegra.c | 75 ++++++-- arch/arm/mach-tegra/dma.c | 198 ++++++++++-------- arch/arm/mach-tegra/gpio.c | 1 + arch/arm/mach-tegra/include/mach/debug-macro.S | 25 +-- arch/arm/mach-tegra/include/mach/iomap.h | 47 +++++ arch/arm/mach-tegra/include/mach/irqs.h | 14 +- arch/arm/mach-tegra/include/mach/legacy_irq.h | 4 + arch/arm/mach-tegra/include/mach/pinmux-t2.h | 10 + arch/arm/mach-tegra/include/mach/powergate.h | 40 ++++ arch/arm/mach-tegra/include/mach/suspend.h | 38 ++++ arch/arm/mach-tegra/include/mach/system.h | 10 +- arch/arm/mach-tegra/include/mach/uncompress.h | 18 +-- arch/arm/mach-tegra/irq.c | 186 ++++++++--------- arch/arm/mach-tegra/legacy_irq.c | 109 ++++++++++- arch/arm/mach-tegra/pinmux-t2-tables.c | 26 ++- arch/arm/mach-tegra/powergate.c | 212 +++++++++++++++++++ arch/arm/mach-tegra/tegra2_clocks.c | 264 ++++++++++++++++++++++-- arch/arm/mach-tegra/timer.c | 61 ++++++- 26 files changed, 1481 insertions(+), 280 deletions(-) create mode 100644 arch/arm/configs/tegra_defconfig create mode 100644 arch/arm/mach-tegra/board-trimslice-pinmux.c create mode 100644 arch/arm/mach-tegra/board-trimslice.c create mode 100644 arch/arm/mach-tegra/board-trimslice.h create mode 100644 arch/arm/mach-tegra/include/mach/powergate.h create mode 100644 arch/arm/mach-tegra/include/mach/suspend.h create mode 100644 arch/arm/mach-tegra/powergate.c Merging ux500-core/ux500-core $ git merge ux500-core/ux500-core Recorded preimage for 'arch/arm/mach-ux500/cpu-db8500.c' Removing arch/arm/mach-ux500/board-mop500-keypads.c Auto-merging arch/arm/mach-ux500/cpu-db8500.c CONFLICT (content): Merge conflict in arch/arm/mach-ux500/cpu-db8500.c Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a Recorded resolution for 'arch/arm/mach-ux500/cpu-db8500.c'. [master b71c0c4] Merge remote-tracking branch 'ux500-core/ux500-core' $ git diff -M --stat --summary HEAD^.. arch/arm/mach-u300/core.c | 179 +++++++++++-- arch/arm/mach-u300/mmc.c | 160 ++--------- arch/arm/mach-u300/spi.c | 21 +- arch/arm/mach-ux500/Makefile | 8 +- arch/arm/mach-ux500/board-mop500-keypads.c | 229 --------------- arch/arm/mach-ux500/board-mop500-pins.c | 241 ++++++++++++++++ arch/arm/mach-ux500/board-mop500-regulators.c | 62 ++++ arch/arm/mach-ux500/board-mop500-sdi.c | 184 ++++++++----- arch/arm/mach-ux500/board-mop500-stuib.c | 205 ++++++++++++++ arch/arm/mach-ux500/board-mop500-u8500uib.c | 111 ++++++++ arch/arm/mach-ux500/board-mop500-uib.c | 135 +++++++++ arch/arm/mach-ux500/board-mop500.c | 328 +++++++++++++++++---- arch/arm/mach-ux500/board-mop500.h | 25 ++- arch/arm/mach-ux500/board-u5500-sdi.c | 25 ++ arch/arm/mach-ux500/board-u5500.c | 6 +- arch/arm/mach-ux500/clock.c | 6 +- arch/arm/mach-ux500/cpu-db5500.c | 53 ++++- arch/arm/mach-ux500/cpu-db8500.c | 25 ++ arch/arm/mach-ux500/devices-common.c | 1 + arch/arm/mach-ux500/devices-common.h | 7 +- arch/arm/mach-ux500/devices-db5500.h | 19 +- arch/arm/mach-ux500/devices-db8500.c | 67 +++++- arch/arm/mach-ux500/devices-db8500.h | 15 +- arch/arm/mach-ux500/dma-db5500.c | 16 + arch/arm/mach-ux500/include/mach/uncompress.h | 6 +- arch/arm/mach-ux500/include/mach/usb.h | 25 ++ arch/arm/mach-ux500/usb.c | 160 +++++++++++ arch/arm/plat-nomadik/gpio.c | 375 +++++++++++++++++++++---- arch/arm/plat-nomadik/include/plat/gpio.h | 3 + 29 files changed, 2086 insertions(+), 611 deletions(-) delete mode 100644 arch/arm/mach-ux500/board-mop500-keypads.c create mode 100644 arch/arm/mach-ux500/board-mop500-pins.c create mode 100644 arch/arm/mach-ux500/board-mop500-stuib.c create mode 100644 arch/arm/mach-ux500/board-mop500-u8500uib.c create mode 100644 arch/arm/mach-ux500/board-mop500-uib.c create mode 100644 arch/arm/mach-ux500/include/mach/usb.h create mode 100644 arch/arm/mach-ux500/usb.c Merging avr32/avr32-arch $ git merge avr32/avr32-arch Already up-to-date. Merging blackfin/for-linus $ git merge blackfin/for-linus Already up-to-date. Merging cris/for-next $ git merge cris/for-next Merge made by recursive. arch/cris/arch-v32/kernel/smp.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) Merging ia64/test $ git merge ia64/test Auto-merging fs/Kconfig Auto-merging include/linux/magic.h Merge made by recursive. Documentation/ABI/testing/pstore | 35 ++++ Documentation/ABI/testing/sysfs-fs-pstore | 7 + arch/ia64/include/asm/dma-mapping.h | 2 + drivers/acpi/apei/Kconfig | 1 + drivers/acpi/apei/erst.c | 136 ++++++++++++++ fs/Kconfig | 1 + fs/Makefile | 1 + fs/pstore/Kconfig | 13 ++ fs/pstore/Makefile | 7 + fs/pstore/inode.c | 285 +++++++++++++++++++++++++++++ fs/pstore/internal.h | 7 + fs/pstore/platform.c | 202 ++++++++++++++++++++ include/linux/magic.h | 1 + include/linux/pstore.h | 60 ++++++ 14 files changed, 758 insertions(+), 0 deletions(-) create mode 100644 Documentation/ABI/testing/pstore create mode 100644 Documentation/ABI/testing/sysfs-fs-pstore create mode 100644 fs/pstore/Kconfig create mode 100644 fs/pstore/Makefile create mode 100644 fs/pstore/inode.c create mode 100644 fs/pstore/internal.h create mode 100644 fs/pstore/platform.c create mode 100644 include/linux/pstore.h Merging m68k/for-next $ git merge m68k/for-next Merge made by recursive. arch/m68k/Kconfig | 2 -- arch/m68k/amiga/chipram.c | 4 ---- arch/m68k/include/asm/processor.h | 2 ++ arch/m68k/kernel/signal.c | 24 +++++++++++++++++++++++- arch/m68k/kernel/traps.c | 20 ++++++++++++-------- arch/m68k/math-emu/Makefile | 4 ++-- arch/m68k/mm/fault.c | 16 +--------------- 7 files changed, 40 insertions(+), 32 deletions(-) Merging m68knommu/for-next $ git merge m68knommu/for-next Merge made by recursive. arch/m68knommu/Kconfig | 1 + arch/m68knommu/kernel/irq.c | 6 +++- arch/m68knommu/platform/5249/intc2.c | 20 ++++++++-------- arch/m68knommu/platform/5272/intc.c | 33 +++++++++++++++----------- arch/m68knommu/platform/68328/ints.c | 12 ++++---- arch/m68knommu/platform/68360/ints.c | 18 +++++++------- arch/m68knommu/platform/coldfire/intc-2.c | 16 ++++++++---- arch/m68knommu/platform/coldfire/intc-simr.c | 18 +++++++++---- arch/m68knommu/platform/coldfire/intc.c | 20 ++++++++-------- 9 files changed, 81 insertions(+), 63 deletions(-) Merging microblaze/next $ git merge microblaze/next Already up-to-date. Merging mips/mips-for-linux-next $ git merge mips/mips-for-linux-next Merge made by recursive. arch/mips/Kconfig | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) Merging parisc/for-next $ git merge parisc/for-next Merge made by recursive. arch/parisc/Kconfig | 1 + arch/parisc/include/asm/cacheflush.h | 31 +++-- arch/parisc/include/asm/irq.h | 13 +-- arch/parisc/include/asm/pgtable.h | 14 +-- arch/parisc/kernel/cache.c | 109 +++------------- arch/parisc/kernel/entry.S | 217 +++++++++++++++++------------- arch/parisc/kernel/irq.c | 64 +++++---- arch/parisc/kernel/pacache.S | 245 +++++++++++++++------------------- drivers/parisc/dino.c | 22 ++-- drivers/parisc/eisa.c | 12 +- drivers/parisc/gsc.c | 22 ++-- drivers/parisc/iosapic.c | 40 +++--- drivers/parisc/superio.c | 12 +- 13 files changed, 375 insertions(+), 427 deletions(-) Merging powerpc/next $ git merge powerpc/next Already up-to-date. Merging 4xx/next $ git merge 4xx/next Auto-merging arch/powerpc/kernel/cputable.c Merge made by recursive. arch/powerpc/boot/dts/canyonlands.dts | 24 +++++ arch/powerpc/include/asm/cputable.h | 3 +- arch/powerpc/kernel/cputable.c | 22 ++++- arch/powerpc/mm/tlb_nohash_low.S | 35 +++++++ arch/powerpc/platforms/44x/44x.h | 4 + arch/powerpc/platforms/44x/Kconfig | 1 - arch/powerpc/platforms/44x/Makefile | 1 + arch/powerpc/platforms/44x/canyonlands.c | 134 ++++++++++++++++++++++++++++ arch/powerpc/platforms/44x/ppc44x_simple.c | 1 - 9 files changed, 218 insertions(+), 7 deletions(-) create mode 100644 arch/powerpc/platforms/44x/canyonlands.c Merging 52xx-and-virtex/powerpc/next $ git merge 52xx-and-virtex/powerpc/next Already up-to-date. Merging galak/next $ git merge galak/next Already up-to-date. Merging s390/features $ git merge s390/features Merge made by recursive. arch/s390/Kconfig | 20 +++++--------------- arch/s390/Makefile | 3 +-- arch/s390/boot/compressed/misc.c | 5 +++-- arch/s390/include/asm/atomic.h | 26 ++++++++++++++++++-------- arch/s390/include/asm/cache.h | 1 + drivers/s390/block/dasd_eckd.c | 2 +- drivers/s390/cio/cio.c | 6 +----- drivers/s390/cio/cio.h | 2 -- 8 files changed, 30 insertions(+), 35 deletions(-) Merging sh/sh-latest $ git merge sh/sh-latest Auto-merging drivers/watchdog/Kconfig Merge made by recursive. arch/sh/boot/compressed/Makefile | 2 + arch/sh/drivers/pci/pcie-sh7786.c | 46 +++-- arch/sh/mm/Makefile | 2 + drivers/tty/serial/sh-sci.c | 425 ++++++++++++++++++------------------- drivers/tty/serial/sh-sci.h | 39 ---- drivers/watchdog/Kconfig | 8 - drivers/watchdog/shwdt.c | 365 +++++++++++++++----------------- include/linux/serial_sci.h | 16 +- kernel/gcov/Kconfig | 2 +- 9 files changed, 420 insertions(+), 485 deletions(-) Merging rmobile/rmobile-latest $ git merge rmobile/rmobile-latest Already up-to-date. Merging sparc/master $ git merge sparc/master Removing arch/sparc/kernel/tick14.c Merge made by recursive. arch/sparc/Kconfig | 34 ++++ arch/sparc/Makefile | 3 +- arch/sparc/boot/Makefile | 31 ++++ arch/sparc/include/asm/irq_64.h | 18 +- arch/sparc/include/asm/leon_amba.h | 6 + arch/sparc/include/asm/mmu_32.h | 3 + arch/sparc/include/asm/smp_32.h | 6 + arch/sparc/kernel/Makefile | 2 +- arch/sparc/kernel/cpu.c | 2 +- arch/sparc/kernel/entry.h | 4 +- arch/sparc/kernel/ioport.c | 108 +++++++----- arch/sparc/kernel/irq_32.c | 251 ++++++++++++----------------- arch/sparc/kernel/irq_64.c | 312 ++++++++++++++++++------------------ arch/sparc/kernel/kernel.h | 47 ++++++ arch/sparc/kernel/leon_kernel.c | 9 +- arch/sparc/kernel/leon_pmc.c | 82 ++++++++++ arch/sparc/kernel/leon_smp.c | 16 -- arch/sparc/kernel/pci.c | 10 +- arch/sparc/kernel/pci_fire.c | 8 +- arch/sparc/kernel/pci_impl.h | 4 +- arch/sparc/kernel/pci_msi.c | 44 +++--- arch/sparc/kernel/pci_sun4v.c | 6 +- arch/sparc/kernel/prom_irqtrans.c | 16 +- arch/sparc/kernel/setup_32.c | 19 +-- arch/sparc/kernel/sun4c_irq.c | 81 +++++----- arch/sparc/kernel/sun4d_irq.c | 243 +++++++++++++--------------- arch/sparc/kernel/sun4d_smp.c | 176 ++++++++------------- arch/sparc/kernel/sun4m_irq.c | 182 +++++++++++---------- arch/sparc/kernel/sun4m_smp.c | 91 +++-------- arch/sparc/kernel/tick14.c | 39 ----- arch/sparc/prom/misc_32.c | 4 - 31 files changed, 940 insertions(+), 917 deletions(-) create mode 100644 arch/sparc/kernel/leon_pmc.c delete mode 100644 arch/sparc/kernel/tick14.c Merging tile/master $ git merge tile/master Already up-to-date. Merging unicore32/unicore32 $ git merge unicore32/unicore32 Auto-merging MAINTAINERS Auto-merging drivers/input/serio/i8042.h Merge made by recursive. MAINTAINERS | 14 + arch/unicore32/.gitignore | 21 + arch/unicore32/Kconfig | 249 ++++++++ arch/unicore32/Kconfig.debug | 68 ++ arch/unicore32/Kconfig.puv3 | 125 ++++ arch/unicore32/Makefile | 97 +++ arch/unicore32/boot/Makefile | 47 ++ arch/unicore32/boot/compressed/Makefile | 68 ++ arch/unicore32/boot/compressed/head.S | 204 ++++++ arch/unicore32/boot/compressed/misc.c | 126 ++++ arch/unicore32/boot/compressed/piggy.S.in | 6 + arch/unicore32/boot/compressed/vmlinux.lds.in | 61 ++ arch/unicore32/configs/debug_defconfig | 210 +++++++ arch/unicore32/configs/nb0916_defconfig | 202 ++++++ arch/unicore32/include/asm/Kbuild | 2 + arch/unicore32/include/asm/assembler.h | 131 ++++ arch/unicore32/include/asm/bitops.h | 47 ++ arch/unicore32/include/asm/byteorder.h | 24 + arch/unicore32/include/asm/cache.h | 27 + arch/unicore32/include/asm/cacheflush.h | 211 +++++++ arch/unicore32/include/asm/checksum.h | 41 ++ arch/unicore32/include/asm/cpu-single.h | 45 ++ arch/unicore32/include/asm/cputype.h | 33 + arch/unicore32/include/asm/delay.h | 52 ++ arch/unicore32/include/asm/dma-mapping.h | 124 ++++ arch/unicore32/include/asm/dma.h | 23 + arch/unicore32/include/asm/elf.h | 94 +++ arch/unicore32/include/asm/fpstate.h | 26 + arch/unicore32/include/asm/fpu-ucf64.h | 53 ++ arch/unicore32/include/asm/futex.h | 143 +++++ arch/unicore32/include/asm/gpio.h | 103 +++ arch/unicore32/include/asm/hwcap.h | 32 + arch/unicore32/include/asm/io.h | 52 ++ arch/unicore32/include/asm/irq.h | 105 ++++ arch/unicore32/include/asm/irqflags.h | 53 ++ arch/unicore32/include/asm/linkage.h | 22 + arch/unicore32/include/asm/memblock.h | 46 ++ arch/unicore32/include/asm/memory.h | 123 ++++ arch/unicore32/include/asm/mmu.h | 17 + arch/unicore32/include/asm/mmu_context.h | 87 +++ arch/unicore32/include/asm/mutex.h | 20 + arch/unicore32/include/asm/page.h | 80 +++ arch/unicore32/include/asm/pci.h | 46 ++ arch/unicore32/include/asm/pgalloc.h | 110 ++++ arch/unicore32/include/asm/pgtable-hwdef.h | 55 ++ arch/unicore32/include/asm/pgtable.h | 317 ++++++++++ arch/unicore32/include/asm/processor.h | 92 +++ arch/unicore32/include/asm/ptrace.h | 133 ++++ arch/unicore32/include/asm/sigcontext.h | 29 + arch/unicore32/include/asm/stacktrace.h | 31 + arch/unicore32/include/asm/string.h | 38 ++ arch/unicore32/include/asm/suspend.h | 30 + arch/unicore32/include/asm/system.h | 161 +++++ arch/unicore32/include/asm/thread_info.h | 154 +++++ arch/unicore32/include/asm/timex.h | 34 + arch/unicore32/include/asm/tlb.h | 98 +++ arch/unicore32/include/asm/tlbflush.h | 195 ++++++ arch/unicore32/include/asm/traps.h | 21 + arch/unicore32/include/asm/uaccess.h | 47 ++ arch/unicore32/include/asm/unistd.h | 18 + arch/unicore32/include/mach/PKUnity.h | 104 ++++ arch/unicore32/include/mach/bitfield.h | 24 + arch/unicore32/include/mach/dma.h | 41 ++ arch/unicore32/include/mach/hardware.h | 45 ++ arch/unicore32/include/mach/map.h | 20 + arch/unicore32/include/mach/memory.h | 58 ++ arch/unicore32/include/mach/ocd.h | 36 ++ arch/unicore32/include/mach/pm.h | 43 ++ arch/unicore32/include/mach/regs-ac97.h | 32 + arch/unicore32/include/mach/regs-dmac.h | 81 +++ arch/unicore32/include/mach/regs-gpio.h | 70 +++ arch/unicore32/include/mach/regs-i2c.h | 63 ++ arch/unicore32/include/mach/regs-intc.h | 28 + arch/unicore32/include/mach/regs-nand.h | 79 +++ arch/unicore32/include/mach/regs-ost.h | 92 +++ arch/unicore32/include/mach/regs-pci.h | 94 +++ arch/unicore32/include/mach/regs-pm.h | 126 ++++ arch/unicore32/include/mach/regs-ps2.h | 20 + arch/unicore32/include/mach/regs-resetc.h | 34 + arch/unicore32/include/mach/regs-rtc.h | 37 ++ arch/unicore32/include/mach/regs-sdc.h | 156 +++++ arch/unicore32/include/mach/regs-spi.h | 98 +++ arch/unicore32/include/mach/regs-uart.h | 3 + arch/unicore32/include/mach/regs-umal.h | 229 +++++++ arch/unicore32/include/mach/regs-unigfx.h | 200 ++++++ arch/unicore32/include/mach/uncompress.h | 34 + arch/unicore32/kernel/Makefile | 34 + arch/unicore32/kernel/asm-offsets.c | 112 ++++ arch/unicore32/kernel/clock.c | 388 ++++++++++++ arch/unicore32/kernel/cpu-ucv2.c | 93 +++ arch/unicore32/kernel/debug-macro.S | 89 +++ arch/unicore32/kernel/debug.S | 85 +++ arch/unicore32/kernel/dma.c | 180 ++++++ arch/unicore32/kernel/early_printk.c | 59 ++ arch/unicore32/kernel/elf.c | 38 ++ arch/unicore32/kernel/entry.S | 824 +++++++++++++++++++++++++ arch/unicore32/kernel/fpu-ucf64.c | 126 ++++ arch/unicore32/kernel/gpio.c | 122 ++++ arch/unicore32/kernel/head.S | 252 ++++++++ arch/unicore32/kernel/hibernate.c | 160 +++++ arch/unicore32/kernel/hibernate_asm.S | 117 ++++ arch/unicore32/kernel/init_task.c | 44 ++ arch/unicore32/kernel/irq.c | 426 +++++++++++++ arch/unicore32/kernel/ksyms.c | 99 +++ arch/unicore32/kernel/ksyms.h | 15 + arch/unicore32/kernel/module.c | 152 +++++ arch/unicore32/kernel/pci.c | 404 ++++++++++++ arch/unicore32/kernel/pm.c | 123 ++++ arch/unicore32/kernel/process.c | 389 ++++++++++++ arch/unicore32/kernel/ptrace.c | 149 +++++ arch/unicore32/kernel/puv3-core.c | 270 ++++++++ arch/unicore32/kernel/puv3-nb0916.c | 175 ++++++ arch/unicore32/kernel/puv3-smw0919.c | 115 ++++ arch/unicore32/kernel/pwm.c | 263 ++++++++ arch/unicore32/kernel/rtc.c | 380 ++++++++++++ arch/unicore32/kernel/setup.c | 360 +++++++++++ arch/unicore32/kernel/setup.h | 30 + arch/unicore32/kernel/signal.c | 494 +++++++++++++++ arch/unicore32/kernel/sleep.S | 202 ++++++ arch/unicore32/kernel/stacktrace.c | 131 ++++ arch/unicore32/kernel/sys.c | 126 ++++ arch/unicore32/kernel/time.c | 143 +++++ arch/unicore32/kernel/traps.c | 333 ++++++++++ arch/unicore32/kernel/vmlinux.lds.S | 61 ++ arch/unicore32/lib/Makefile | 27 + arch/unicore32/lib/backtrace.S | 163 +++++ arch/unicore32/lib/clear_user.S | 57 ++ arch/unicore32/lib/copy_from_user.S | 108 ++++ arch/unicore32/lib/copy_page.S | 39 ++ arch/unicore32/lib/copy_template.S | 214 +++++++ arch/unicore32/lib/copy_to_user.S | 96 +++ arch/unicore32/lib/delay.S | 51 ++ arch/unicore32/lib/findbit.S | 98 +++ arch/unicore32/lib/strncpy_from_user.S | 45 ++ arch/unicore32/lib/strnlen_user.S | 42 ++ arch/unicore32/mm/Kconfig | 50 ++ arch/unicore32/mm/Makefile | 15 + arch/unicore32/mm/alignment.c | 523 ++++++++++++++++ arch/unicore32/mm/cache-ucv2.S | 212 +++++++ arch/unicore32/mm/dma-swiotlb.c | 34 + arch/unicore32/mm/extable.c | 24 + arch/unicore32/mm/fault.c | 479 ++++++++++++++ arch/unicore32/mm/flush.c | 98 +++ arch/unicore32/mm/init.c | 517 ++++++++++++++++ arch/unicore32/mm/iomap.c | 56 ++ arch/unicore32/mm/ioremap.c | 261 ++++++++ arch/unicore32/mm/mm.h | 39 ++ arch/unicore32/mm/mmu.c | 533 ++++++++++++++++ arch/unicore32/mm/pgd.c | 102 +++ arch/unicore32/mm/proc-macros.S | 145 +++++ arch/unicore32/mm/proc-syms.c | 23 + arch/unicore32/mm/proc-ucv2.S | 134 ++++ arch/unicore32/mm/tlb-ucv2.S | 89 +++ drivers/input/serio/i8042-unicore32io.h | 70 +++ drivers/input/serio/i8042.h | 2 + drivers/pci/Makefile | 1 + include/asm-generic/ftrace.h | 16 + include/asm-generic/sizes.h | 47 ++ include/asm-generic/uaccess.h | 8 +- 159 files changed, 18748 insertions(+), 3 deletions(-) create mode 100644 arch/unicore32/.gitignore create mode 100644 arch/unicore32/Kconfig create mode 100644 arch/unicore32/Kconfig.debug create mode 100644 arch/unicore32/Kconfig.puv3 create mode 100644 arch/unicore32/Makefile create mode 100644 arch/unicore32/boot/Makefile create mode 100644 arch/unicore32/boot/compressed/Makefile create mode 100644 arch/unicore32/boot/compressed/head.S create mode 100644 arch/unicore32/boot/compressed/misc.c create mode 100644 arch/unicore32/boot/compressed/piggy.S.in create mode 100644 arch/unicore32/boot/compressed/vmlinux.lds.in create mode 100644 arch/unicore32/configs/debug_defconfig create mode 100644 arch/unicore32/configs/nb0916_defconfig create mode 100644 arch/unicore32/include/asm/Kbuild create mode 100644 arch/unicore32/include/asm/assembler.h create mode 100644 arch/unicore32/include/asm/bitops.h create mode 100644 arch/unicore32/include/asm/byteorder.h create mode 100644 arch/unicore32/include/asm/cache.h create mode 100644 arch/unicore32/include/asm/cacheflush.h create mode 100644 arch/unicore32/include/asm/checksum.h create mode 100644 arch/unicore32/include/asm/cpu-single.h create mode 100644 arch/unicore32/include/asm/cputype.h create mode 100644 arch/unicore32/include/asm/delay.h create mode 100644 arch/unicore32/include/asm/dma-mapping.h create mode 100644 arch/unicore32/include/asm/dma.h create mode 100644 arch/unicore32/include/asm/elf.h create mode 100644 arch/unicore32/include/asm/fpstate.h create mode 100644 arch/unicore32/include/asm/fpu-ucf64.h create mode 100644 arch/unicore32/include/asm/futex.h create mode 100644 arch/unicore32/include/asm/gpio.h create mode 100644 arch/unicore32/include/asm/hwcap.h create mode 100644 arch/unicore32/include/asm/io.h create mode 100644 arch/unicore32/include/asm/irq.h create mode 100644 arch/unicore32/include/asm/irqflags.h create mode 100644 arch/unicore32/include/asm/linkage.h create mode 100644 arch/unicore32/include/asm/memblock.h create mode 100644 arch/unicore32/include/asm/memory.h create mode 100644 arch/unicore32/include/asm/mmu.h create mode 100644 arch/unicore32/include/asm/mmu_context.h create mode 100644 arch/unicore32/include/asm/mutex.h create mode 100644 arch/unicore32/include/asm/page.h create mode 100644 arch/unicore32/include/asm/pci.h create mode 100644 arch/unicore32/include/asm/pgalloc.h create mode 100644 arch/unicore32/include/asm/pgtable-hwdef.h create mode 100644 arch/unicore32/include/asm/pgtable.h create mode 100644 arch/unicore32/include/asm/processor.h create mode 100644 arch/unicore32/include/asm/ptrace.h create mode 100644 arch/unicore32/include/asm/sigcontext.h create mode 100644 arch/unicore32/include/asm/stacktrace.h create mode 100644 arch/unicore32/include/asm/string.h create mode 100644 arch/unicore32/include/asm/suspend.h create mode 100644 arch/unicore32/include/asm/system.h create mode 100644 arch/unicore32/include/asm/thread_info.h create mode 100644 arch/unicore32/include/asm/timex.h create mode 100644 arch/unicore32/include/asm/tlb.h create mode 100644 arch/unicore32/include/asm/tlbflush.h create mode 100644 arch/unicore32/include/asm/traps.h create mode 100644 arch/unicore32/include/asm/uaccess.h create mode 100644 arch/unicore32/include/asm/unistd.h create mode 100644 arch/unicore32/include/mach/PKUnity.h create mode 100644 arch/unicore32/include/mach/bitfield.h create mode 100644 arch/unicore32/include/mach/dma.h create mode 100644 arch/unicore32/include/mach/hardware.h create mode 100644 arch/unicore32/include/mach/map.h create mode 100644 arch/unicore32/include/mach/memory.h create mode 100644 arch/unicore32/include/mach/ocd.h create mode 100644 arch/unicore32/include/mach/pm.h create mode 100644 arch/unicore32/include/mach/regs-ac97.h create mode 100644 arch/unicore32/include/mach/regs-dmac.h create mode 100644 arch/unicore32/include/mach/regs-gpio.h create mode 100644 arch/unicore32/include/mach/regs-i2c.h create mode 100644 arch/unicore32/include/mach/regs-intc.h create mode 100644 arch/unicore32/include/mach/regs-nand.h create mode 100644 arch/unicore32/include/mach/regs-ost.h create mode 100644 arch/unicore32/include/mach/regs-pci.h create mode 100644 arch/unicore32/include/mach/regs-pm.h create mode 100644 arch/unicore32/include/mach/regs-ps2.h create mode 100644 arch/unicore32/include/mach/regs-resetc.h create mode 100644 arch/unicore32/include/mach/regs-rtc.h create mode 100644 arch/unicore32/include/mach/regs-sdc.h create mode 100644 arch/unicore32/include/mach/regs-spi.h create mode 100644 arch/unicore32/include/mach/regs-uart.h create mode 100644 arch/unicore32/include/mach/regs-umal.h create mode 100644 arch/unicore32/include/mach/regs-unigfx.h create mode 100644 arch/unicore32/include/mach/uncompress.h create mode 100644 arch/unicore32/kernel/Makefile create mode 100644 arch/unicore32/kernel/asm-offsets.c create mode 100644 arch/unicore32/kernel/clock.c create mode 100644 arch/unicore32/kernel/cpu-ucv2.c create mode 100644 arch/unicore32/kernel/debug-macro.S create mode 100644 arch/unicore32/kernel/debug.S create mode 100644 arch/unicore32/kernel/dma.c create mode 100644 arch/unicore32/kernel/early_printk.c create mode 100644 arch/unicore32/kernel/elf.c create mode 100644 arch/unicore32/kernel/entry.S create mode 100644 arch/unicore32/kernel/fpu-ucf64.c create mode 100644 arch/unicore32/kernel/gpio.c create mode 100644 arch/unicore32/kernel/head.S create mode 100644 arch/unicore32/kernel/hibernate.c create mode 100644 arch/unicore32/kernel/hibernate_asm.S create mode 100644 arch/unicore32/kernel/init_task.c create mode 100644 arch/unicore32/kernel/irq.c create mode 100644 arch/unicore32/kernel/ksyms.c create mode 100644 arch/unicore32/kernel/ksyms.h create mode 100644 arch/unicore32/kernel/module.c create mode 100644 arch/unicore32/kernel/pci.c create mode 100644 arch/unicore32/kernel/pm.c create mode 100644 arch/unicore32/kernel/process.c create mode 100644 arch/unicore32/kernel/ptrace.c create mode 100644 arch/unicore32/kernel/puv3-core.c create mode 100644 arch/unicore32/kernel/puv3-nb0916.c create mode 100644 arch/unicore32/kernel/puv3-smw0919.c create mode 100644 arch/unicore32/kernel/pwm.c create mode 100644 arch/unicore32/kernel/rtc.c create mode 100644 arch/unicore32/kernel/setup.c create mode 100644 arch/unicore32/kernel/setup.h create mode 100644 arch/unicore32/kernel/signal.c create mode 100644 arch/unicore32/kernel/sleep.S create mode 100644 arch/unicore32/kernel/stacktrace.c create mode 100644 arch/unicore32/kernel/sys.c create mode 100644 arch/unicore32/kernel/time.c create mode 100644 arch/unicore32/kernel/traps.c create mode 100644 arch/unicore32/kernel/vmlinux.lds.S create mode 100644 arch/unicore32/lib/Makefile create mode 100644 arch/unicore32/lib/backtrace.S create mode 100644 arch/unicore32/lib/clear_user.S create mode 100644 arch/unicore32/lib/copy_from_user.S create mode 100644 arch/unicore32/lib/copy_page.S create mode 100644 arch/unicore32/lib/copy_template.S create mode 100644 arch/unicore32/lib/copy_to_user.S create mode 100644 arch/unicore32/lib/delay.S create mode 100644 arch/unicore32/lib/findbit.S create mode 100644 arch/unicore32/lib/strncpy_from_user.S create mode 100644 arch/unicore32/lib/strnlen_user.S create mode 100644 arch/unicore32/mm/Kconfig create mode 100644 arch/unicore32/mm/Makefile create mode 100644 arch/unicore32/mm/alignment.c create mode 100644 arch/unicore32/mm/cache-ucv2.S create mode 100644 arch/unicore32/mm/dma-swiotlb.c create mode 100644 arch/unicore32/mm/extable.c create mode 100644 arch/unicore32/mm/fault.c create mode 100644 arch/unicore32/mm/flush.c create mode 100644 arch/unicore32/mm/init.c create mode 100644 arch/unicore32/mm/iomap.c create mode 100644 arch/unicore32/mm/ioremap.c create mode 100644 arch/unicore32/mm/mm.h create mode 100644 arch/unicore32/mm/mmu.c create mode 100644 arch/unicore32/mm/pgd.c create mode 100644 arch/unicore32/mm/proc-macros.S create mode 100644 arch/unicore32/mm/proc-syms.c create mode 100644 arch/unicore32/mm/proc-ucv2.S create mode 100644 arch/unicore32/mm/tlb-ucv2.S create mode 100644 drivers/input/serio/i8042-unicore32io.h create mode 100644 include/asm-generic/ftrace.h create mode 100644 include/asm-generic/sizes.h Merging xtensa/master $ git merge xtensa/master Resolved 'arch/xtensa/configs/iss_defconfig' using previous resolution. Auto-merging arch/xtensa/Kconfig Auto-merging arch/xtensa/Makefile Auto-merging arch/xtensa/configs/iss_defconfig CONFLICT (content): Merge conflict in arch/xtensa/configs/iss_defconfig Auto-merging arch/xtensa/include/asm/coprocessor.h Auto-merging arch/xtensa/kernel/Makefile Auto-merging arch/xtensa/kernel/time.c Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master ad3c2e8] Merge remote-tracking branch 'xtensa/master' $ git diff -M --stat --summary HEAD^.. arch/xtensa/Kconfig | 17 +- arch/xtensa/Makefile | 5 +- arch/xtensa/boot/Makefile | 1 + arch/xtensa/include/asm/coprocessor.h | 9 +- arch/xtensa/include/asm/io.h | 40 ++-- arch/xtensa/include/asm/irq.h | 7 +- arch/xtensa/include/asm/serial.h | 12 +- arch/xtensa/kernel/Makefile | 4 +- arch/xtensa/kernel/time.c | 2 +- arch/xtensa/platforms/xtavnet/Makefile | 10 + .../platforms/xtavnet/include/platform/hardware.h | 85 ++++++ .../platforms/xtavnet/include/platform/lcd.h | 22 ++ .../platforms/xtavnet/include/platform/serial.h | 1 + arch/xtensa/platforms/xtavnet/lcd.c | 79 ++++++ arch/xtensa/platforms/xtavnet/setup.c | 269 ++++++++++++++++++++ 15 files changed, 526 insertions(+), 37 deletions(-) create mode 100644 arch/xtensa/platforms/xtavnet/Makefile create mode 100644 arch/xtensa/platforms/xtavnet/include/platform/hardware.h create mode 100644 arch/xtensa/platforms/xtavnet/include/platform/lcd.h create mode 100644 arch/xtensa/platforms/xtavnet/include/platform/serial.h create mode 100644 arch/xtensa/platforms/xtavnet/lcd.c create mode 100644 arch/xtensa/platforms/xtavnet/setup.c Merging ceph/for-next $ git merge ceph/for-next Already up-to-date. Merging cifs/master $ git merge cifs/master Merge made by recursive. fs/cifs/netmisc.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) Merging configfs/linux-next $ git merge configfs/linux-next Already up-to-date. Merging ecryptfs/next $ git merge ecryptfs/next Merge made by recursive. fs/ecryptfs/dentry.c | 22 +++++--- fs/ecryptfs/file.c | 1 + fs/ecryptfs/inode.c | 132 ++++++++++--------------------------------------- 3 files changed, 41 insertions(+), 114 deletions(-) Merging ext3/for_next $ git merge ext3/for_next Merge made by recursive. fs/ext3/balloc.c | 10 ++++------ fs/quota/quota_v2.c | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) Merging ext4/next $ git merge ext4/next Resolved 'fs/ext4/mballoc.c' using previous resolution. Auto-merging fs/ext4/mballoc.c CONFLICT (content): Merge conflict in fs/ext4/mballoc.c Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master 949ff67] Merge remote-tracking branch 'ext4/next' $ git diff -M --stat --summary HEAD^.. Merging fatfs/master $ git merge fatfs/master Already up-to-date. Merging fuse/for-next $ git merge fuse/for-next Merge made by recursive. fs/fuse/cuse.c | 12 ++++++++- fs/fuse/dir.c | 15 +++++++------ fs/fuse/file.c | 62 +++++++++++++++++++++++++++++++++++++++++++++++------- fs/fuse/fuse_i.h | 10 +++++++- fs/fuse/inode.c | 6 +++++ 5 files changed, 86 insertions(+), 19 deletions(-) Merging gfs2/master $ git merge gfs2/master Auto-merging fs/gfs2/glock.c Auto-merging fs/gfs2/main.c Merge made by recursive. fs/gfs2/acl.c | 7 +- fs/gfs2/file.c | 15 ++- fs/gfs2/glock.c | 392 +++++++++++++++++++------------------------------- fs/gfs2/glock.h | 39 +++--- fs/gfs2/glops.c | 23 ++-- fs/gfs2/incore.h | 5 +- fs/gfs2/lock_dlm.c | 14 +-- fs/gfs2/lops.c | 3 +- fs/gfs2/main.c | 6 +- fs/gfs2/ops_fstype.c | 7 +- fs/gfs2/ops_inode.c | 10 +- fs/gfs2/quota.c | 6 +- 12 files changed, 216 insertions(+), 311 deletions(-) Merging hfsplus/for-next $ git merge hfsplus/for-next Merge made by recursive. fs/hfsplus/extents.c | 9 ++++++--- fs/hfsplus/super.c | 9 +++++++++ fs/hfsplus/unicode.c | 35 +++++++++++++++++++++++++++-------- fs/hfsplus/wrapper.c | 9 +++------ 4 files changed, 45 insertions(+), 17 deletions(-) Merging jfs/next $ git merge jfs/next Already up-to-date. Merging logfs/master $ git merge logfs/master Resolved 'fs/logfs/logfs.h' using previous resolution. Auto-merging fs/logfs/logfs.h CONFLICT (content): Merge conflict in fs/logfs/logfs.h Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master 965edd5] Merge remote-tracking branch 'logfs/master' $ git diff -M --stat --summary HEAD^.. Merging nfs/linux-next $ git merge nfs/linux-next Already up-to-date. Merging nfsd/nfsd-next $ git merge nfsd/nfsd-next Already up-to-date. Merging nilfs2/for-next $ git merge nilfs2/for-next Merge made by recursive. fs/nilfs2/dir.c | 5 +-- fs/nilfs2/file.c | 2 +- fs/nilfs2/inode.c | 19 +++------ fs/nilfs2/ioctl.c | 92 +++++++++++++++++++++++++++++++++++++++++++++ fs/nilfs2/nilfs.h | 18 +++++++++ fs/nilfs2/the_nilfs.c | 11 +++-- include/linux/nilfs2_fs.h | 24 ++---------- 7 files changed, 130 insertions(+), 41 deletions(-) Merging ocfs2/linux-next $ git merge ocfs2/linux-next Merge made by recursive. fs/ocfs2/dir.c | 12 +++-- fs/ocfs2/dlmglue.c | 97 ++++++++++++++++++++++++----------------------- fs/ocfs2/ioctl.c | 38 ++++++++++++++---- fs/ocfs2/journal.h | 6 +- fs/ocfs2/ocfs2.h | 23 +++++++---- fs/ocfs2/refcounttree.c | 7 ++- fs/ocfs2/super.c | 28 ++++++++++---- 7 files changed, 129 insertions(+), 82 deletions(-) Merging omfs/for-next $ git merge omfs/for-next Already up-to-date. Merging squashfs/master $ git merge squashfs/master Already up-to-date. Merging udf/for_next $ git merge udf/for_next Already up-to-date. Merging v9fs/for-next $ git merge v9fs/for-next Already up-to-date. Merging ubifs/linux-next $ git merge ubifs/linux-next Auto-merging fs/ubifs/super.c Merge made by recursive. fs/ubifs/commit.c | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++- fs/ubifs/debug.c | 6 ++-- fs/ubifs/io.c | 12 +++++++--- fs/ubifs/recovery.c | 23 +++++++++++++++++++- fs/ubifs/scan.c | 2 +- fs/ubifs/super.c | 11 +-------- fs/ubifs/tnc.c | 10 ++++++-- fs/ubifs/ubifs.h | 21 ++++++++--------- 8 files changed, 110 insertions(+), 33 deletions(-) Merging xfs/master $ git merge xfs/master Merge made by recursive. fs/xfs/xfs_bmap.c | 11 +++++++++++ fs/xfs/xfs_inode.h | 23 +++++++++++++++-------- fs/xfs/xfs_rtalloc.c | 50 +++++++++++++++++++++++--------------------------- fs/xfs/xfs_rw.c | 18 +++++------------- 4 files changed, 54 insertions(+), 48 deletions(-) Merging vfs/for-next $ git merge vfs/for-next Already up-to-date. Merging vfs-scale/vfs-scale-working $ git merge vfs-scale/vfs-scale-working Already up-to-date. Merging pci/linux-next $ git merge pci/linux-next Auto-merging drivers/pci/pci-sysfs.c Merge made by recursive. arch/x86/pci/irq.c | 15 +++++-------- drivers/pci/pci-sysfs.c | 2 +- drivers/pci/probe.c | 4 ++- drivers/pci/quirks.c | 52 ----------------------------------------------- include/linux/pci.h | 5 ++++ include/linux/pci_ids.h | 3 ++ 6 files changed, 18 insertions(+), 63 deletions(-) Merging hid/for-next $ git merge hid/for-next Auto-merging drivers/hid/Kconfig Auto-merging include/linux/hid-roccat.h Merge made by recursive. Documentation/ABI/testing/sysfs-driver-hid | 10 + .../ABI/testing/sysfs-driver-hid-roccat-arvo | 53 ++ .../ABI/testing/sysfs-driver-hid-roccat-kone | 8 + .../ABI/testing/sysfs-driver-hid-roccat-koneplus | 11 + .../ABI/testing/sysfs-driver-hid-roccat-kovaplus | 100 +++ .../ABI/testing/sysfs-driver-hid-roccat-pyra | 9 + Documentation/ioctl/ioctl-number.txt | 1 + drivers/hid/Kconfig | 37 + drivers/hid/Makefile | 5 + drivers/hid/hid-core.c | 38 + drivers/hid/hid-gyration.c | 5 + drivers/hid/hid-ids.h | 11 + drivers/hid/hid-input.c | 1 + drivers/hid/hid-keytouch.c | 66 ++ drivers/hid/hid-lcpower.c | 70 ++ drivers/hid/hid-multitouch.c | 26 +- drivers/hid/hid-roccat-arvo.c | 450 ++++++++++++ drivers/hid/hid-roccat-arvo.h | 98 +++ drivers/hid/hid-roccat-common.c | 62 ++ drivers/hid/hid-roccat-common.h | 23 + drivers/hid/hid-roccat-kone.c | 156 ++--- drivers/hid/hid-roccat-koneplus.c | 165 ++--- drivers/hid/hid-roccat-kovaplus.c | 715 ++++++++++++++++++++ drivers/hid/hid-roccat-kovaplus.h | 157 +++++ drivers/hid/hid-roccat-pyra.c | 174 ++---- drivers/hid/hid-roccat.c | 53 ++- drivers/hid/hidraw.c | 112 +++- drivers/hid/usbhid/hid-core.c | 35 + {drivers/hid => include/linux}/hid-roccat.h | 19 +- include/linux/hid.h | 3 + include/linux/hidraw.h | 3 + net/bluetooth/hidp/core.c | 195 +++++- net/bluetooth/hidp/hidp.h | 15 + 33 files changed, 2485 insertions(+), 401 deletions(-) create mode 100644 Documentation/ABI/testing/sysfs-driver-hid create mode 100644 Documentation/ABI/testing/sysfs-driver-hid-roccat-arvo create mode 100644 Documentation/ABI/testing/sysfs-driver-hid-roccat-kovaplus create mode 100644 drivers/hid/hid-keytouch.c create mode 100644 drivers/hid/hid-lcpower.c create mode 100644 drivers/hid/hid-roccat-arvo.c create mode 100644 drivers/hid/hid-roccat-arvo.h create mode 100644 drivers/hid/hid-roccat-common.c create mode 100644 drivers/hid/hid-roccat-common.h create mode 100644 drivers/hid/hid-roccat-kovaplus.c create mode 100644 drivers/hid/hid-roccat-kovaplus.h rename {drivers/hid => include/linux}/hid-roccat.h (52%) Merging quilt/i2c $ git merge quilt/i2c Removing include/linux/i2c-id.h Merge made by recursive. Documentation/feature-removal-schedule.txt | 9 ++++ Documentation/i2c/instantiating-devices | 2 +- Documentation/i2c/upgrading-clients | 18 ++++---- drivers/i2c/i2c-boardinfo.c | 2 +- drivers/i2c/i2c-core.c | 28 +++++++++---- drivers/i2c/i2c-dev.c | 60 ++++++++++++++++++---------- include/linux/i2c-id.h | 37 ----------------- include/linux/i2c.h | 17 ++++---- 8 files changed, 88 insertions(+), 85 deletions(-) delete mode 100644 include/linux/i2c-id.h Merging bjdooks-i2c/next-i2c $ git merge bjdooks-i2c/next-i2c Auto-merging MAINTAINERS Merge made by recursive. Documentation/i2c/busses/i2c-diolan-u2c | 26 ++ MAINTAINERS | 6 + drivers/i2c/busses/Kconfig | 10 + drivers/i2c/busses/Makefile | 1 + drivers/i2c/busses/i2c-diolan-u2c.c | 535 +++++++++++++++++++++++++++++++ drivers/i2c/busses/i2c-omap.c | 28 ++ drivers/i2c/busses/i2c-stu300.c | 2 +- 7 files changed, 607 insertions(+), 1 deletions(-) create mode 100644 Documentation/i2c/busses/i2c-diolan-u2c create mode 100644 drivers/i2c/busses/i2c-diolan-u2c.c Merging quilt/jdelvare-hwmon $ git merge quilt/jdelvare-hwmon Auto-merging Documentation/misc-devices/lis3lv02d Auto-merging MAINTAINERS Auto-merging drivers/hwmon/Kconfig Auto-merging drivers/misc/lis3lv02d/lis3lv02d.c Auto-merging drivers/misc/lis3lv02d/lis3lv02d_i2c.c Auto-merging drivers/misc/lis3lv02d/lis3lv02d_spi.c Auto-merging drivers/platform/x86/hp_accel.c Merge made by recursive. Documentation/hwmon/w83795 | 127 +++++++++++++++++++++ Documentation/{hwmon => laptops}/hpfall.c | 0 Documentation/{hwmon => misc-devices}/lis3lv02d | 4 +- MAINTAINERS | 4 +- drivers/hwmon/Kconfig | 64 ----------- drivers/hwmon/Makefile | 3 - drivers/misc/Kconfig | 9 ++ drivers/misc/Makefile | 1 + drivers/misc/lis3lv02d/Kconfig | 37 ++++++ drivers/misc/lis3lv02d/Makefile | 7 + drivers/{hwmon => misc/lis3lv02d}/lis3lv02d.c | 3 +- drivers/{hwmon => misc/lis3lv02d}/lis3lv02d.h | 0 drivers/{hwmon => misc/lis3lv02d}/lis3lv02d_i2c.c | 2 +- drivers/{hwmon => misc/lis3lv02d}/lis3lv02d_spi.c | 2 +- drivers/platform/x86/Kconfig | 18 +++ drivers/platform/x86/Makefile | 1 + drivers/{hwmon => platform/x86}/hp_accel.c | 6 +- 17 files changed, 210 insertions(+), 78 deletions(-) create mode 100644 Documentation/hwmon/w83795 rename Documentation/{hwmon => laptops}/hpfall.c (100%) rename Documentation/{hwmon => misc-devices}/lis3lv02d (96%) create mode 100644 drivers/misc/lis3lv02d/Kconfig create mode 100644 drivers/misc/lis3lv02d/Makefile rename drivers/{hwmon => misc/lis3lv02d}/lis3lv02d.c (99%) rename drivers/{hwmon => misc/lis3lv02d}/lis3lv02d.h (100%) rename drivers/{hwmon => misc/lis3lv02d}/lis3lv02d_i2c.c (99%) rename drivers/{hwmon => misc/lis3lv02d}/lis3lv02d_spi.c (98%) rename drivers/{hwmon => platform/x86}/hp_accel.c (99%) Merging hwmon-staging/hwmon-next $ git merge hwmon-staging/hwmon-next Recorded preimage for 'drivers/hwmon/Makefile' Auto-merging drivers/hwmon/Kconfig Auto-merging drivers/hwmon/Makefile CONFLICT (content): Merge conflict in drivers/hwmon/Makefile Auto-merging drivers/misc/lis3lv02d/lis3lv02d_spi.c Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a Recorded resolution for 'drivers/hwmon/Makefile'. [master 66465c7] Merge remote-tracking branch 'hwmon-staging/hwmon-next' $ git diff -M --stat --summary HEAD^.. Documentation/hwmon/lineage-pem | 77 ++++ Documentation/hwmon/max6639 | 49 +++ drivers/hwmon/Kconfig | 21 + drivers/hwmon/Makefile | 2 + drivers/hwmon/lineage-pem.c | 589 ++++++++++++++++++++++++++++ drivers/hwmon/max6639.c | 653 ++++++++++++++++++++++++++++++++ drivers/misc/lis3lv02d/lis3lv02d_spi.c | 19 +- include/linux/i2c/max6639.h | 14 + 8 files changed, 1415 insertions(+), 9 deletions(-) create mode 100644 Documentation/hwmon/lineage-pem create mode 100644 Documentation/hwmon/max6639 create mode 100644 drivers/hwmon/lineage-pem.c create mode 100644 drivers/hwmon/max6639.c create mode 100644 include/linux/i2c/max6639.h Merging quilt/kernel-doc $ git merge quilt/kernel-doc Merge made by recursive. Documentation/kernel-parameters.txt | 24 ++++++++++++++++-------- 1 files changed, 16 insertions(+), 8 deletions(-) Merging v4l-dvb/master $ git merge v4l-dvb/master Auto-merging include/media/s5p_fimc.h Merge made by recursive. Documentation/DocBook/media-entities.tmpl | 8 + Documentation/DocBook/v4l/common.xml | 2 + Documentation/DocBook/v4l/compat.xml | 11 + Documentation/DocBook/v4l/dev-capture.xml | 13 +- Documentation/DocBook/v4l/dev-output.xml | 13 +- Documentation/DocBook/v4l/func-mmap.xml | 10 +- Documentation/DocBook/v4l/func-munmap.xml | 3 +- Documentation/DocBook/v4l/io.xml | 283 +++- Documentation/DocBook/v4l/pixfmt-nv12m.xml | 154 ++ Documentation/DocBook/v4l/pixfmt-yuv420m.xml | 162 ++ Documentation/DocBook/v4l/pixfmt.xml | 118 ++- Documentation/DocBook/v4l/planar-apis.xml | 81 + Documentation/DocBook/v4l/v4l2.xml | 22 +- Documentation/DocBook/v4l/vidioc-enum-fmt.xml | 2 + Documentation/DocBook/v4l/vidioc-g-fmt.xml | 15 +- Documentation/DocBook/v4l/vidioc-qbuf.xml | 24 +- Documentation/DocBook/v4l/vidioc-querybuf.xml | 14 +- Documentation/DocBook/v4l/vidioc-querycap.xml | 24 +- Documentation/dvb/get_dvb_firmware | 8 +- drivers/media/common/tuners/tuner-types.c | 21 + drivers/media/dvb/dvb-usb/Kconfig | 8 + drivers/media/dvb/dvb-usb/Makefile | 3 + drivers/media/dvb/dvb-usb/dib0700.h | 2 + drivers/media/dvb/dvb-usb/dib0700_core.c | 47 +- drivers/media/dvb/dvb-usb/dib0700_devices.c | 1410 ++++++++++++++-- drivers/media/dvb/dvb-usb/dvb-usb-ids.h | 6 + drivers/media/dvb/dvb-usb/dvb-usb-remote.c | 2 +- drivers/media/dvb/dvb-usb/dvb-usb.h | 2 + drivers/media/dvb/dvb-usb/technisat-usb2.c | 807 +++++++++ drivers/media/dvb/frontends/Kconfig | 8 + drivers/media/dvb/frontends/Makefile | 1 + drivers/media/dvb/frontends/dib0090.c | 1595 +++++++++++++---- drivers/media/dvb/frontends/dib0090.h | 31 + drivers/media/dvb/frontends/dib7000p.c | 1945 +++++++++++++++------ drivers/media/dvb/frontends/dib7000p.h | 96 +- drivers/media/dvb/frontends/dib8000.c | 821 ++++++---- drivers/media/dvb/frontends/dib8000.h | 20 + drivers/media/dvb/frontends/dib9000.c | 2350 +++++++++++++++++++++++++ drivers/media/dvb/frontends/dib9000.h | 131 ++ drivers/media/dvb/frontends/dibx000_common.c | 279 +++- drivers/media/dvb/frontends/dibx000_common.h | 152 ++- drivers/media/dvb/frontends/stv090x.c | 286 +++- drivers/media/dvb/frontends/stv090x.h | 16 + drivers/media/dvb/frontends/stv090x_reg.h | 16 +- drivers/media/dvb/ngene/Makefile | 3 + drivers/media/dvb/ngene/ngene-cards.c | 179 ++- drivers/media/dvb/ngene/ngene-core.c | 236 ++- drivers/media/dvb/ngene/ngene-dvb.c | 71 +- drivers/media/dvb/ngene/ngene.h | 24 + drivers/media/rc/keymaps/Makefile | 1 + drivers/media/rc/keymaps/rc-technisat-usb2.c | 93 + drivers/media/video/Kconfig | 36 +- drivers/media/video/Makefile | 7 + drivers/media/video/adv7343.c | 167 +-- drivers/media/video/adv7343_regs.h | 8 +- drivers/media/video/bt819.c | 129 +- drivers/media/video/cs5345.c | 87 +- drivers/media/video/cx18/cx18-av-audio.c | 92 +- drivers/media/video/cx18/cx18-av-core.c | 175 +-- drivers/media/video/cx18/cx18-av-core.h | 12 +- drivers/media/video/cx18/cx18-controls.c | 285 +--- drivers/media/video/cx18/cx18-controls.h | 7 +- drivers/media/video/cx18/cx18-driver.c | 30 +- drivers/media/video/cx18/cx18-driver.h | 2 +- drivers/media/video/cx18/cx18-fileops.c | 32 +- drivers/media/video/cx18/cx18-ioctl.c | 24 +- drivers/media/video/cx18/cx18-mailbox.c | 5 +- drivers/media/video/cx18/cx18-mailbox.h | 5 - drivers/media/video/cx18/cx18-streams.c | 16 +- drivers/media/video/mem2mem_testdev.c | 227 ++-- drivers/media/video/noon010pc30.c | 792 +++++++++ drivers/media/video/s5p-fimc/fimc-capture.c | 550 ++++--- drivers/media/video/s5p-fimc/fimc-core.c | 872 +++++----- drivers/media/video/s5p-fimc/fimc-core.h | 134 +- drivers/media/video/s5p-fimc/fimc-reg.c | 199 ++- drivers/media/video/s5p-fimc/regs-fimc.h | 29 +- drivers/media/video/saa7110.c | 115 +- drivers/media/video/saa7134/saa7134-cards.c | 39 + drivers/media/video/saa7134/saa7134-core.c | 35 +- drivers/media/video/saa7134/saa7134-input.c | 1 + drivers/media/video/saa7134/saa7134.h | 1 + drivers/media/video/tlv320aic23b.c | 74 +- drivers/media/video/tvp514x.c | 236 +-- drivers/media/video/tvp5150.c | 157 +-- drivers/media/video/tvp7002.c | 117 +- drivers/media/video/v4l2-compat-ioctl32.c | 229 ++- drivers/media/video/v4l2-ioctl.c | 455 +++++- drivers/media/video/v4l2-mem2mem.c | 232 ++-- drivers/media/video/videobuf2-core.c | 1804 +++++++++++++++++++ drivers/media/video/videobuf2-dma-contig.c | 185 ++ drivers/media/video/videobuf2-dma-sg.c | 292 +++ drivers/media/video/videobuf2-memops.c | 232 +++ drivers/media/video/videobuf2-vmalloc.c | 132 ++ drivers/media/video/vivi.c | 585 ++++--- drivers/media/video/vpx3220.c | 137 +- drivers/staging/Kconfig | 2 + drivers/staging/Makefile | 1 + drivers/staging/cxd2099/Kconfig | 11 + drivers/staging/cxd2099/Makefile | 5 + drivers/staging/cxd2099/TODO | 12 + drivers/staging/cxd2099/cxd2099.c | 574 ++++++ drivers/staging/cxd2099/cxd2099.h | 41 + include/linux/videodev2.h | 131 ++- include/media/noon010pc30.h | 28 + include/media/rc-map.h | 1 + include/media/{s3c_fimc.h => s5p_fimc.h} | 20 +- include/media/tuner.h | 1 + include/media/v4l2-chip-ident.h | 3 + include/media/v4l2-ioctl.h | 16 + include/media/v4l2-mem2mem.h | 56 +- include/media/videobuf2-core.h | 380 ++++ include/media/videobuf2-dma-contig.h | 29 + include/media/videobuf2-dma-sg.h | 32 + include/media/videobuf2-memops.h | 45 + include/media/videobuf2-vmalloc.h | 20 + 115 files changed, 17691 insertions(+), 4326 deletions(-) create mode 100644 Documentation/DocBook/v4l/pixfmt-nv12m.xml create mode 100644 Documentation/DocBook/v4l/pixfmt-yuv420m.xml create mode 100644 Documentation/DocBook/v4l/planar-apis.xml create mode 100644 drivers/media/dvb/dvb-usb/technisat-usb2.c create mode 100644 drivers/media/dvb/frontends/dib9000.c create mode 100644 drivers/media/dvb/frontends/dib9000.h create mode 100644 drivers/media/rc/keymaps/rc-technisat-usb2.c create mode 100644 drivers/media/video/noon010pc30.c create mode 100644 drivers/media/video/videobuf2-core.c create mode 100644 drivers/media/video/videobuf2-dma-contig.c create mode 100644 drivers/media/video/videobuf2-dma-sg.c create mode 100644 drivers/media/video/videobuf2-memops.c create mode 100644 drivers/media/video/videobuf2-vmalloc.c create mode 100644 drivers/staging/cxd2099/Kconfig create mode 100644 drivers/staging/cxd2099/Makefile create mode 100644 drivers/staging/cxd2099/TODO create mode 100644 drivers/staging/cxd2099/cxd2099.c create mode 100644 drivers/staging/cxd2099/cxd2099.h create mode 100644 include/media/noon010pc30.h rename include/media/{s3c_fimc.h => s5p_fimc.h} (75%) create mode 100644 include/media/videobuf2-core.h create mode 100644 include/media/videobuf2-dma-contig.h create mode 100644 include/media/videobuf2-dma-sg.h create mode 100644 include/media/videobuf2-memops.h create mode 100644 include/media/videobuf2-vmalloc.h Merging kbuild/for-next $ git merge kbuild/for-next Auto-merging Makefile Merge made by recursive. Makefile | 7 +- scripts/extract-ikconfig | 9 +- scripts/setlocalversion | 14 ++- scripts/tags.sh | 9 ++ scripts/unifdef.c | 247 ++++++++++++++++++++++++++++++++++------------ 5 files changed, 211 insertions(+), 75 deletions(-) Merging kconfig/for-next $ git merge kconfig/for-next Already up-to-date! Merge made by recursive. Merging ide/master $ git merge ide/master Already up-to-date. Merging libata/NEXT $ git merge libata/NEXT Merge made by recursive. drivers/ata/Kconfig | 12 +++++ drivers/ata/ahci.c | 5 +- drivers/ata/ahci.h | 6 +-- drivers/ata/ata_generic.c | 2 +- drivers/ata/ata_piix.c | 2 +- drivers/ata/libata-acpi.c | 3 +- drivers/ata/libata-core.c | 54 ++++++++++---------- drivers/ata/libata-eh.c | 58 ++++++++++++++++++--- drivers/ata/libata-scsi.c | 4 +- drivers/ata/libata-sff.c | 2 +- drivers/ata/libata.h | 1 + drivers/ata/pata_acpi.c | 2 +- drivers/ata/pata_at32.c | 2 +- drivers/ata/pata_bf54x.c | 4 +- drivers/ata/pata_hpt3x3.c | 2 +- drivers/ata/pata_it821x.c | 4 +- drivers/ata/pata_ixp4xx_cf.c | 2 +- drivers/ata/pata_macio.c | 3 +- drivers/ata/pata_marvell.c | 2 +- drivers/ata/pata_ninja32.c | 2 +- drivers/ata/pata_octeon_cf.c | 3 +- drivers/ata/pata_palmld.c | 2 +- drivers/ata/pata_pcmcia.c | 2 +- drivers/ata/pata_pdc2027x.c | 6 +-- drivers/ata/pata_pxa.c | 1 - drivers/ata/pata_rb532_cf.c | 1 - drivers/ata/pata_samsung_cf.c | 1 - drivers/ata/pata_scc.c | 2 +- drivers/ata/pata_sis.c | 2 +- drivers/ata/pdc_adma.c | 4 +- drivers/ata/sata_dwc_460ex.c | 75 +++++++++++++++++++++------- drivers/ata/sata_fsl.c | 3 +- drivers/ata/sata_mv.c | 3 +- drivers/ata/sata_nv.c | 14 ++--- drivers/ata/sata_promise.c | 4 +- drivers/ata/sata_qstor.c | 3 +- drivers/ata/sata_sil.c | 3 +- drivers/ata/sata_sil24.c | 3 +- drivers/ata/sata_sis.c | 2 +- drivers/ata/sata_svw.c | 12 ++--- drivers/ata/sata_sx4.c | 5 +- drivers/ata/sata_uli.c | 3 +- drivers/ata/sata_via.c | 9 ++-- drivers/ata/sata_vsc.c | 3 +- drivers/scsi/ipr.c | 9 ++-- drivers/scsi/libsas/sas_ata.c | 94 +++++++++++++++++++++++++++++++---- drivers/scsi/libsas/sas_scsi_host.c | 14 +++++- include/linux/libata.h | 7 +-- include/scsi/sas_ata.h | 22 ++++++++ 49 files changed, 322 insertions(+), 162 deletions(-) Merging infiniband/for-next $ git merge infiniband/for-next Already up-to-date. Merging acpi/test $ git merge acpi/test Merge made by recursive. arch/ia64/include/asm/acpi.h | 6 +- arch/ia64/kernel/acpi.c | 14 +---- arch/x86/include/asm/acpi.h | 5 +- arch/x86/kernel/acpi/sleep.c | 13 +--- arch/x86/kernel/acpi/sleep.h | 2 + drivers/acpi/button.c | 11 ++- drivers/acpi/nvs.c | 22 ++++++- drivers/acpi/osl.c | 139 ++++++++++++++++++++++++------------------ drivers/acpi/scan.c | 1 - drivers/acpi/sleep.c | 28 ++------- drivers/pci/pci-acpi.c | 16 +---- include/acpi/acpi_bus.h | 1 - include/linux/acpi_io.h | 3 +- 13 files changed, 127 insertions(+), 134 deletions(-) Merging idle-test/idle-test $ git merge idle-test/idle-test Merge made by recursive. arch/x86/include/asm/msr-index.h | 4 ++++ drivers/idle/intel_idle.c | 20 ++++++++++++++++++++ 2 files changed, 24 insertions(+), 0 deletions(-) Merging powertools/tools-test $ git merge powertools/tools-test Already up-to-date. Merging ieee1394/for-next $ git merge ieee1394/for-next Merge made by recursive. drivers/firewire/core-card.c | 5 ++- drivers/firewire/core-cdev.c | 54 ++++++++++++++++++---------------- drivers/firewire/core-device.c | 3 +- drivers/firewire/core-topology.c | 2 +- drivers/firewire/ohci.c | 59 +++++++++++++++++++++++++++++++++++-- include/linux/firewire.h | 2 +- 6 files changed, 91 insertions(+), 34 deletions(-) Merging ubi/linux-next $ git merge ubi/linux-next Merge made by recursive. drivers/mtd/ubi/build.c | 4 ++- drivers/mtd/ubi/io.c | 43 +++++++++++++++++++++--- drivers/mtd/ubi/scan.c | 86 ++++++++++++++++++++++++++++++----------------- drivers/mtd/ubi/scan.h | 2 + 4 files changed, 98 insertions(+), 37 deletions(-) Merging kvm/linux-next $ git merge kvm/linux-next Auto-merging arch/x86/include/asm/msr-index.h Auto-merging include/linux/sched.h Merge made by recursive. arch/ia64/kvm/kvm-ia64.c | 2 + arch/powerpc/kvm/book3s.c | 14 +- arch/powerpc/kvm/booke.c | 14 +- arch/x86/include/asm/kvm_emulate.h | 1 + arch/x86/include/asm/kvm_host.h | 4 +- arch/x86/include/asm/msr-index.h | 1 + arch/x86/kernel/kvm.c | 2 +- arch/x86/kvm/emulate.c | 12 +- arch/x86/kvm/i8259.c | 25 +-- arch/x86/kvm/lapic.c | 4 - arch/x86/kvm/mmu.c | 16 +- arch/x86/kvm/svm.c | 22 ++- arch/x86/kvm/vmx.c | 72 +++++-- arch/x86/kvm/x86.c | 117 +++++----- drivers/infiniband/hw/ipath/ipath_user_pages.c | 6 +- drivers/infiniband/hw/qib/qib_user_pages.c | 6 +- include/asm-generic/cputime.h | 3 + include/asm-generic/errno.h | 2 + include/linux/interrupt.h | 7 + include/linux/jiffies.h | 1 + include/linux/kvm_host.h | 31 ++- include/linux/mm.h | 13 +- include/linux/sched.h | 13 +- kernel/fork.c | 1 + kernel/pid.c | 2 + kernel/sched.c | 274 +++++++++++++++++++++--- kernel/sched_debug.c | 2 +- kernel/sched_fair.c | 271 ++++++++++++++++-------- kernel/sched_idletask.c | 26 +-- kernel/sched_rt.c | 19 +- kernel/sched_stoptask.c | 7 +- kernel/softirq.c | 3 +- kernel/sysctl.c | 7 - kernel/time.c | 23 ++- mm/internal.h | 5 - mm/memory-failure.c | 32 --- mm/memory.c | 63 +++++- virt/kvm/kvm_main.c | 139 +++++++++---- 38 files changed, 855 insertions(+), 407 deletions(-) Merging dlm/next $ git merge dlm/next Already up-to-date. Merging swiotlb/master $ git merge swiotlb/master Already up-to-date. Merging ibft/master $ git merge ibft/master Already up-to-date. Merging scsi/master $ git merge scsi/master Resolved 'drivers/scsi/libsas/sas_ata.c' using previous resolution. Resolved 'drivers/scsi/libsas/sas_scsi_host.c' using previous resolution. Auto-merging MAINTAINERS Auto-merging drivers/message/fusion/mptctl.c Auto-merging drivers/scsi/arcmsr/arcmsr_hba.c Auto-merging drivers/scsi/fcoe/fcoe_ctlr.c Auto-merging drivers/scsi/ipr.c Auto-merging drivers/scsi/libsas/sas_ata.c CONFLICT (content): Merge conflict in drivers/scsi/libsas/sas_ata.c Auto-merging drivers/scsi/libsas/sas_scsi_host.c CONFLICT (content): Merge conflict in drivers/scsi/libsas/sas_scsi_host.c Removing drivers/scsi/mpt2sas/mpi/mpi2_history.txt Auto-merging drivers/scsi/mpt2sas/mpt2sas_base.c Auto-merging drivers/scsi/mpt2sas/mpt2sas_scsih.c Auto-merging include/scsi/scsi.h Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master 1b8d20d] Merge remote-tracking branch 'scsi/master' $ git diff -M --stat --summary HEAD^.. Documentation/scsi/hpsa.txt | 11 + Documentation/scsi/scsi_mid_low_api.txt | 14 +- MAINTAINERS | 3 +- block/blk-core.c | 23 +- drivers/md/dm-mpath.c | 22 +- drivers/message/fusion/lsi/mpi_cnfg.h | 1 + drivers/message/fusion/lsi/mpi_ioc.h | 1 + drivers/message/fusion/mptbase.c | 7 +- drivers/message/fusion/mptctl.c | 4 +- drivers/message/fusion/mptsas.c | 7 +- drivers/scsi/NCR5380.c | 3 +- drivers/scsi/arcmsr/arcmsr_hba.c | 4 +- drivers/scsi/bnx2i/bnx2i_hwi.c | 3 + drivers/scsi/cxgbi/cxgb3i/cxgb3i.c | 51 +-- drivers/scsi/cxgbi/cxgb3i/cxgb3i.h | 19 +- drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 2 - drivers/scsi/cxgbi/libcxgbi.c | 30 +- drivers/scsi/cxgbi/libcxgbi.h | 3 - drivers/scsi/device_handler/scsi_dh.c | 112 ++--- drivers/scsi/device_handler/scsi_dh_alua.c | 18 +- drivers/scsi/device_handler/scsi_dh_emc.c | 2 +- drivers/scsi/device_handler/scsi_dh_hp_sw.c | 7 +- drivers/scsi/device_handler/scsi_dh_rdac.c | 25 +- drivers/scsi/fcoe/Makefile | 2 + drivers/scsi/fcoe/fcoe.c | 563 +++++++------------- drivers/scsi/fcoe/fcoe.h | 44 +-- drivers/scsi/fcoe/{libfcoe.c => fcoe_ctlr.c} | 40 +-- drivers/scsi/fcoe/fcoe_transport.c | 726 ++++++++++++++++++++++++++ drivers/scsi/fcoe/libfcoe.h | 31 ++ drivers/scsi/fnic/fnic.h | 2 +- drivers/scsi/fnic/vnic_dev.c | 2 +- drivers/scsi/hpsa.c | 325 +++++++----- drivers/scsi/hpsa.h | 9 +- drivers/scsi/hpsa_cmd.h | 4 +- drivers/scsi/ipr.c | 9 +- drivers/scsi/libfc/fc_exch.c | 103 +++- drivers/scsi/libfc/fc_fcp.c | 39 +- drivers/scsi/libfc/fc_libfc.c | 120 +++++ drivers/scsi/libfc/fc_libfc.h | 14 + drivers/scsi/libfc/fc_lport.c | 68 +++- drivers/scsi/libfc/fc_npiv.c | 1 + drivers/scsi/libfc/fc_rport.c | 190 ++++++-- drivers/scsi/libsas/Kconfig | 8 - drivers/scsi/libsas/Makefile | 4 - drivers/scsi/libsas/sas_ata.c | 67 +-- drivers/scsi/libsas/sas_dump.c | 4 - drivers/scsi/libsas/sas_dump.h | 12 - drivers/scsi/libsas/sas_internal.h | 6 +- drivers/scsi/libsas/sas_scsi_host.c | 4 +- drivers/scsi/megaraid/megaraid_sas_base.c | 9 +- drivers/scsi/mpt2sas/mpi/mpi2.h | 5 +- drivers/scsi/mpt2sas/mpi/mpi2_cnfg.h | 6 +- drivers/scsi/mpt2sas/mpi/mpi2_history.txt | 384 -------------- drivers/scsi/mpt2sas/mpi/mpi2_sas.h | 7 +- drivers/scsi/mpt2sas/mpi/mpi2_tool.h | 8 +- drivers/scsi/mpt2sas/mpt2sas_base.c | 128 +++-- drivers/scsi/mpt2sas/mpt2sas_base.h | 40 ++- drivers/scsi/mpt2sas/mpt2sas_scsih.c | 1 - drivers/scsi/osd/osd_initiator.c | 20 +- drivers/scsi/pm8001/pm8001_hwi.c | 37 +- drivers/scsi/pm8001/pm8001_init.c | 27 +- drivers/scsi/pm8001/pm8001_sas.h | 10 +- drivers/scsi/pmcraid.c | 2 +- drivers/scsi/scsi_devinfo.c | 85 +++ drivers/scsi/scsi_error.c | 24 +- drivers/scsi/scsi_lib.c | 28 +- drivers/scsi/scsi_priv.h | 2 + include/scsi/libfc.h | 74 +++- include/scsi/libfcoe.h | 99 ++++ include/scsi/scsi.h | 5 + include/scsi/scsi_device.h | 1 + 71 files changed, 2289 insertions(+), 1482 deletions(-) rename drivers/scsi/fcoe/{libfcoe.c => fcoe_ctlr.c} (98%) create mode 100644 drivers/scsi/fcoe/fcoe_transport.c create mode 100644 drivers/scsi/fcoe/libfcoe.h delete mode 100644 drivers/scsi/mpt2sas/mpi/mpi2_history.txt Merging async_tx/next $ git merge async_tx/next Merge made by recursive. arch/arm/plat-nomadik/include/plat/ste_dma40.h | 22 +- arch/avr32/mach-at32ap/at32ap700x.c | 6 + drivers/dma/dw_dmac.c | 36 +- drivers/dma/ste_dma40.c | 1402 +++++++++++------------- drivers/dma/ste_dma40_ll.c | 218 ++--- drivers/dma/ste_dma40_ll.h | 66 +- include/linux/dw_dmac.h | 5 + 7 files changed, 794 insertions(+), 961 deletions(-) Merging net/master $ git merge net/master Auto-merging Documentation/feature-removal-schedule.txt Auto-merging MAINTAINERS Auto-merging drivers/net/wireless/ath/ath5k/phy.c Auto-merging drivers/net/wireless/ath/ath9k/ath9k.h Auto-merging drivers/net/wireless/ath/ath9k/init.c Auto-merging drivers/net/wireless/ath/ath9k/main.c Removing drivers/net/wireless/ath/ath9k/virtual.c Auto-merging drivers/net/wireless/rt2x00/rt2800pci.c Auto-merging include/linux/interrupt.h Removing net/ipv4/fib_hash.c Auto-merging net/mac80211/iface.c Auto-merging net/mac80211/mlme.c Auto-merging net/sched/sch_generic.c Merge made by recursive. Documentation/feature-removal-schedule.txt | 7 + Documentation/networking/batman-adv.txt | 16 +- Documentation/networking/ip-sysctl.txt | 11 + MAINTAINERS | 2 + drivers/infiniband/hw/nes/nes.c | 3 +- drivers/infiniband/hw/nes/nes_cm.c | 2 +- drivers/net/Kconfig | 3 +- drivers/net/atl1c/atl1c_hw.c | 15 +- drivers/net/atl1c/atl1c_hw.h | 43 +- drivers/net/atl1c/atl1c_main.c | 1 - drivers/net/atl1e/atl1e_ethtool.c | 12 +- drivers/net/atl1e/atl1e_hw.c | 34 +- drivers/net/atl1e/atl1e_hw.h | 111 +- drivers/net/atl1e/atl1e_main.c | 4 +- drivers/net/atlx/atl1.c | 77 +- drivers/net/benet/be.h | 5 +- drivers/net/benet/be_cmds.c | 29 +- drivers/net/benet/be_cmds.h | 8 +- drivers/net/benet/be_ethtool.c | 40 +- drivers/net/benet/be_main.c | 209 +- drivers/net/bna/bnad.c | 108 +- drivers/net/bna/bnad.h | 2 +- drivers/net/bnx2.c | 8 +- drivers/net/bnx2.h | 4 +- drivers/net/bnx2x/bnx2x.h | 33 +- drivers/net/bnx2x/bnx2x_cmn.c | 70 +- drivers/net/bnx2x/bnx2x_cmn.h | 6 +- drivers/net/bnx2x/bnx2x_ethtool.c | 58 +- drivers/net/bnx2x/bnx2x_hsi.h | 114 +- drivers/net/bnx2x/bnx2x_link.c | 2527 +++++++------ drivers/net/bnx2x/bnx2x_link.h | 34 +- drivers/net/bnx2x/bnx2x_main.c | 591 +++- drivers/net/bnx2x/bnx2x_reg.h | 1 + drivers/net/bonding/bond_main.c | 20 +- drivers/net/bonding/bond_sysfs.c | 4 +- drivers/net/can/Kconfig | 2 + drivers/net/can/Makefile | 1 + drivers/net/can/c_can/Kconfig | 15 + drivers/net/can/c_can/Makefile | 8 + drivers/net/can/c_can/c_can.c | 1158 ++++++ drivers/net/can/c_can/c_can.h | 86 + drivers/net/can/c_can/c_can_platform.c | 215 ++ drivers/net/cnic.c | 170 +- drivers/net/cnic.h | 2 +- drivers/net/cnic_if.h | 8 +- drivers/net/cxgb3/cxgb3_offload.c | 5 +- drivers/net/cxgb4/cxgb4_main.c | 1 - drivers/net/e1000e/e1000.h | 5 +- drivers/net/e1000e/ethtool.c | 65 +- drivers/net/e1000e/ich8lan.c | 3 +- drivers/net/e1000e/lib.c | 4 +- drivers/net/e1000e/netdev.c | 123 +- drivers/net/e1000e/phy.c | 8 +- drivers/net/enic/Makefile | 2 +- drivers/net/enic/enic.h | 11 +- drivers/net/enic/enic_dev.c | 221 ++ drivers/net/enic/enic_dev.h | 41 + drivers/net/enic/enic_main.c | 324 +-- drivers/net/enic/vnic_dev.c | 19 - drivers/net/enic/vnic_dev.h | 8 - drivers/net/enic/vnic_rq.h | 5 - drivers/net/fec.c | 650 ++-- drivers/net/hamradio/bpqether.c | 5 +- drivers/net/igb/e1000_82575.c | 11 +- drivers/net/igb/e1000_hw.h | 1 + drivers/net/igb/e1000_mbx.c | 38 +- drivers/net/igb/igb_main.c | 10 +- drivers/net/ixgbe/ixgbe.h | 5 +- drivers/net/ixgbe/ixgbe_common.h | 4 +- drivers/net/ixgbe/ixgbe_dcb.c | 177 +- drivers/net/ixgbe/ixgbe_dcb.h | 10 +- drivers/net/ixgbe/ixgbe_dcb_82598.c | 94 +- drivers/net/ixgbe/ixgbe_dcb_82598.h | 23 +- drivers/net/ixgbe/ixgbe_dcb_82599.c | 115 +- drivers/net/ixgbe/ixgbe_dcb_82599.h | 24 +- drivers/net/ixgbe/ixgbe_dcb_nl.c | 211 +- drivers/net/ixgbe/ixgbe_ethtool.c | 34 +- drivers/net/ixgbe/ixgbe_main.c | 22 +- drivers/net/ixgbe/ixgbe_mbx.c | 2 + drivers/net/ixgbe/ixgbe_mbx.h | 2 + drivers/net/jme.c | 306 ++- drivers/net/jme.h | 87 +- drivers/net/loopback.c | 9 +- drivers/net/macvtap.c | 18 +- drivers/net/myri10ge/myri10ge.c | 4 +- drivers/net/phy/Kconfig | 1 - drivers/net/phy/micrel.c | 24 +- drivers/net/ppp_generic.c | 148 +- drivers/net/sfc/efx.c | 31 +- drivers/net/sfc/efx.h | 2 + drivers/net/sfc/ethtool.c | 10 +- drivers/net/sfc/net_driver.h | 66 +- drivers/net/sfc/nic.c | 51 +- drivers/net/sfc/regs.h | 6 + drivers/net/sfc/selftest.c | 2 +- drivers/net/sfc/tx.c | 90 +- drivers/net/smc91x.c | 13 + drivers/net/sungem.c | 58 +- drivers/net/sungem.h | 1 - drivers/net/tg3.c | 161 +- drivers/net/tg3.h | 13 +- drivers/net/tlan.c | 3775 ++++++++++---------- drivers/net/tlan.h | 192 +- drivers/net/tun.c | 2 +- drivers/net/typhoon.c | 3 +- drivers/net/veth.c | 12 - drivers/net/via-velocity.c | 9 + drivers/net/via-velocity.h | 8 +- drivers/net/vxge/vxge-config.c | 32 +- drivers/net/vxge/vxge-config.h | 10 + drivers/net/vxge/vxge-main.c | 216 +- drivers/net/vxge/vxge-main.h | 23 +- drivers/net/vxge/vxge-traffic.c | 116 +- drivers/net/vxge/vxge-traffic.h | 14 +- drivers/net/vxge/vxge-version.h | 4 +- drivers/net/wireless/ath/ar9170/main.c | 3 +- drivers/net/wireless/ath/ath.h | 2 + drivers/net/wireless/ath/ath5k/Kconfig | 11 + drivers/net/wireless/ath/ath5k/ahb.c | 7 +- drivers/net/wireless/ath/ath5k/ath5k.h | 18 +- drivers/net/wireless/ath/ath5k/attach.c | 4 +- drivers/net/wireless/ath/ath5k/base.c | 114 +- drivers/net/wireless/ath/ath5k/base.h | 3 - drivers/net/wireless/ath/ath5k/caps.c | 48 +- drivers/net/wireless/ath/ath5k/debug.c | 20 - drivers/net/wireless/ath/ath5k/debug.h | 10 - drivers/net/wireless/ath/ath5k/eeprom.c | 24 +- drivers/net/wireless/ath/ath5k/eeprom.h | 28 +- drivers/net/wireless/ath/ath5k/mac80211-ops.c | 9 + drivers/net/wireless/ath/ath5k/pci.c | 9 +- drivers/net/wireless/ath/ath5k/phy.c | 142 +- drivers/net/wireless/ath/ath5k/qcu.c | 46 +- drivers/net/wireless/ath/ath5k/reg.h | 15 +- drivers/net/wireless/ath/ath5k/trace.h | 107 + drivers/net/wireless/ath/ath9k/Makefile | 1 - drivers/net/wireless/ath/ath9k/ahb.c | 13 +- drivers/net/wireless/ath/ath9k/ar9002_calib.c | 5 +- drivers/net/wireless/ath/ath9k/ar9003_eeprom.c | 26 +- drivers/net/wireless/ath/ath9k/ar9003_mac.c | 8 +- drivers/net/wireless/ath/ath9k/ar9003_phy.h | 2 + drivers/net/wireless/ath/ath9k/ath9k.h | 110 +- drivers/net/wireless/ath/ath9k/beacon.c | 39 +- drivers/net/wireless/ath/ath9k/calib.c | 5 +- drivers/net/wireless/ath/ath9k/common.c | 11 + drivers/net/wireless/ath/ath9k/common.h | 4 +- drivers/net/wireless/ath/ath9k/debug.c | 440 ++- drivers/net/wireless/ath/ath9k/debug.h | 17 +- drivers/net/wireless/ath/ath9k/eeprom.c | 32 + drivers/net/wireless/ath/ath9k/eeprom.h | 2 + drivers/net/wireless/ath/ath9k/eeprom_4k.c | 41 +- drivers/net/wireless/ath/ath9k/eeprom_9287.c | 45 +- drivers/net/wireless/ath/ath9k/eeprom_def.c | 38 +- drivers/net/wireless/ath/ath9k/gpio.c | 3 +- drivers/net/wireless/ath/ath9k/htc.h | 3 +- drivers/net/wireless/ath/ath9k/htc_drv_gpio.c | 3 +- drivers/net/wireless/ath/ath9k/htc_drv_init.c | 29 + drivers/net/wireless/ath/ath9k/htc_drv_main.c | 33 +- drivers/net/wireless/ath/ath9k/hw.c | 64 +- drivers/net/wireless/ath/ath9k/hw.h | 4 + drivers/net/wireless/ath/ath9k/init.c | 35 +- drivers/net/wireless/ath/ath9k/mac.c | 14 +- drivers/net/wireless/ath/ath9k/mac.h | 2 + drivers/net/wireless/ath/ath9k/main.c | 689 ++-- drivers/net/wireless/ath/ath9k/pci.c | 20 +- drivers/net/wireless/ath/ath9k/rc.c | 3 +- drivers/net/wireless/ath/ath9k/recv.c | 171 +- drivers/net/wireless/ath/ath9k/reg.h | 17 + drivers/net/wireless/ath/ath9k/virtual.c | 717 ---- drivers/net/wireless/ath/ath9k/xmit.c | 280 +- drivers/net/wireless/ath/carl9170/carl9170.h | 1 + drivers/net/wireless/ath/carl9170/fw.c | 15 + drivers/net/wireless/ath/carl9170/fwcmd.h | 1 + drivers/net/wireless/ath/carl9170/fwdesc.h | 28 +- drivers/net/wireless/ath/carl9170/hw.h | 25 + drivers/net/wireless/ath/carl9170/main.c | 9 +- drivers/net/wireless/ath/carl9170/tx.c | 3 + drivers/net/wireless/ath/carl9170/version.h | 8 +- drivers/net/wireless/ath/carl9170/wlan.h | 20 +- drivers/net/wireless/ath/key.c | 5 +- drivers/net/wireless/ath/regd.c | 7 + drivers/net/wireless/ath/regd.h | 1 + drivers/net/wireless/ipw2x00/ipw2100.c | 2 +- drivers/net/wireless/iwlwifi/Kconfig | 26 +- drivers/net/wireless/iwlwifi/Makefile | 1 + drivers/net/wireless/iwlwifi/iwl-2000.c | 560 +++ drivers/net/wireless/iwlwifi/iwl-3945-led.c | 27 - drivers/net/wireless/iwlwifi/iwl-3945.c | 12 +- drivers/net/wireless/iwlwifi/iwl-4965.c | 39 +- drivers/net/wireless/iwlwifi/iwl-6000.c | 55 +- drivers/net/wireless/iwlwifi/iwl-agn-calib.c | 9 +- drivers/net/wireless/iwlwifi/iwl-agn-debugfs.c | 12 +- drivers/net/wireless/iwlwifi/iwl-agn-hcmd.c | 18 +- drivers/net/wireless/iwlwifi/iwl-agn-led.c | 14 +- drivers/net/wireless/iwlwifi/iwl-agn-led.h | 1 + drivers/net/wireless/iwlwifi/iwl-agn-lib.c | 79 +- drivers/net/wireless/iwlwifi/iwl-agn-rs.c | 29 +- drivers/net/wireless/iwlwifi/iwl-agn-rs.h | 1 + drivers/net/wireless/iwlwifi/iwl-agn-rx.c | 15 +- drivers/net/wireless/iwlwifi/iwl-agn-rxon.c | 43 +- drivers/net/wireless/iwlwifi/iwl-agn-tx.c | 9 +- drivers/net/wireless/iwlwifi/iwl-agn-ucode.c | 8 - drivers/net/wireless/iwlwifi/iwl-agn.c | 263 ++- drivers/net/wireless/iwlwifi/iwl-agn.h | 30 +- drivers/net/wireless/iwlwifi/iwl-commands.h | 14 +- drivers/net/wireless/iwlwifi/iwl-core.c | 27 +- drivers/net/wireless/iwlwifi/iwl-core.h | 28 +- drivers/net/wireless/iwlwifi/iwl-csr.h | 16 +- drivers/net/wireless/iwlwifi/iwl-debugfs.c | 117 +- drivers/net/wireless/iwlwifi/iwl-dev.h | 61 +- drivers/net/wireless/iwlwifi/iwl-eeprom.h | 26 +- drivers/net/wireless/iwlwifi/iwl-hcmd.c | 1 + drivers/net/wireless/iwlwifi/iwl-led.c | 201 +- drivers/net/wireless/iwlwifi/iwl-led.h | 16 +- drivers/net/wireless/iwlwifi/iwl-legacy.c | 9 +- drivers/net/wireless/iwlwifi/iwl-power.c | 9 +- drivers/net/wireless/iwlwifi/iwl-scan.c | 3 +- drivers/net/wireless/iwlwifi/iwl3945-base.c | 27 +- drivers/net/wireless/iwmc3200wifi/cfg80211.c | 3 +- drivers/net/wireless/iwmc3200wifi/rx.c | 7 +- drivers/net/wireless/libertas/cfg.c | 6 +- drivers/net/wireless/libertas/cmd.c | 10 +- drivers/net/wireless/libertas/dev.h | 2 + drivers/net/wireless/libertas/if_spi.c | 368 ++- drivers/net/wireless/libertas/main.c | 77 +- drivers/net/wireless/mac80211_hwsim.c | 3 +- drivers/net/wireless/mwl8k.c | 456 +++- drivers/net/wireless/rt2x00/rt2400pci.c | 165 +- drivers/net/wireless/rt2x00/rt2500pci.c | 159 +- drivers/net/wireless/rt2x00/rt2500usb.c | 4 - drivers/net/wireless/rt2x00/rt2800.h | 10 + drivers/net/wireless/rt2x00/rt2800lib.c | 107 +- drivers/net/wireless/rt2x00/rt2800lib.h | 4 +- drivers/net/wireless/rt2x00/rt2800pci.c | 228 +- drivers/net/wireless/rt2x00/rt2800usb.c | 9 +- drivers/net/wireless/rt2x00/rt2x00.h | 35 +- drivers/net/wireless/rt2x00/rt2x00dev.c | 74 +- drivers/net/wireless/rt2x00/rt2x00lib.h | 24 +- drivers/net/wireless/rt2x00/rt2x00link.c | 7 +- drivers/net/wireless/rt2x00/rt2x00mac.c | 44 +- drivers/net/wireless/rt2x00/rt2x00pci.c | 7 +- drivers/net/wireless/rt2x00/rt2x00queue.c | 60 +- drivers/net/wireless/rt2x00/rt2x00reg.h | 2 - drivers/net/wireless/rt2x00/rt2x00usb.c | 8 +- drivers/net/wireless/rt2x00/rt61pci.c | 226 +- drivers/net/wireless/rt2x00/rt73usb.c | 49 +- drivers/net/wireless/rtlwifi/core.c | 3 +- drivers/net/wireless/wl1251/acx.c | 53 + drivers/net/wireless/wl1251/acx.h | 72 + drivers/net/wireless/wl1251/event.c | 18 + drivers/net/wireless/wl1251/main.c | 18 +- drivers/net/wireless/wl1251/ps.c | 11 + drivers/net/wireless/wl1251/rx.c | 49 +- drivers/net/wireless/wl1251/tx.c | 74 +- drivers/net/wireless/wl1251/wl1251.h | 7 + drivers/net/wireless/wl12xx/acx.c | 160 +- drivers/net/wireless/wl12xx/acx.h | 91 +- drivers/net/wireless/wl12xx/boot.c | 35 +- drivers/net/wireless/wl12xx/cmd.c | 308 ++- drivers/net/wireless/wl12xx/cmd.h | 147 +- drivers/net/wireless/wl12xx/conf.h | 76 +- drivers/net/wireless/wl12xx/debugfs.c | 49 +- drivers/net/wireless/wl12xx/event.c | 7 +- drivers/net/wireless/wl12xx/event.h | 8 +- drivers/net/wireless/wl12xx/init.c | 387 ++- drivers/net/wireless/wl12xx/init.h | 2 +- drivers/net/wireless/wl12xx/main.c | 1116 +++++-- drivers/net/wireless/wl12xx/rx.c | 16 +- drivers/net/wireless/wl12xx/rx.h | 11 +- drivers/net/wireless/wl12xx/sdio.c | 1 + drivers/net/wireless/wl12xx/spi.c | 2 + drivers/net/wireless/wl12xx/tx.c | 105 +- drivers/net/wireless/wl12xx/tx.h | 10 +- drivers/net/wireless/wl12xx/wl12xx.h | 88 +- drivers/net/wireless/wl12xx/wl12xx_80211.h | 11 +- drivers/net/wireless/zd1211rw/zd_chip.c | 134 +- drivers/net/wireless/zd1211rw/zd_chip.h | 5 +- drivers/net/wireless/zd1211rw/zd_mac.c | 448 ++- drivers/net/wireless/zd1211rw/zd_mac.h | 24 +- drivers/net/wireless/zd1211rw/zd_usb.c | 444 ++- drivers/net/wireless/zd1211rw/zd_usb.h | 30 +- include/linux/audit.h | 2 + include/linux/cpu_rmap.h | 73 + include/linux/dcbnl.h | 5 + include/linux/dccp.h | 2 - include/linux/ethtool.h | 86 +- include/linux/if_link.h | 1 + include/linux/inetdevice.h | 1 + include/linux/interrupt.h | 33 +- include/linux/ip_vs.h | 8 + include/linux/irqdesc.h | 3 + include/linux/micrel_phy.h | 16 + include/linux/netdevice.h | 212 +- include/linux/netfilter.h | 27 +- include/linux/netfilter/Kbuild | 6 + include/linux/netfilter/ipset/Kbuild | 4 + include/linux/netfilter/ipset/ip_set.h | 452 +++ include/linux/netfilter/ipset/ip_set_ahash.h | 1074 ++++++ include/linux/netfilter/ipset/ip_set_bitmap.h | 31 + include/linux/netfilter/ipset/ip_set_getport.h | 21 + include/linux/netfilter/ipset/ip_set_hash.h | 26 + include/linux/netfilter/ipset/ip_set_list.h | 27 + include/linux/netfilter/ipset/ip_set_timeout.h | 127 + include/linux/netfilter/ipset/pfxlen.h | 35 + include/linux/netfilter/nf_conntrack_snmp.h | 9 + include/linux/netfilter/nfnetlink.h | 3 +- include/linux/netfilter/nfnetlink_conntrack.h | 9 + include/linux/netfilter/x_tables.h | 3 +- include/linux/netfilter/xt_AUDIT.h | 30 + include/linux/netfilter/xt_CT.h | 12 +- include/linux/netfilter/xt_NFQUEUE.h | 6 + include/linux/netfilter/xt_TCPOPTSTRIP.h | 4 +- include/linux/netfilter/xt_TPROXY.h | 10 +- include/linux/netfilter/xt_cluster.h | 10 +- include/linux/netfilter/xt_comment.h | 2 +- include/linux/netfilter/xt_connlimit.h | 16 +- include/linux/netfilter/xt_conntrack.h | 15 + include/linux/netfilter/xt_devgroup.h | 21 + include/linux/netfilter/xt_quota.h | 8 +- include/linux/netfilter/xt_set.h | 56 + include/linux/netfilter/xt_socket.h | 2 + include/linux/netfilter/xt_time.h | 16 +- include/linux/netfilter/xt_u32.h | 18 +- include/linux/netfilter_bridge/ebt_802_3.h | 26 +- include/linux/netfilter_bridge/ebt_among.h | 4 +- include/linux/netfilter_bridge/ebt_arp.h | 6 +- include/linux/netfilter_bridge/ebt_ip.h | 14 +- include/linux/netfilter_bridge/ebt_ip6.h | 25 +- include/linux/netfilter_bridge/ebt_limit.h | 10 +- include/linux/netfilter_bridge/ebt_log.h | 8 +- include/linux/netfilter_bridge/ebt_mark_m.h | 6 +- include/linux/netfilter_bridge/ebt_nflog.h | 12 +- include/linux/netfilter_bridge/ebt_pkttype.h | 6 +- include/linux/netfilter_bridge/ebt_stp.h | 26 +- include/linux/netfilter_bridge/ebt_ulog.h | 4 +- include/linux/netfilter_bridge/ebt_vlan.h | 10 +- include/linux/netfilter_ipv4/ipt_CLUSTERIP.h | 16 +- include/linux/netfilter_ipv4/ipt_ECN.h | 8 +- include/linux/netfilter_ipv4/ipt_SAME.h | 8 +- include/linux/netfilter_ipv4/ipt_TTL.h | 6 +- include/linux/netfilter_ipv4/ipt_addrtype.h | 16 +- include/linux/netfilter_ipv4/ipt_ah.h | 6 +- include/linux/netfilter_ipv4/ipt_ecn.h | 10 +- include/linux/netfilter_ipv4/ipt_ttl.h | 6 +- include/linux/netfilter_ipv6/ip6t_HL.h | 6 +- include/linux/netfilter_ipv6/ip6t_REJECT.h | 4 +- include/linux/netfilter_ipv6/ip6t_ah.h | 10 +- include/linux/netfilter_ipv6/ip6t_frag.h | 10 +- include/linux/netfilter_ipv6/ip6t_hl.h | 6 +- include/linux/netfilter_ipv6/ip6t_ipv6header.h | 8 +- include/linux/netfilter_ipv6/ip6t_mh.h | 6 +- include/linux/netfilter_ipv6/ip6t_opts.h | 12 +- include/linux/netfilter_ipv6/ip6t_rt.h | 13 +- include/linux/pkt_sched.h | 41 + include/linux/skbuff.h | 11 +- include/linux/xfrm.h | 1 + include/net/cfg80211.h | 3 +- include/net/dst.h | 119 +- include/net/dst_ops.h | 1 + include/net/flow.h | 3 +- include/net/icmp.h | 3 - include/net/ieee80211_radiotap.h | 25 + include/net/inet_sock.h | 8 +- include/net/inetpeer.h | 44 +- include/net/ip6_fib.h | 1 + include/net/ip_fib.h | 27 +- include/net/ip_vs.h | 297 ++- include/net/mac80211.h | 78 +- include/net/net_namespace.h | 2 + include/net/netevent.h | 1 - include/net/netfilter/nf_conntrack.h | 23 +- include/net/netfilter/nf_conntrack_ecache.h | 12 +- include/net/netfilter/nf_conntrack_extend.h | 10 + include/net/netfilter/nf_conntrack_helper.h | 6 + include/net/netfilter/nf_conntrack_l3proto.h | 2 +- include/net/netfilter/nf_conntrack_timestamp.h | 65 + include/net/netfilter/nf_nat.h | 6 + include/net/netfilter/nf_nat_core.h | 4 +- include/net/netlink.h | 9 + include/net/netns/conntrack.h | 4 +- include/net/netns/ip_vs.h | 143 + include/net/netns/ipv4.h | 1 - include/net/protocol.h | 4 +- include/net/route.h | 7 + include/net/sch_generic.h | 59 +- include/net/sock.h | 2 +- include/net/tcp.h | 16 +- include/net/udp.h | 2 +- include/net/xfrm.h | 1 + kernel/audit.c | 2 + kernel/irq/manage.c | 82 + lib/Kconfig | 4 + lib/Makefile | 2 + lib/cpu_rmap.c | 269 ++ net/8021q/vlan.c | 2 +- net/9p/trans_rdma.c | 1 - net/Kconfig | 6 + net/batman-adv/Makefile | 2 +- net/batman-adv/aggregation.c | 2 +- net/batman-adv/aggregation.h | 2 +- net/batman-adv/bat_debugfs.c | 6 +- net/batman-adv/bat_debugfs.h | 2 +- net/batman-adv/bat_sysfs.c | 2 +- net/batman-adv/bat_sysfs.h | 2 +- net/batman-adv/bitarray.c | 2 +- net/batman-adv/bitarray.h | 2 +- net/batman-adv/gateway_client.c | 2 +- net/batman-adv/gateway_client.h | 2 +- net/batman-adv/gateway_common.c | 2 +- net/batman-adv/gateway_common.h | 2 +- net/batman-adv/hard-interface.c | 13 +- net/batman-adv/hard-interface.h | 6 +- net/batman-adv/hash.c | 2 +- net/batman-adv/hash.h | 7 +- net/batman-adv/icmp_socket.c | 3 +- net/batman-adv/icmp_socket.h | 4 +- net/batman-adv/main.c | 3 +- net/batman-adv/main.h | 17 +- net/batman-adv/originator.c | 4 +- net/batman-adv/originator.h | 2 +- net/batman-adv/packet.h | 3 +- net/batman-adv/ring_buffer.c | 2 +- net/batman-adv/ring_buffer.h | 2 +- net/batman-adv/routing.c | 27 +- net/batman-adv/routing.h | 7 +- net/batman-adv/send.c | 7 +- net/batman-adv/send.h | 4 +- net/batman-adv/soft-interface.c | 3 +- net/batman-adv/soft-interface.h | 2 +- net/batman-adv/translation-table.c | 3 +- net/batman-adv/translation-table.h | 4 +- net/batman-adv/types.h | 2 +- net/batman-adv/unicast.c | 34 +- net/batman-adv/unicast.h | 25 +- net/batman-adv/vis.c | 2 +- net/batman-adv/vis.h | 2 +- net/bridge/br_device.c | 17 + net/bridge/br_if.c | 15 +- net/bridge/br_private.h | 2 +- net/bridge/netfilter/ebt_ip6.c | 46 +- net/bridge/netfilter/ebtables.c | 1 + net/caif/cfcnfg.c | 2 - net/caif/cfdgml.c | 1 - net/caif/cfserl.c | 1 - net/caif/cfutill.c | 2 +- net/caif/cfveil.c | 2 +- net/core/dev.c | 355 ++- net/core/dst.c | 43 +- net/core/ethtool.c | 529 ++- net/core/filter.c | 6 +- net/core/neighbour.c | 13 +- net/core/net-sysfs.c | 17 +- net/core/pktgen.c | 234 +- net/core/rtnetlink.c | 86 +- net/core/skbuff.c | 4 +- net/dccp/ccids/ccid2.c | 9 + net/decnet/dn_route.c | 22 +- net/decnet/dn_table.c | 1 - net/ipv4/Kconfig | 42 +- net/ipv4/Makefile | 4 +- net/ipv4/af_inet.c | 2 +- net/ipv4/ah4.c | 25 +- net/ipv4/devinet.c | 78 + net/ipv4/fib_frontend.c | 63 +- net/ipv4/fib_hash.c | 1133 ------ net/ipv4/fib_lookup.h | 2 +- net/ipv4/fib_rules.c | 12 +- net/ipv4/fib_semantics.c | 125 +- net/ipv4/fib_trie.c | 217 +- net/ipv4/icmp.c | 49 +- net/ipv4/inetpeer.c | 52 +- net/ipv4/ip_input.c | 2 +- net/ipv4/netfilter/Kconfig | 3 +- net/ipv4/netfilter/arp_tables.c | 2 + net/ipv4/netfilter/ip_tables.c | 2 + net/ipv4/netfilter/ipt_CLUSTERIP.c | 7 +- net/ipv4/netfilter/ipt_LOG.c | 3 +- net/ipv4/netfilter/iptable_mangle.c | 2 +- .../netfilter/nf_conntrack_l3proto_ipv4_compat.c | 17 +- net/ipv4/netfilter/nf_nat_amanda.c | 8 +- net/ipv4/netfilter/nf_nat_core.c | 33 +- net/ipv4/netfilter/nf_nat_snmp_basic.c | 9 +- net/ipv4/route.c | 726 ++-- net/ipv4/tcp.c | 11 +- net/ipv4/tcp_input.c | 2 +- net/ipv4/tcp_ipv4.c | 7 +- net/ipv4/tcp_timer.c | 3 - net/ipv4/udp.c | 2 +- net/ipv4/xfrm4_policy.c | 4 + net/ipv6/af_inet6.c | 2 +- net/ipv6/icmp.c | 16 +- net/ipv6/ip6_output.c | 5 +- net/ipv6/ndisc.c | 4 +- net/ipv6/netfilter/ip6_tables.c | 2 + net/ipv6/netfilter/ip6t_LOG.c | 3 +- net/ipv6/netfilter/nf_conntrack_reasm.c | 3 +- net/ipv6/raw.c | 14 +- net/ipv6/route.c | 68 +- net/ipv6/sit.c | 23 +- net/ipv6/tcp_ipv6.c | 6 +- net/ipv6/udp.c | 2 +- net/ipv6/xfrm6_policy.c | 2 + net/mac80211/agg-rx.c | 7 +- net/mac80211/agg-tx.c | 23 +- net/mac80211/cfg.c | 26 +- net/mac80211/debugfs_netdev.c | 122 +- net/mac80211/driver-ops.h | 6 +- net/mac80211/driver-trace.h | 213 +- net/mac80211/ibss.c | 3 +- net/mac80211/ieee80211_i.h | 14 +- net/mac80211/iface.c | 9 +- net/mac80211/main.c | 54 +- net/mac80211/mesh.c | 4 +- net/mac80211/mlme.c | 82 +- net/mac80211/offchannel.c | 68 +- net/mac80211/rx.c | 103 +- net/mac80211/scan.c | 91 +- net/mac80211/sta_info.c | 3 +- net/mac80211/sta_info.h | 2 + net/mac80211/status.c | 4 + net/mac80211/tx.c | 29 +- net/mac80211/work.c | 66 +- net/mac80211/wpa.c | 39 +- net/netfilter/Kconfig | 66 +- net/netfilter/Makefile | 9 + net/netfilter/core.c | 20 +- net/netfilter/ipset/Kconfig | 121 + net/netfilter/ipset/Makefile | 24 + net/netfilter/ipset/ip_set_bitmap_ip.c | 587 +++ net/netfilter/ipset/ip_set_bitmap_ipmac.c | 652 ++++ net/netfilter/ipset/ip_set_bitmap_port.c | 515 +++ net/netfilter/ipset/ip_set_core.c | 1671 +++++++++ net/netfilter/ipset/ip_set_getport.c | 141 + net/netfilter/ipset/ip_set_hash_ip.c | 464 +++ net/netfilter/ipset/ip_set_hash_ipport.c | 544 +++ net/netfilter/ipset/ip_set_hash_ipportip.c | 562 +++ net/netfilter/ipset/ip_set_hash_ipportnet.c | 628 ++++ net/netfilter/ipset/ip_set_hash_net.c | 458 +++ net/netfilter/ipset/ip_set_hash_netport.c | 578 +++ net/netfilter/ipset/ip_set_list_set.c | 584 +++ net/netfilter/ipset/pfxlen.c | 291 ++ net/netfilter/ipvs/ip_vs_app.c | 98 +- net/netfilter/ipvs/ip_vs_conn.c | 195 +- net/netfilter/ipvs/ip_vs_core.c | 376 ++- net/netfilter/ipvs/ip_vs_ctl.c | 892 +++-- net/netfilter/ipvs/ip_vs_est.c | 134 +- net/netfilter/ipvs/ip_vs_ftp.c | 61 +- net/netfilter/ipvs/ip_vs_lblc.c | 67 +- net/netfilter/ipvs/ip_vs_lblcr.c | 72 +- net/netfilter/ipvs/ip_vs_nfct.c | 6 +- net/netfilter/ipvs/ip_vs_pe.c | 17 +- net/netfilter/ipvs/ip_vs_pe_sip.c | 3 + net/netfilter/ipvs/ip_vs_proto.c | 129 +- net/netfilter/ipvs/ip_vs_proto_ah_esp.c | 45 +- net/netfilter/ipvs/ip_vs_proto_sctp.c | 153 +- net/netfilter/ipvs/ip_vs_proto_tcp.c | 142 +- net/netfilter/ipvs/ip_vs_proto_udp.c | 110 +- net/netfilter/ipvs/ip_vs_sync.c | 1239 +++++-- net/netfilter/ipvs/ip_vs_xmit.c | 26 +- net/netfilter/nf_conntrack_broadcast.c | 82 + net/netfilter/nf_conntrack_core.c | 57 +- net/netfilter/nf_conntrack_expect.c | 34 +- net/netfilter/nf_conntrack_extend.c | 11 +- net/netfilter/nf_conntrack_helper.c | 20 +- net/netfilter/nf_conntrack_netbios_ns.c | 74 +- net/netfilter/nf_conntrack_netlink.c | 49 +- net/netfilter/nf_conntrack_proto.c | 24 +- net/netfilter/nf_conntrack_proto_dccp.c | 3 + net/netfilter/nf_conntrack_proto_sctp.c | 1 + net/netfilter/nf_conntrack_proto_tcp.c | 14 +- net/netfilter/nf_conntrack_snmp.c | 77 + net/netfilter/nf_conntrack_standalone.c | 45 +- net/netfilter/nf_conntrack_timestamp.c | 120 + net/netfilter/nf_log.c | 6 +- net/netfilter/nf_queue.c | 82 +- net/netfilter/nfnetlink_log.c | 6 +- net/netfilter/nfnetlink_queue.c | 22 +- net/netfilter/x_tables.c | 98 +- net/netfilter/xt_AUDIT.c | 204 ++ net/netfilter/xt_CLASSIFY.c | 36 +- net/netfilter/xt_IDLETIMER.c | 2 + net/netfilter/xt_LED.c | 2 + net/netfilter/xt_NFQUEUE.c | 34 +- net/netfilter/xt_connlimit.c | 62 +- net/netfilter/xt_conntrack.c | 75 +- net/netfilter/xt_cpu.c | 2 + net/netfilter/xt_devgroup.c | 82 + net/netfilter/xt_iprange.c | 18 +- net/netfilter/xt_ipvs.c | 2 +- net/netfilter/xt_set.c | 359 ++ net/packet/af_packet.c | 38 +- net/rds/rds.h | 1 - net/rose/af_rose.c | 7 - net/rose/rose_route.c | 28 +- net/sched/Kconfig | 28 +- net/sched/Makefile | 3 + net/sched/act_api.c | 46 +- net/sched/act_csum.c | 2 +- net/sched/act_gact.c | 8 +- net/sched/act_ipt.c | 16 +- net/sched/act_mirred.c | 4 +- net/sched/act_nat.c | 2 +- net/sched/act_pedit.c | 10 +- net/sched/act_police.c | 9 +- net/sched/act_simple.c | 10 +- net/sched/act_skbedit.c | 8 +- net/sched/cls_api.c | 33 +- net/sched/cls_basic.c | 17 +- net/sched/cls_cgroup.c | 8 +- net/sched/cls_flow.c | 6 +- net/sched/cls_fw.c | 38 +- net/sched/cls_route.c | 126 +- net/sched/cls_rsvp.h | 95 +- net/sched/cls_tcindex.c | 2 +- net/sched/cls_u32.c | 77 +- net/sched/em_cmp.c | 47 +- net/sched/em_meta.c | 44 +- net/sched/em_nbyte.c | 3 +- net/sched/em_text.c | 3 +- net/sched/em_u32.c | 2 +- net/sched/ematch.c | 37 +- net/sched/sch_api.c | 169 +- net/sched/sch_atm.c | 16 +- net/sched/sch_cbq.c | 362 +- net/sched/sch_choke.c | 677 ++++ net/sched/sch_dsmark.c | 21 +- net/sched/sch_fifo.c | 22 +- net/sched/sch_generic.c | 40 +- net/sched/sch_gred.c | 85 +- net/sched/sch_hfsc.c | 37 +- net/sched/sch_htb.c | 106 +- net/sched/sch_mq.c | 1 - net/sched/sch_mqprio.c | 416 +++ net/sched/sch_multiq.c | 8 +- net/sched/sch_netem.c | 8 +- net/sched/sch_prio.c | 34 +- net/sched/sch_red.c | 61 +- net/sched/sch_sfq.c | 67 +- net/sched/sch_tbf.c | 39 +- net/sched/sch_teql.c | 36 +- net/sctp/tsnmap.c | 2 +- net/unix/af_unix.c | 66 +- net/wanrouter/wanmain.c | 2 - net/wireless/core.c | 20 +- net/wireless/nl80211.c | 6 +- net/wireless/reg.c | 6 +- net/wireless/util.c | 47 +- net/wireless/wext-compat.c | 5 +- net/xfrm/xfrm_policy.c | 2 +- 648 files changed, 36865 insertions(+), 14597 deletions(-) create mode 100644 drivers/net/can/c_can/Kconfig create mode 100644 drivers/net/can/c_can/Makefile create mode 100644 drivers/net/can/c_can/c_can.c create mode 100644 drivers/net/can/c_can/c_can.h create mode 100644 drivers/net/can/c_can/c_can_platform.c create mode 100644 drivers/net/enic/enic_dev.c create mode 100644 drivers/net/enic/enic_dev.h create mode 100644 drivers/net/wireless/ath/ath5k/trace.h delete mode 100644 drivers/net/wireless/ath/ath9k/virtual.c create mode 100644 drivers/net/wireless/iwlwifi/iwl-2000.c create mode 100644 include/linux/cpu_rmap.h create mode 100644 include/linux/micrel_phy.h create mode 100644 include/linux/netfilter/ipset/Kbuild create mode 100644 include/linux/netfilter/ipset/ip_set.h create mode 100644 include/linux/netfilter/ipset/ip_set_ahash.h create mode 100644 include/linux/netfilter/ipset/ip_set_bitmap.h create mode 100644 include/linux/netfilter/ipset/ip_set_getport.h create mode 100644 include/linux/netfilter/ipset/ip_set_hash.h create mode 100644 include/linux/netfilter/ipset/ip_set_list.h create mode 100644 include/linux/netfilter/ipset/ip_set_timeout.h create mode 100644 include/linux/netfilter/ipset/pfxlen.h create mode 100644 include/linux/netfilter/nf_conntrack_snmp.h create mode 100644 include/linux/netfilter/xt_AUDIT.h create mode 100644 include/linux/netfilter/xt_devgroup.h create mode 100644 include/linux/netfilter/xt_set.h create mode 100644 include/net/netfilter/nf_conntrack_timestamp.h create mode 100644 include/net/netns/ip_vs.h create mode 100644 lib/cpu_rmap.c delete mode 100644 net/ipv4/fib_hash.c create mode 100644 net/netfilter/ipset/Kconfig create mode 100644 net/netfilter/ipset/Makefile create mode 100644 net/netfilter/ipset/ip_set_bitmap_ip.c create mode 100644 net/netfilter/ipset/ip_set_bitmap_ipmac.c create mode 100644 net/netfilter/ipset/ip_set_bitmap_port.c create mode 100644 net/netfilter/ipset/ip_set_core.c create mode 100644 net/netfilter/ipset/ip_set_getport.c create mode 100644 net/netfilter/ipset/ip_set_hash_ip.c create mode 100644 net/netfilter/ipset/ip_set_hash_ipport.c create mode 100644 net/netfilter/ipset/ip_set_hash_ipportip.c create mode 100644 net/netfilter/ipset/ip_set_hash_ipportnet.c create mode 100644 net/netfilter/ipset/ip_set_hash_net.c create mode 100644 net/netfilter/ipset/ip_set_hash_netport.c create mode 100644 net/netfilter/ipset/ip_set_list_set.c create mode 100644 net/netfilter/ipset/pfxlen.c create mode 100644 net/netfilter/nf_conntrack_broadcast.c create mode 100644 net/netfilter/nf_conntrack_snmp.c create mode 100644 net/netfilter/nf_conntrack_timestamp.c create mode 100644 net/netfilter/xt_AUDIT.c create mode 100644 net/netfilter/xt_devgroup.c create mode 100644 net/netfilter/xt_set.c create mode 100644 net/sched/sch_choke.c create mode 100644 net/sched/sch_mqprio.c Merging wireless/master $ git merge wireless/master Auto-merging net/bluetooth/hidp/core.c Auto-merging net/bluetooth/l2cap_core.c Auto-merging net/mac80211/Kconfig Merge made by recursive. drivers/bluetooth/ath3k.c | 287 ++++- drivers/bluetooth/btusb.c | 13 +- drivers/bluetooth/hci_ldisc.c | 1 + drivers/net/wireless/ath/ath5k/ath5k.h | 20 + drivers/net/wireless/ath/ath5k/mac80211-ops.c | 17 - drivers/net/wireless/ath/ath9k/ar9003_hw.c | 112 ++- drivers/net/wireless/ath/ath9k/ar9485_initvals.h | 1141 ++++++++++++++ drivers/net/wireless/ath/ath9k/ath9k.h | 6 +- drivers/net/wireless/ath/ath9k/beacon.c | 43 +- drivers/net/wireless/ath/ath9k/htc_drv_main.c | 2 +- drivers/net/wireless/ath/ath9k/main.c | 45 +- drivers/net/wireless/ath/ath9k/reg.h | 4 + drivers/net/wireless/ath/ath9k/xmit.c | 3 +- drivers/net/wireless/iwlwifi/iwl-2000.c | 3 +- drivers/net/wireless/iwlwifi/iwl-agn-lib.c | 12 +- drivers/net/wireless/iwlwifi/iwl-agn.c | 74 +- drivers/net/wireless/iwlwifi/iwl-rx.c | 37 +- drivers/net/wireless/p54/eeprom.c | 208 ++- drivers/net/wireless/p54/eeprom.h | 7 + drivers/net/wireless/p54/fwio.c | 12 +- drivers/net/wireless/p54/lmac.h | 1 + drivers/net/wireless/p54/main.c | 47 +- drivers/net/wireless/p54/p54.h | 6 +- drivers/net/wireless/p54/p54spi_eeprom.h | 9 +- drivers/net/wireless/p54/txrx.c | 6 +- drivers/net/wireless/rt2x00/rt2800lib.c | 12 +- drivers/net/wireless/rt2x00/rt61pci.c | 12 +- drivers/net/wireless/rt2x00/rt73usb.c | 12 +- drivers/net/wireless/rtlwifi/Makefile | 3 +- drivers/net/wireless/rtlwifi/base.h | 1 + drivers/net/wireless/rtlwifi/debug.h | 1 + drivers/net/wireless/rtlwifi/pci.c | 85 +- drivers/net/wireless/rtlwifi/pci.h | 12 +- drivers/net/wireless/rtlwifi/rtl8192c/dm_common.c | 1388 +++++++++++++++++ drivers/net/wireless/rtlwifi/rtl8192ce/dm.c | 1359 +---------------- drivers/net/wireless/rtlwifi/rtl8192ce/dm.h | 1 + drivers/net/wireless/rtlwifi/rtl8192ce/fw.c | 49 +- drivers/net/wireless/rtlwifi/rtl8192ce/phy.c | 99 +- drivers/net/wireless/rtlwifi/rtl8192ce/sw.c | 1 + drivers/net/wireless/rtlwifi/rtl8192ce/sw.h | 2 + drivers/net/wireless/rtlwifi/rtl8192ce/trx.c | 33 + drivers/net/wireless/rtlwifi/rtl8192ce/trx.h | 2 + drivers/net/wireless/rtlwifi/usb.c | 1035 +++++++++++++ drivers/net/wireless/rtlwifi/usb.h | 164 ++ drivers/net/wireless/rtlwifi/wifi.h | 47 +- drivers/net/wireless/wl12xx/acx.c | 86 +- drivers/net/wireless/wl12xx/acx.h | 41 +- drivers/net/wireless/wl12xx/cmd.c | 10 +- drivers/net/wireless/wl12xx/cmd.h | 14 +- drivers/net/wireless/wl12xx/conf.h | 49 + drivers/net/wireless/wl12xx/event.c | 14 - drivers/net/wireless/wl12xx/event.h | 2 - drivers/net/wireless/wl12xx/init.c | 13 + drivers/net/wireless/wl12xx/main.c | 143 +- drivers/net/wireless/wl12xx/ps.c | 6 +- drivers/net/wireless/wl12xx/rx.c | 6 +- drivers/net/wireless/wl12xx/rx.h | 2 +- drivers/net/wireless/wl12xx/tx.c | 22 - drivers/net/wireless/wl12xx/wl12xx.h | 66 +- drivers/net/wireless/zd1211rw/zd_chip.c | 35 +- drivers/net/wireless/zd1211rw/zd_def.h | 2 +- drivers/net/wireless/zd1211rw/zd_usb.c | 177 ++- drivers/net/wireless/zd1211rw/zd_usb.h | 9 +- drivers/ssb/main.c | 44 +- drivers/ssb/pci.c | 6 +- drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c | 4 +- include/linux/ssb/ssb_regs.h | 7 +- include/net/bluetooth/bluetooth.h | 33 + include/net/bluetooth/hci.h | 122 ++ include/net/bluetooth/hci_core.h | 152 ++- include/net/bluetooth/l2cap.h | 53 +- include/net/bluetooth/mgmt.h | 142 ++ include/net/bluetooth/smp.h | 76 + net/bluetooth/Kconfig | 16 +- net/bluetooth/Makefile | 4 +- net/bluetooth/af_bluetooth.c | 53 +- net/bluetooth/bnep/core.c | 2 - net/bluetooth/bnep/sock.c | 1 + net/bluetooth/cmtp/capi.c | 3 +- net/bluetooth/cmtp/core.c | 11 +- net/bluetooth/hci_conn.c | 78 +- net/bluetooth/hci_core.c | 345 ++++- net/bluetooth/hci_event.c | 622 +++++++- net/bluetooth/hci_sock.c | 6 +- net/bluetooth/hci_sysfs.c | 58 +- net/bluetooth/hidp/core.c | 11 +- net/bluetooth/{l2cap.c => l2cap_core.c} | 1722 +++++---------------- net/bluetooth/l2cap_sock.c | 1156 ++++++++++++++ net/bluetooth/mgmt.c | 1312 ++++++++++++++-- net/bluetooth/rfcomm/core.c | 2 - net/bluetooth/sco.c | 17 +- net/mac80211/Kconfig | 2 +- net/mac80211/cfg.c | 1 + net/mac80211/debugfs.c | 6 + net/mac80211/ibss.c | 11 +- net/mac80211/ieee80211_i.h | 2 - net/mac80211/main.c | 33 +- net/mac80211/mlme.c | 2 + net/mac80211/rx.c | 12 +- net/mac80211/scan.c | 15 +- net/mac80211/tx.c | 1 + net/mac80211/util.c | 6 - net/mac80211/work.c | 59 +- 103 files changed, 9730 insertions(+), 3609 deletions(-) create mode 100644 drivers/net/wireless/rtlwifi/rtl8192c/dm_common.c create mode 100644 drivers/net/wireless/rtlwifi/usb.c create mode 100644 drivers/net/wireless/rtlwifi/usb.h create mode 100644 include/net/bluetooth/smp.h rename net/bluetooth/{l2cap.c => l2cap_core.c} (76%) create mode 100644 net/bluetooth/l2cap_sock.c Merging bluetooth/master $ git merge bluetooth/master Already up-to-date. Merging mtd/master $ git merge mtd/master Already up-to-date. Merging crypto/master $ git merge crypto/master Merge made by recursive. arch/x86/crypto/aesni-intel_glue.c | 24 ++-- crypto/ablkcipher.c | 3 +- crypto/testmgr.c | 2 + drivers/char/hw_random/Kconfig | 12 ++ drivers/char/hw_random/Makefile | 1 + drivers/char/hw_random/omap-rng.c | 14 +-- drivers/char/hw_random/picoxcell-rng.c | 208 ++++++++++++++++++++++++++++++++ drivers/crypto/omap-aes.c | 4 +- drivers/crypto/omap-sham.c | 4 +- 9 files changed, 245 insertions(+), 27 deletions(-) create mode 100644 drivers/char/hw_random/picoxcell-rng.c Merging sound/for-next $ git merge sound/for-next Auto-merging arch/arm/mach-shmobile/board-ag5evm.c Auto-merging arch/arm/mach-shmobile/board-mackerel.c Auto-merging arch/sh/boards/mach-ecovec24/setup.c Removing sound/soc/samsung/ac97.h Merge made by recursive. arch/arm/mach-shmobile/board-ag5evm.c | 10 - arch/arm/mach-shmobile/board-ap4evb.c | 13 +- arch/arm/mach-shmobile/board-mackerel.c | 13 +- arch/arm/mach-tegra/include/mach/harmony_audio.h | 22 + arch/sh/boards/mach-ecovec24/setup.c | 6 +- arch/sh/boards/mach-se/7724/setup.c | 6 +- include/sound/ac97_codec.h | 5 + include/sound/cs4271.h | 24 + include/sound/hdspm.h | 179 +- include/sound/mixer_oss.h | 3 + include/sound/pcm.h | 91 +- include/sound/sh_fsi.h | 76 +- include/sound/soc-dapm.h | 16 + include/sound/soc.h | 115 +- include/sound/version.h | 2 +- include/sound/wm8903.h | 30 +- include/trace/events/asoc.h | 25 + sound/core/device.c | 7 +- sound/core/memalloc.c | 3 +- sound/core/oss/linear.c | 7 +- sound/core/oss/mixer_oss.c | 10 +- sound/core/oss/mulaw.c | 2 +- sound/core/oss/pcm_oss.c | 51 +- sound/core/oss/pcm_plugin.c | 40 +- sound/core/oss/pcm_plugin.h | 11 +- sound/core/oss/route.c | 6 +- sound/core/pcm.c | 10 +- sound/core/pcm_misc.c | 35 +- sound/core/pcm_native.c | 2 +- sound/core/seq/seq_clientmgr.c | 7 +- sound/core/seq/seq_memory.c | 6 +- sound/core/seq/seq_memory.h | 4 + sound/core/vmaster.c | 2 +- sound/pci/Kconfig | 12 +- sound/pci/ac97/ac97_codec.c | 90 +- sound/pci/ac97/ac97_patch.c | 52 + sound/pci/asihpi/asihpi.c | 774 ++-- sound/pci/asihpi/hpi.h | 1214 +++---- sound/pci/asihpi/hpi6000.c | 299 +- sound/pci/asihpi/hpi6205.c | 603 ++-- sound/pci/asihpi/hpi6205.h | 7 +- sound/pci/asihpi/hpi_internal.h | 1118 +++--- sound/pci/asihpi/hpicmn.c | 480 ++-- sound/pci/asihpi/hpicmn.h | 24 +- sound/pci/asihpi/hpidebug.c | 157 +- sound/pci/asihpi/hpidebug.h | 323 +-- sound/pci/asihpi/hpidspcd.c | 37 +- sound/pci/asihpi/hpidspcd.h | 2 +- sound/pci/asihpi/hpifunc.c | 2498 ++++--------- sound/pci/asihpi/hpimsginit.c | 18 +- sound/pci/asihpi/hpimsginit.h | 12 +- sound/pci/asihpi/hpimsgx.c | 203 +- sound/pci/asihpi/hpioctl.c | 85 +- sound/pci/asihpi/hpios.h | 10 +- sound/pci/au88x0/au88x0_eq.c | 3 +- sound/pci/azt3328.c | 450 ++- sound/pci/hda/patch_analog.c | 117 +- sound/pci/hda/patch_hdmi.c | 22 +- sound/pci/rme9652/hdspm.c | 4361 ++++++++++++++++------ sound/soc/Kconfig | 2 + sound/soc/Makefile | 2 + sound/soc/codecs/Kconfig | 12 + sound/soc/codecs/Makefile | 8 +- sound/soc/codecs/ak4642.c | 24 + sound/soc/codecs/cs4270.c | 4 +- sound/soc/codecs/cs4271.c | 643 ++++ sound/soc/codecs/cx20442.c | 2 +- sound/soc/codecs/max98088.c | 2 +- sound/soc/codecs/sn95031.c | 949 +++++ sound/soc/codecs/sn95031.h | 132 + sound/soc/codecs/twl6040.c | 4 +- sound/soc/codecs/wm8523.c | 8 +- sound/soc/codecs/wm8741.c | 13 +- sound/soc/codecs/wm8753.c | 296 +- sound/soc/codecs/wm8804.c | 2 +- sound/soc/codecs/wm8900.c | 2 +- sound/soc/codecs/wm8903.c | 643 +++- sound/soc/codecs/wm8903.h | 8 + sound/soc/codecs/wm8904.c | 43 +- sound/soc/codecs/wm8955.c | 27 +- sound/soc/codecs/wm8961.c | 2 +- sound/soc/codecs/wm8962.c | 36 +- sound/soc/codecs/wm8978.c | 2 +- sound/soc/codecs/wm8991.c | 1427 +++++++ sound/soc/codecs/wm8991.h | 833 +++++ sound/soc/codecs/wm8993.c | 2 +- sound/soc/codecs/wm8994.c | 209 +- sound/soc/codecs/wm8995.c | 103 +- sound/soc/codecs/wm9081.c | 2 +- sound/soc/codecs/wm9090.c | 45 +- sound/soc/codecs/wm_hubs.c | 3 +- sound/soc/davinci/davinci-i2s.c | 28 +- sound/soc/davinci/davinci-mcasp.c | 29 +- sound/soc/ep93xx/Kconfig | 9 + sound/soc/ep93xx/Makefile | 2 + sound/soc/ep93xx/edb93xx.c | 142 + sound/soc/ep93xx/ep93xx-ac97.c | 1 - sound/soc/fsl/mpc8610_hpcd.c | 6 +- sound/soc/fsl/p1022_ds.c | 6 +- sound/soc/mid-x86/Kconfig | 14 + sound/soc/mid-x86/Makefile | 5 + sound/soc/mid-x86/mfld_machine.c | 452 +++ sound/soc/mid-x86/sst_platform.c | 474 +++ sound/soc/mid-x86/sst_platform.h | 63 + sound/soc/omap/Kconfig | 1 + sound/soc/omap/rx51.c | 93 +- sound/soc/pxa/raumfeld.c | 20 +- sound/soc/pxa/tosa.c | 4 +- sound/soc/pxa/zylonite.c | 9 +- sound/soc/samsung/ac97.c | 8 +- sound/soc/samsung/ac97.h | 21 - sound/soc/samsung/dma.c | 11 +- sound/soc/samsung/dma.h | 8 - sound/soc/samsung/goni_wm8994.c | 10 +- sound/soc/samsung/h1940_uda1380.c | 9 - sound/soc/samsung/i2s.c | 3 +- sound/soc/samsung/jive_wm8750.c | 11 - sound/soc/samsung/ln2440sbc_alc650.c | 7 - sound/soc/samsung/neo1973_gta02_wm8753.c | 14 +- sound/soc/samsung/neo1973_wm8753.c | 1 - sound/soc/samsung/pcm.c | 118 +- sound/soc/samsung/pcm.h | 107 - sound/soc/samsung/rx1950_uda1380.c | 11 - sound/soc/samsung/s3c-i2s-v2.c | 3 +- sound/soc/samsung/s3c2412-i2s.c | 12 +- sound/soc/samsung/s3c24xx-i2s.c | 14 +- sound/soc/samsung/s3c24xx_simtec.c | 7 - sound/soc/samsung/s3c24xx_simtec_hermes.c | 10 - sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c | 12 - sound/soc/samsung/s3c24xx_uda134x.c | 9 +- sound/soc/samsung/smartq_wm8987.c | 6 - sound/soc/samsung/smdk2443_wm9710.c | 7 - sound/soc/samsung/smdk_spdif.c | 5 - sound/soc/samsung/smdk_wm8580.c | 7 +- sound/soc/samsung/smdk_wm9713.c | 5 - sound/soc/samsung/spdif.c | 3 +- sound/soc/sh/fsi-ak4642.c | 24 +- sound/soc/sh/fsi-da7210.c | 13 +- sound/soc/sh/fsi-hdmi.c | 77 +- sound/soc/sh/fsi.c | 203 +- sound/soc/soc-cache.c | 386 +- sound/soc/soc-core.c | 378 ++- sound/soc/soc-dapm.c | 89 +- sound/soc/soc-jack.c | 56 +- sound/soc/soc-utils.c | 23 +- sound/soc/tegra/Kconfig | 26 + sound/soc/tegra/Makefile | 14 + sound/soc/tegra/harmony.c | 393 ++ sound/soc/tegra/tegra_asoc_utils.c | 149 + sound/soc/tegra/tegra_asoc_utils.h | 45 + sound/soc/tegra/tegra_das.c | 265 ++ sound/soc/tegra/tegra_das.h | 135 + sound/soc/tegra/tegra_i2s.c | 503 +++ sound/soc/tegra/tegra_i2s.h | 165 + sound/soc/tegra/tegra_pcm.c | 404 ++ sound/soc/tegra/tegra_pcm.h | 55 + sound/usb/6fire/Makefile | 3 + sound/usb/6fire/chip.c | 232 ++ sound/usb/6fire/chip.h | 32 + sound/usb/6fire/comm.c | 176 + sound/usb/6fire/comm.h | 44 + sound/usb/6fire/common.h | 30 + sound/usb/6fire/control.c | 275 ++ sound/usb/6fire/control.h | 37 + sound/usb/6fire/firmware.c | 426 +++ sound/usb/6fire/firmware.h | 27 + sound/usb/6fire/midi.c | 203 + sound/usb/6fire/midi.h | 46 + sound/usb/6fire/pcm.c | 688 ++++ sound/usb/6fire/pcm.h | 76 + sound/usb/Kconfig | 17 + sound/usb/Makefile | 2 +- sound/usb/caiaq/audio.c | 1 + sound/usb/caiaq/device.c | 6 + sound/usb/caiaq/device.h | 1 + sound/usb/mixer_quirks.c | 174 +- sound/usb/quirks-table.h | 14 + sound/usb/quirks.c | 56 +- 178 files changed, 19183 insertions(+), 7883 deletions(-) create mode 100644 arch/arm/mach-tegra/include/mach/harmony_audio.h create mode 100644 include/sound/cs4271.h create mode 100644 sound/soc/codecs/cs4271.c create mode 100644 sound/soc/codecs/sn95031.c create mode 100644 sound/soc/codecs/sn95031.h create mode 100644 sound/soc/codecs/wm8991.c create mode 100644 sound/soc/codecs/wm8991.h create mode 100644 sound/soc/ep93xx/edb93xx.c create mode 100644 sound/soc/mid-x86/Kconfig create mode 100644 sound/soc/mid-x86/Makefile create mode 100644 sound/soc/mid-x86/mfld_machine.c create mode 100644 sound/soc/mid-x86/sst_platform.c create mode 100644 sound/soc/mid-x86/sst_platform.h delete mode 100644 sound/soc/samsung/ac97.h create mode 100644 sound/soc/tegra/Kconfig create mode 100644 sound/soc/tegra/Makefile create mode 100644 sound/soc/tegra/harmony.c create mode 100644 sound/soc/tegra/tegra_asoc_utils.c create mode 100644 sound/soc/tegra/tegra_asoc_utils.h create mode 100644 sound/soc/tegra/tegra_das.c create mode 100644 sound/soc/tegra/tegra_das.h create mode 100644 sound/soc/tegra/tegra_i2s.c create mode 100644 sound/soc/tegra/tegra_i2s.h create mode 100644 sound/soc/tegra/tegra_pcm.c create mode 100644 sound/soc/tegra/tegra_pcm.h create mode 100644 sound/usb/6fire/Makefile create mode 100644 sound/usb/6fire/chip.c create mode 100644 sound/usb/6fire/chip.h create mode 100644 sound/usb/6fire/comm.c create mode 100644 sound/usb/6fire/comm.h create mode 100644 sound/usb/6fire/common.h create mode 100644 sound/usb/6fire/control.c create mode 100644 sound/usb/6fire/control.h create mode 100644 sound/usb/6fire/firmware.c create mode 100644 sound/usb/6fire/firmware.h create mode 100644 sound/usb/6fire/midi.c create mode 100644 sound/usb/6fire/midi.h create mode 100644 sound/usb/6fire/pcm.c create mode 100644 sound/usb/6fire/pcm.h Merging sound-asoc/for-next $ git merge sound-asoc/for-next Already up-to-date. Merging cpufreq/next $ git merge cpufreq/next Merge made by recursive. drivers/cpufreq/cpufreq_conservative.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Merging quilt/rr $ git merge quilt/rr Merge made by recursive. drivers/block/virtio_blk.c | 88 +++++++++++++++++++++++++++++++++++++++----- include/linux/module.h | 15 ++++--- kernel/params.c | 9 +++- 3 files changed, 92 insertions(+), 20 deletions(-) Merging input/next $ git merge input/next Auto-merging arch/arm/mach-s5pv210/mach-goni.c Auto-merging drivers/hid/hid-input.c Auto-merging drivers/input/input.c Auto-merging drivers/input/touchscreen/ads7846.c Removing drivers/input/touchscreen/qt602240_ts.c Auto-merging drivers/media/dvb/dvb-usb/dvb-usb-remote.c Auto-merging include/linux/i2c/atmel_mxt_ts.h Merge made by recursive. arch/arm/mach-s5pv210/mach-goni.c | 8 +- drivers/hid/hid-input.c | 4 +- drivers/input/input-polldev.c | 76 +- drivers/input/input.c | 55 +- drivers/input/keyboard/lm8323.c | 15 +- drivers/input/keyboard/max7359_keypad.c | 17 +- drivers/input/misc/ad714x-i2c.c | 17 +- drivers/input/misc/ad714x-spi.c | 17 +- drivers/input/misc/adxl34x-i2c.c | 16 +- drivers/input/misc/adxl34x-spi.c | 20 +- drivers/input/misc/ati_remote2.c | 4 +- drivers/input/misc/uinput.c | 48 +- drivers/input/mouse/synaptics_i2c.c | 16 +- drivers/input/sparse-keymap.c | 4 +- drivers/input/touchscreen/Kconfig | 34 +- drivers/input/touchscreen/Makefile | 3 +- drivers/input/touchscreen/ad7877.c | 19 +- drivers/input/touchscreen/ad7879-spi.c | 17 +- drivers/input/touchscreen/ads7846.c | 16 +- drivers/input/touchscreen/atmel_mxt_ts.c | 1287 ++++++++++++++++++ drivers/input/touchscreen/qt602240_ts.c | 1406 -------------------- drivers/input/touchscreen/wm831x-ts.c | 363 +++++ drivers/media/dvb/dvb-usb/dvb-usb-remote.c | 109 +- drivers/media/rc/rc-main.c | 4 +- .../linux/i2c/{qt602240_ts.h => atmel_mxt_ts.h} | 34 +- include/linux/input-polldev.h | 4 +- include/linux/input.h | 12 +- include/linux/mfd/wm831x/pdata.h | 3 +- 28 files changed, 1922 insertions(+), 1706 deletions(-) create mode 100644 drivers/input/touchscreen/atmel_mxt_ts.c delete mode 100644 drivers/input/touchscreen/qt602240_ts.c create mode 100644 drivers/input/touchscreen/wm831x-ts.c rename include/linux/i2c/{qt602240_ts.h => atmel_mxt_ts.h} (50%) $ git am -3 ../patches/0001-input-update-for-FREEZEABLE-FREEZABLE-change.patch Applying: input: update for FREEZEABLE -> FREEZABLE change $ git reset HEAD^ Unstaged changes after reset: M drivers/input/input-polldev.c $ git add . $ git commit -v -a --amend [master 516027f] Merge remote-tracking branch 'input/next' Merging input-mt/next $ git merge input-mt/next Already up-to-date. Merging lsm/for-next $ git merge lsm/for-next Already up-to-date. Merging block/for-next $ git merge block/for-next Auto-merging block/blk-core.c Merge made by recursive. block/blk-core.c | 85 +++++---- block/blk-flush.c | 441 +++++++++++++++++++++++++++++++-------------- block/blk.h | 12 +- block/cfq-iosched.c | 18 +- block/elevator.c | 9 +- include/linux/blk_types.h | 2 + include/linux/blkdev.h | 23 ++- include/linux/elevator.h | 1 + 8 files changed, 393 insertions(+), 198 deletions(-) Merging quilt/device-mapper $ git merge quilt/device-mapper Auto-merging drivers/md/dm-mpath.c Merge made by recursive. Documentation/device-mapper/dm-flakey.txt | 18 +++ drivers/md/Kconfig | 6 + drivers/md/Makefile | 1 + drivers/md/dm-crypt.c | 19 ++- drivers/md/dm-flakey.c | 212 +++++++++++++++++++++++++++++ drivers/md/dm-ioctl.c | 38 ++++-- drivers/md/dm-log.c | 2 +- drivers/md/dm-mpath.c | 17 ++- drivers/md/dm-snap.c | 2 +- include/linux/dm-ioctl.h | 12 ++- 10 files changed, 298 insertions(+), 29 deletions(-) create mode 100644 Documentation/device-mapper/dm-flakey.txt create mode 100644 drivers/md/dm-flakey.c Merging embedded/master $ git merge embedded/master Already up-to-date. Merging firmware/master $ git merge firmware/master Already up-to-date. Merging pcmcia/master $ git merge pcmcia/master Merge made by recursive. drivers/char/pcmcia/cm4000_cs.c | 3 +- drivers/char/pcmcia/ipwireless/main.c | 52 ++++++++++++++++++++------------ drivers/pcmcia/pcmcia_resource.c | 2 + drivers/pcmcia/pxa2xx_base.c | 2 +- drivers/pcmcia/pxa2xx_base.h | 1 + drivers/pcmcia/pxa2xx_lubbock.c | 1 + include/pcmcia/ds.h | 1 + 7 files changed, 39 insertions(+), 23 deletions(-) Merging battery/master $ git merge battery/master Merge made by recursive. drivers/leds/led-triggers.c | 20 ++++++++ drivers/power/bq20z75.c | 98 ++++++++++++++++++++++++++++++++---- drivers/power/power_supply_leds.c | 19 +++++++ include/linux/leds.h | 3 + include/linux/power_supply.h | 46 +++++++++++++++++ 5 files changed, 175 insertions(+), 11 deletions(-) Merging leds/for-mm $ git merge leds/for-mm Resolved 'drivers/leds/Kconfig' using previous resolution. Auto-merging drivers/leds/Kconfig CONFLICT (content): Merge conflict in drivers/leds/Kconfig Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master 22c3714] Merge remote-tracking branch 'leds/for-mm' $ git diff -M --stat --summary HEAD^.. Merging backlight/for-mm $ git merge backlight/for-mm Already up-to-date. Merging mmc/mmc-next $ git merge mmc/mmc-next Auto-merging drivers/mmc/card/block.c Auto-merging drivers/mmc/host/Kconfig Auto-merging drivers/mmc/host/sdhci-s3c.c Merge made by recursive. Documentation/ABI/testing/sysfs-devices-mmc | 21 ++ drivers/mmc/card/Kconfig | 3 +- drivers/mmc/card/block.c | 1 + drivers/mmc/card/mmc_test.c | 271 ++++++++++++++++++++++++--- drivers/mmc/core/Makefile | 3 +- drivers/mmc/core/core.c | 3 +- drivers/mmc/core/core.h | 2 + drivers/mmc/core/host.c | 5 +- drivers/mmc/core/mmc.c | 74 ++++++++ drivers/mmc/core/quirks.c | 85 +++++++++ drivers/mmc/core/sd.c | 1 + drivers/mmc/core/sdio.c | 1 + drivers/mmc/host/Kconfig | 2 +- drivers/mmc/host/atmel-mci.c | 19 +- drivers/mmc/host/dw_mmc.c | 12 +- drivers/mmc/host/mxcmmc.c | 183 +++++++++++-------- drivers/mmc/host/sdhci-pci.c | 132 +++++++++++++ drivers/mmc/host/sdhci-s3c.c | 3 + drivers/mmc/host/sdhci.c | 60 ++++++ drivers/mmc/host/sdhci.h | 5 + drivers/mmc/host/sh_mmcif.c | 52 +++--- drivers/mmc/host/tmio_mmc.c | 86 ++++----- include/linux/mmc/card.h | 6 + include/linux/mmc/dw_mmc.h | 8 +- include/linux/mmc/mmc.h | 3 + include/linux/mmc/sdhci.h | 1 + 26 files changed, 837 insertions(+), 205 deletions(-) create mode 100644 Documentation/ABI/testing/sysfs-devices-mmc create mode 100644 drivers/mmc/core/quirks.c Merging kgdb/kgdb-next $ git merge kgdb/kgdb-next Auto-merging arch/x86/kernel/kgdb.c Auto-merging drivers/tty/serial/kgdboc.c Auto-merging kernel/debug/kdb/kdb_main.c Merge made by recursive. arch/x86/kernel/kgdb.c | 4 ++-- drivers/misc/kgdbts.c | 2 +- drivers/tty/serial/kgdboc.c | 2 +- kernel/debug/kdb/kdb_main.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) Merging slab/for-next $ git merge slab/for-next Merge made by recursive. include/linux/slab.h | 1 - mm/slab.c | 16 ++++------------ mm/slob.c | 6 ------ mm/slub.c | 6 ------ 4 files changed, 4 insertions(+), 25 deletions(-) Merging uclinux/for-next $ git merge uclinux/for-next Already up-to-date. Merging md/for-next $ git merge md/for-next Already up-to-date. Merging mfd/for-next $ git merge mfd/for-next Auto-merging include/linux/mfd/wm831x/pdata.h Merge made by recursive. drivers/mfd/adp5520.c | 15 +++++++-------- drivers/mfd/asic3.c | 4 ++-- drivers/mfd/davinci_voicecodec.c | 4 ++-- drivers/mfd/max8998.c | 4 ++-- drivers/mfd/pcf50633-core.c | 23 +++++++++++------------ drivers/mfd/tps6586x.c | 26 ++++++++++++++++---------- drivers/mfd/ucb1x00-ts.c | 17 +++++++++++++---- drivers/mfd/wl1273-core.c | 2 -- drivers/mfd/wm831x-irq.c | 11 +++++++++++ include/linux/mfd/wm831x/pdata.h | 3 +++ 10 files changed, 67 insertions(+), 42 deletions(-) Merging hdlc/hdlc-next $ git merge hdlc/hdlc-next Already up-to-date. Merging drm/drm-next $ git merge drm/drm-next Already up-to-date. Merging fbdev/master $ git merge fbdev/master Already up-to-date. Merging viafb/viafb-next $ git merge viafb/viafb-next Already up-to-date. Merging omap_dss2/for-next $ git merge omap_dss2/for-next Recorded preimage for 'arch/arm/mach-omap2/board-3430sdp.c' Resolved 'arch/arm/mach-omap2/Makefile' using previous resolution. Resolved 'arch/arm/mach-omap2/board-am3517evm.c' using previous resolution. Resolved 'arch/arm/mach-omap2/omap_hwmod_2420_data.c' using previous resolution. Resolved 'arch/arm/mach-omap2/omap_hwmod_2430_data.c' using previous resolution. Auto-merging arch/arm/mach-omap2/Makefile CONFLICT (content): Merge conflict in arch/arm/mach-omap2/Makefile Auto-merging arch/arm/mach-omap2/board-3430sdp.c CONFLICT (content): Merge conflict in arch/arm/mach-omap2/board-3430sdp.c Auto-merging arch/arm/mach-omap2/board-am3517evm.c CONFLICT (content): Merge conflict in arch/arm/mach-omap2/board-am3517evm.c Auto-merging arch/arm/mach-omap2/board-cm-t35.c Auto-merging arch/arm/mach-omap2/board-devkit8000.c Auto-merging arch/arm/mach-omap2/board-igep0020.c Auto-merging arch/arm/mach-omap2/board-omap3beagle.c Auto-merging arch/arm/mach-omap2/board-omap3evm.c Auto-merging arch/arm/mach-omap2/board-omap3pandora.c Auto-merging arch/arm/mach-omap2/board-omap3stalker.c Auto-merging arch/arm/mach-omap2/clock3xxx_data.c Auto-merging arch/arm/mach-omap2/omap_hwmod_2420_data.c CONFLICT (content): Merge conflict in arch/arm/mach-omap2/omap_hwmod_2420_data.c Auto-merging arch/arm/mach-omap2/omap_hwmod_2430_data.c CONFLICT (content): Merge conflict in arch/arm/mach-omap2/omap_hwmod_2430_data.c Auto-merging arch/arm/mach-omap2/omap_hwmod_3xxx_data.c Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a Recorded resolution for 'arch/arm/mach-omap2/board-3430sdp.c'. [master 808bd4e] Merge remote-tracking branch 'omap_dss2/for-next' $ git diff -M --stat --summary HEAD^.. arch/arm/mach-omap2/Makefile | 3 + arch/arm/mach-omap2/board-3430sdp.c | 15 +- arch/arm/mach-omap2/board-am3517evm.c | 16 +- arch/arm/mach-omap2/board-cm-t35.c | 22 +- arch/arm/mach-omap2/board-devkit8000.c | 22 +- arch/arm/mach-omap2/board-igep0020.c | 20 +- arch/arm/mach-omap2/board-omap3beagle.c | 22 +- arch/arm/mach-omap2/board-omap3evm.c | 30 +-- arch/arm/mach-omap2/board-omap3pandora.c | 17 +- arch/arm/mach-omap2/board-omap3stalker.c | 26 +- arch/arm/mach-omap2/board-rx51-peripherals.c | 4 +- arch/arm/mach-omap2/board-rx51-video.c | 15 +- arch/arm/mach-omap2/board-zoom-display.c | 15 +- arch/arm/mach-omap2/board-zoom-peripherals.c | 12 +- arch/arm/mach-omap2/clock2420_data.c | 8 +- arch/arm/mach-omap2/clock2430_data.c | 8 +- arch/arm/mach-omap2/clock3xxx_data.c | 14 +- arch/arm/mach-omap2/clock44xx_data.c | 15 +- arch/arm/mach-omap2/display.c | 103 ++++++ arch/arm/mach-omap2/omap_hwmod_2420_data.c | 311 ++++++++++++++++++- arch/arm/mach-omap2/omap_hwmod_2430_data.c | 284 ++++++++++++++++ arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 433 +++++++++++++++++++++++++ arch/arm/plat-omap/include/plat/display.h | 16 + arch/arm/plat-omap/include/plat/l3_2xxx.h | 20 ++ arch/arm/plat-omap/include/plat/l3_3xxx.h | 20 ++ arch/arm/plat-omap/include/plat/l4_2xxx.h | 24 ++ arch/arm/plat-omap/include/plat/l4_3xxx.h | 10 + drivers/video/omap2/dss/Kconfig | 6 +- drivers/video/omap2/dss/core.c | 450 ++------------------------ drivers/video/omap2/dss/dispc.c | 124 +++++--- drivers/video/omap2/dss/dpi.c | 16 +- drivers/video/omap2/dss/dsi.c | 96 +++++- drivers/video/omap2/dss/dss.c | 438 ++++++++++++++++++++++++-- drivers/video/omap2/dss/dss.h | 56 ++-- drivers/video/omap2/dss/manager.c | 4 +- drivers/video/omap2/dss/overlay.c | 4 +- drivers/video/omap2/dss/rfbi.c | 128 +++++--- drivers/video/omap2/dss/sdi.c | 8 +- drivers/video/omap2/dss/venc.c | 133 +++++--- drivers/video/omap2/omapfb/Kconfig | 6 +- 40 files changed, 2130 insertions(+), 844 deletions(-) create mode 100644 arch/arm/mach-omap2/display.c create mode 100644 arch/arm/plat-omap/include/plat/l3_2xxx.h create mode 100644 arch/arm/plat-omap/include/plat/l3_3xxx.h create mode 100644 arch/arm/plat-omap/include/plat/l4_2xxx.h Merging voltage/for-next $ git merge voltage/for-next Merge made by recursive. drivers/regulator/wm831x-dcdc.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Merging security-testing/next $ git merge security-testing/next Auto-merging fs/file_table.c Auto-merging fs/open.c Auto-merging include/linux/fs.h Auto-merging security/security.c Merge made by recursive. fs/cachefiles/namei.c | 52 +++++- fs/file_table.c | 5 +- fs/open.c | 3 +- include/linux/fs.h | 23 ++- include/linux/ima.h | 6 - include/linux/xattr.h | 2 + security/integrity/ima/ima_iint.c | 5 - security/integrity/ima/ima_main.c | 130 ++------------ security/security.c | 3 + security/selinux/ss/avtab.h | 1 - security/selinux/ss/ebitmap.h | 1 - security/smack/smack.h | 17 +- security/smack/smack_access.c | 52 ++++-- security/smack/smack_lsm.c | 282 ++++++++++++++++++++++++----- security/smack/smackfs.c | 370 +++++++++++++++++++++++++------------ 15 files changed, 624 insertions(+), 328 deletions(-) Merging selinux/master $ git merge selinux/master Auto-merging fs/btrfs/inode.c Auto-merging fs/btrfs/xattr.c Auto-merging fs/ext2/namei.c Auto-merging fs/ext3/namei.c Auto-merging fs/ext4/ialloc.c Auto-merging fs/gfs2/inode.c Auto-merging fs/jfs/namei.c Auto-merging fs/ocfs2/namei.c Auto-merging fs/ocfs2/refcounttree.c Auto-merging fs/xfs/linux-2.6/xfs_iops.c Auto-merging include/linux/ext3_fs.h Auto-merging include/linux/security.h Auto-merging kernel/sysctl.c Auto-merging security/security.c Auto-merging security/selinux/hooks.c Auto-merging security/selinux/ss/policydb.c Auto-merging security/smack/smack_lsm.c Merge made by recursive. fs/btrfs/inode.c | 13 ++-- fs/btrfs/xattr.c | 6 +- fs/btrfs/xattr.h | 3 +- fs/ext2/ext2.h | 2 +- fs/ext2/ialloc.c | 5 +- fs/ext2/namei.c | 8 +- fs/ext2/xattr.h | 6 +- fs/ext2/xattr_security.c | 5 +- fs/ext3/ialloc.c | 5 +- fs/ext3/namei.c | 8 +- fs/ext3/xattr.h | 4 +- fs/ext3/xattr_security.c | 5 +- fs/ext4/ialloc.c | 2 +- fs/ext4/xattr.h | 4 +- fs/ext4/xattr_security.c | 5 +- fs/gfs2/inode.c | 7 +- fs/jffs2/dir.c | 9 +- fs/jffs2/nodelist.h | 2 +- fs/jffs2/security.c | 5 +- fs/jffs2/write.c | 18 +++-- fs/jffs2/xattr.h | 5 +- fs/jfs/jfs_xattr.h | 5 +- fs/jfs/namei.c | 8 +- fs/jfs/xattr.c | 6 +- fs/ocfs2/namei.c | 4 +- fs/ocfs2/refcounttree.c | 3 +- fs/ocfs2/xattr.c | 10 ++- fs/ocfs2/xattr.h | 4 +- fs/proc/proc_sysctl.c | 1 - fs/reiserfs/namei.c | 9 +- fs/reiserfs/xattr_security.c | 3 +- fs/xfs/linux-2.6/xfs_iops.c | 9 +- include/linux/ext3_fs.h | 3 +- include/linux/reiserfs_xattr.h | 2 + include/linux/security.h | 22 ++---- kernel/sysctl.c | 5 - mm/shmem.c | 9 +- security/capability.c | 9 +-- security/security.c | 11 +-- security/selinux/hooks.c | 140 +++++++---------------------------- security/selinux/include/security.h | 8 +- security/selinux/ss/avtab.h | 22 +++--- security/selinux/ss/policydb.c | 130 ++++++++++++++++++++++++++++++++ security/selinux/ss/policydb.h | 14 +++- security/selinux/ss/services.c | 45 ++++++++---- security/smack/smack_lsm.c | 5 +- 46 files changed, 351 insertions(+), 263 deletions(-) Merging lblnet/master $ git merge lblnet/master Already up-to-date. Merging agp/agp-next $ git merge agp/agp-next Merge made by recursive. Merging watchdog/master $ git merge watchdog/master Auto-merging drivers/watchdog/Kconfig Auto-merging drivers/watchdog/Makefile Merge made by recursive. arch/mips/include/asm/mach-jz4740/platform.h | 1 + arch/mips/jz4740/platform.c | 16 ++ drivers/watchdog/Kconfig | 6 + drivers/watchdog/Makefile | 1 + drivers/watchdog/jz4740_wdt.c | 322 ++++++++++++++++++++++++++ 5 files changed, 346 insertions(+), 0 deletions(-) create mode 100644 drivers/watchdog/jz4740_wdt.c Merging bdev/master $ git merge bdev/master Already up-to-date. Merging dwmw2-iommu/master $ git merge dwmw2-iommu/master Merge made by recursive. drivers/pci/intel-iommu.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Merging cputime/cputime $ git merge cputime/cputime Already up-to-date. Merging osd/linux-next $ git merge osd/linux-next Merge made by recursive. fs/exofs/dir.c | 15 ++++++--------- fs/exofs/exofs.h | 2 ++ fs/exofs/file.c | 5 ----- fs/exofs/inode.c | 45 +++++++++++++++++++++++++++++++++++++-------- fs/exofs/super.c | 18 ++++++++++++++++++ 5 files changed, 63 insertions(+), 22 deletions(-) Merging jc_docs/docs-next $ git merge jc_docs/docs-next Already up-to-date. Merging nommu/master $ git merge nommu/master Already up-to-date. Merging trivial/for-next $ git merge trivial/for-next Recorded preimage for 'MAINTAINERS' Auto-merging MAINTAINERS CONFLICT (content): Merge conflict in MAINTAINERS Auto-merging Makefile Auto-merging arch/x86/kernel/apic/io_apic.c Auto-merging drivers/bluetooth/btusb.c Auto-merging drivers/gpu/drm/radeon/evergreen.c Auto-merging drivers/gpu/drm/radeon/r100.c Auto-merging drivers/gpu/drm/radeon/r300.c Auto-merging drivers/gpu/drm/radeon/r600.c Auto-merging drivers/gpu/drm/radeon/rs690.c Auto-merging drivers/gpu/drm/radeon/rv770.c Auto-merging drivers/net/sungem.h Auto-merging drivers/scsi/megaraid/megaraid_sas_base.c Auto-merging fs/fuse/cuse.c Auto-merging fs/ocfs2/dir.c Auto-merging mm/memory.c Auto-merging net/mac80211/tx.c Auto-merging sound/pci/au88x0/au88x0_core.c Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a Recorded resolution for 'MAINTAINERS'. [master 32cb019] Merge remote-tracking branch 'trivial/for-next' $ git diff -M --stat --summary HEAD^.. Documentation/cgroups/memory.txt | 5 +- Documentation/device-mapper/dm-crypt.txt | 2 +- Documentation/filesystems/romfs.txt | 3 +- Documentation/kbuild/kbuild.txt | 2 +- Documentation/kbuild/makefiles.txt | 3 +- Documentation/kvm/api.txt | 96 ++++++++++++++-------------- Documentation/sysctl/kernel.txt | 2 +- MAINTAINERS | 15 +++-- Makefile | 2 +- arch/alpha/include/asm/cacheflush.h | 2 +- arch/arm/mach-ux500/mbox-db5500.c | 2 +- arch/avr32/mm/cache.c | 2 +- arch/cris/arch-v10/mm/init.c | 2 +- arch/ia64/include/asm/perfmon.h | 2 +- arch/x86/kernel/apic/io_apic.c | 2 +- arch/x86/oprofile/op_model_p4.c | 2 +- arch/xtensa/configs/s6105_defconfig | 2 +- drivers/atm/firestream.c | 2 +- drivers/block/smart1,2.h | 2 +- drivers/bluetooth/btusb.c | 4 +- drivers/cpuidle/sysfs.c | 2 +- drivers/dma/coh901318.c | 4 +- drivers/dma/shdma.c | 2 +- drivers/edac/i7300_edac.c | 2 +- drivers/edac/i82975x_edac.c | 69 +++++++++++++-------- drivers/gpu/drm/drm_sman.c | 4 +- drivers/gpu/drm/radeon/evergreen.c | 2 +- drivers/gpu/drm/radeon/r100.c | 8 +- drivers/gpu/drm/radeon/r300.c | 4 +- drivers/gpu/drm/radeon/r420.c | 4 +- drivers/gpu/drm/radeon/r520.c | 4 +- drivers/gpu/drm/radeon/r600.c | 2 +- drivers/gpu/drm/radeon/radeon_ring.c | 2 +- drivers/gpu/drm/radeon/rs400.c | 4 +- drivers/gpu/drm/radeon/rs600.c | 4 +- drivers/gpu/drm/radeon/rs690.c | 4 +- drivers/gpu/drm/radeon/rv515.c | 4 +- drivers/gpu/drm/radeon/rv770.c | 2 +- drivers/isdn/mISDN/hwchannel.c | 6 +- drivers/message/i2o/i2o_config.c | 3 +- drivers/mtd/nand/mxc_nand.c | 5 +- drivers/net/atl1c/atl1c.h | 4 +- drivers/net/qla3xxx.c | 2 +- drivers/net/sungem.h | 2 +- drivers/platform/x86/acer-wmi.c | 1 - drivers/scsi/aic7xxx/aic79xx.h | 2 +- drivers/scsi/aic7xxx/aic7xxx.h | 2 +- drivers/scsi/aic7xxx/aic7xxx_core.c | 2 +- drivers/scsi/megaraid.c | 4 +- drivers/scsi/megaraid/megaraid_sas_base.c | 2 +- drivers/scsi/osst.c | 10 +-- drivers/scsi/qla4xxx/ql4_isr.c | 2 +- drivers/scsi/qla4xxx/ql4_os.c | 2 +- drivers/target/target_core_hba.c | 1 - drivers/tty/hvc/hvcs.c | 2 +- drivers/tty/serial/pch_uart.c | 1 - drivers/usb/wusbcore/rh.c | 2 +- fs/dcache.c | 4 +- fs/direct-io.c | 6 +- fs/eventpoll.c | 12 ++-- fs/ext4/extents.c | 4 +- fs/fuse/cuse.c | 2 +- fs/ocfs2/dir.c | 2 +- include/linux/mmzone.h | 2 +- init/Kconfig | 6 +- kernel/trace/ring_buffer.c | 2 +- mm/memory.c | 6 +- net/core/dev_addr_lists.c | 4 +- net/ipv6/inet6_hashtables.c | 2 +- net/mac80211/tx.c | 2 +- sound/pci/au88x0/au88x0.h | 4 +- sound/pci/au88x0/au88x0_core.c | 4 +- 72 files changed, 205 insertions(+), 193 deletions(-) Merging audit/for-next $ git merge audit/for-next Already up-to-date. Merging suspend/linux-next $ git merge suspend/linux-next Auto-merging drivers/acpi/sleep.c Auto-merging drivers/net/e1000e/netdev.c Auto-merging drivers/net/pch_gbe/pch_gbe_main.c Auto-merging drivers/scsi/scsi_priv.h Auto-merging include/acpi/acpi_bus.h Auto-merging kernel/power/main.c Merge made by recursive. Documentation/ABI/testing/sysfs-devices-power | 20 +- Documentation/power/devices.txt | 94 +++++++--- Documentation/power/runtime_pm.txt | 13 +- arch/x86/kernel/apm_32.c | 5 +- arch/x86/xen/Kconfig | 2 +- drivers/acpi/Kconfig | 1 - drivers/acpi/bus.c | 23 +-- drivers/acpi/sleep.c | 4 +- drivers/base/power/Makefile | 3 +- drivers/base/power/main.c | 175 ++++++++++--------- drivers/base/power/power.h | 21 +-- drivers/base/power/runtime.c | 37 +++-- drivers/base/power/sysfs.c | 78 ++++++--- drivers/base/power/trace.c | 6 +- drivers/base/power/wakeup.c | 109 ++++++++---- drivers/net/e1000e/netdev.c | 8 +- drivers/net/pch_gbe/pch_gbe_main.c | 2 +- drivers/pci/pci-driver.c | 4 +- drivers/scsi/Makefile | 2 +- drivers/scsi/scsi_priv.h | 2 +- drivers/scsi/scsi_sysfs.c | 2 +- drivers/usb/core/hcd-pci.c | 4 +- drivers/usb/core/hub.c | 10 +- include/acpi/acpi_bus.h | 2 +- include/linux/device.h | 1 + include/linux/pm.h | 19 +- include/linux/pm_runtime.h | 6 + include/linux/pm_wakeup.h | 10 +- kernel/power/Kconfig | 237 +++++++++++-------------- kernel/power/main.c | 3 - 30 files changed, 493 insertions(+), 410 deletions(-) Merging fsnotify/for-next $ git merge fsnotify/for-next Auto-merging fs/cachefiles/namei.c Auto-merging fs/nfsd/vfs.c Auto-merging include/linux/fsnotify_backend.h Merge made by recursive. fs/cachefiles/namei.c | 1 - fs/cachefiles/xattr.c | 1 - fs/nfsd/vfs.c | 3 - fs/notify/dnotify/dnotify.c | 15 +++--- fs/notify/fanotify/fanotify.c | 24 +++++---- fs/notify/fanotify/fanotify_user.c | 101 +++++++++++++++++++++++++----------- fs/notify/group.c | 1 + fs/notify/mark.c | 36 +++++-------- include/linux/fanotify.h | 5 ++- include/linux/fsnotify_backend.h | 14 ++++- 10 files changed, 121 insertions(+), 80 deletions(-) Merging irda/for-next $ git merge irda/for-next Already up-to-date. Merging catalin/for-next $ git merge catalin/for-next Already up-to-date. Merging alacrity/linux-next $ git merge alacrity/linux-next Resolved 'drivers/Makefile' using previous resolution. Resolved 'include/linux/Kbuild' using previous resolution. Resolved 'lib/Kconfig' using previous resolution. Auto-merging MAINTAINERS Auto-merging arch/x86/Kconfig Auto-merging drivers/Makefile CONFLICT (content): Merge conflict in drivers/Makefile Auto-merging drivers/net/Kconfig Auto-merging drivers/net/Makefile Auto-merging include/linux/Kbuild CONFLICT (content): Merge conflict in include/linux/Kbuild Auto-merging lib/Kconfig CONFLICT (content): Merge conflict in lib/Kconfig Auto-merging lib/Makefile Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master 21e2d04] Merge remote-tracking branch 'alacrity/linux-next' $ git diff -M --stat --summary HEAD^.. MAINTAINERS | 25 + arch/x86/Kconfig | 2 + drivers/Makefile | 1 + drivers/net/Kconfig | 14 + drivers/net/Makefile | 1 + drivers/net/vbus-enet.c | 1560 +++++++++++++++++++++++++++++++++++++++++++ drivers/vbus/Kconfig | 25 + drivers/vbus/Makefile | 6 + drivers/vbus/bus-proxy.c | 248 +++++++ drivers/vbus/pci-bridge.c | 1016 ++++++++++++++++++++++++++++ include/linux/Kbuild | 4 + include/linux/ioq.h | 414 ++++++++++++ include/linux/shm_signal.h | 189 ++++++ include/linux/vbus_driver.h | 83 +++ include/linux/vbus_pci.h | 145 ++++ include/linux/venet.h | 133 ++++ lib/Kconfig | 21 + lib/Makefile | 2 + lib/ioq.c | 304 +++++++++ lib/shm_signal.c | 196 ++++++ 20 files changed, 4389 insertions(+), 0 deletions(-) create mode 100644 drivers/net/vbus-enet.c create mode 100644 drivers/vbus/Kconfig create mode 100644 drivers/vbus/Makefile create mode 100644 drivers/vbus/bus-proxy.c create mode 100644 drivers/vbus/pci-bridge.c create mode 100644 include/linux/ioq.h create mode 100644 include/linux/shm_signal.h create mode 100644 include/linux/vbus_driver.h create mode 100644 include/linux/vbus_pci.h create mode 100644 include/linux/venet.h create mode 100644 lib/ioq.c create mode 100644 lib/shm_signal.c Merging i7core_edac/linux_next $ git merge i7core_edac/linux_next Auto-merging drivers/edac/i7core_edac.c Merge made by recursive. drivers/edac/i7core_edac.c | 23 ++++++++++++++++++++--- 1 files changed, 20 insertions(+), 3 deletions(-) Merging i7300_edac/linux_next $ git merge i7300_edac/linux_next Already up-to-date! Merge made by recursive. Merging devicetree/devicetree/next $ git merge devicetree/devicetree/next Resolved 'drivers/spi/pxa2xx_spi_pci.c' using previous resolution. Auto-merging drivers/i2c/i2c-core.c Auto-merging drivers/spi/pxa2xx_spi_pci.c CONFLICT (content): Merge conflict in drivers/spi/pxa2xx_spi_pci.c Auto-merging include/linux/device.h Auto-merging include/linux/i2c.h Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master 870747a] Merge remote-tracking branch 'devicetree/devicetree/next' $ git diff -M --stat --summary HEAD^.. .../devicetree/bindings/serio/altera_ps2.txt | 4 + arch/microblaze/include/asm/pci-bridge.h | 12 +++ arch/microblaze/include/asm/prom.h | 15 --- arch/microblaze/kernel/prom_parse.c | 77 ----------------- arch/microblaze/pci/pci-common.c | 1 + arch/microblaze/pci/pci_32.c | 1 + arch/powerpc/include/asm/pci-bridge.h | 37 +++----- arch/powerpc/include/asm/pci.h | 2 +- arch/powerpc/include/asm/prom.h | 15 --- arch/powerpc/kernel/of_platform.c | 2 +- arch/powerpc/kernel/pci-common.c | 12 +-- arch/powerpc/kernel/pci_32.c | 2 +- arch/powerpc/kernel/pci_64.c | 6 +- arch/powerpc/kernel/pci_dn.c | 9 ++- arch/powerpc/kernel/pci_of_scan.c | 4 +- arch/powerpc/kernel/prom_parse.c | 84 ------------------ arch/powerpc/platforms/pseries/pci_dlpar.c | 2 +- drivers/i2c/busses/i2c-ocores.c | 14 +--- drivers/i2c/i2c-core.c | 2 - drivers/input/serio/altera_ps2.c | 15 +++- drivers/mmc/host/mmc_spi.c | 4 - drivers/net/ethoc.c | 8 +-- drivers/of/Kconfig | 6 ++ drivers/of/Makefile | 1 + drivers/of/of_pci.c | 91 ++++++++++++++++++++ drivers/spi/pxa2xx_spi.c | 2 - drivers/spi/pxa2xx_spi_pci.c | 2 - drivers/spi/xilinx_spi.c | 6 -- include/linux/device.h | 7 +- include/linux/i2c.h | 2 - include/linux/of.h | 4 +- include/linux/of_pci.h | 9 ++ 32 files changed, 180 insertions(+), 278 deletions(-) create mode 100644 Documentation/devicetree/bindings/serio/altera_ps2.txt create mode 100644 drivers/of/of_pci.c create mode 100644 include/linux/of_pci.h Merging spi/spi/next $ git merge spi/spi/next Auto-merging drivers/spi/amba-pl022.c Auto-merging drivers/spi/spi_sh_msiof.c Merge made by recursive. .../devicetree/bindings/spi/spi_altera.txt | 4 + .../devicetree/bindings/spi/spi_oc_tiny.txt | 12 + drivers/gpio/sx150x.c | 54 ++- drivers/spi/Kconfig | 19 + drivers/spi/Makefile | 3 + drivers/spi/amba-pl022.c | 73 ++-- drivers/spi/spi_altera.c | 339 ++++++++++++ drivers/spi/spi_bfin5xx.c | 104 +++-- drivers/spi/spi_bitbang.c | 13 +- drivers/spi/spi_imx.c | 12 +- drivers/spi/spi_oc_tiny.c | 425 +++++++++++++++ drivers/spi/spi_sh.c | 543 ++++++++++++++++++++ drivers/spi/spi_sh_msiof.c | 127 ++++-- drivers/spi/spidev.c | 12 + include/linux/spi/spi_oc_tiny.h | 20 + 15 files changed, 1631 insertions(+), 129 deletions(-) create mode 100644 Documentation/devicetree/bindings/spi/spi_altera.txt create mode 100644 Documentation/devicetree/bindings/spi/spi_oc_tiny.txt create mode 100644 drivers/spi/spi_altera.c create mode 100644 drivers/spi/spi_oc_tiny.c create mode 100644 drivers/spi/spi_sh.c create mode 100644 include/linux/spi/spi_oc_tiny.h Merging tip/auto-latest $ git merge tip/auto-latest Auto-merging arch/x86/Kconfig Removing arch/x86/lib/memmove_64.c Auto-merging arch/xtensa/kernel/time.c Auto-merging drivers/rtc/rtc-mrst.c Auto-merging include/linux/pci_ids.h Auto-merging include/linux/sched.h Auto-merging include/linux/security.h Auto-merging security/security.c Merge made by recursive. Documentation/spinlocks.txt | 24 +- Documentation/trace/kprobetrace.txt | 16 +- arch/alpha/include/asm/rwsem.h | 36 - arch/alpha/kernel/time.c | 8 +- arch/arm/kernel/time.c | 4 +- arch/arm/mach-clps711x/include/mach/time.h | 2 +- arch/blackfin/kernel/time.c | 6 +- arch/cris/arch-v10/kernel/time.c | 4 +- arch/cris/arch-v32/kernel/time.c | 6 +- arch/frv/kernel/time.c | 14 +- arch/h8300/kernel/time.c | 4 +- arch/h8300/kernel/timer/timer8.c | 2 +- arch/ia64/include/asm/rwsem.h | 37 - arch/ia64/kernel/time.c | 19 +- arch/ia64/xen/time.c | 13 +- arch/m32r/kernel/time.c | 5 +- arch/m68k/bvme6000/config.c | 4 +- arch/m68k/kernel/time.c | 4 +- arch/m68k/mvme147/config.c | 4 +- arch/m68k/mvme16x/config.c | 4 +- arch/m68k/sun3/sun3ints.c | 2 +- arch/m68knommu/kernel/time.c | 8 +- arch/mips/kernel/vpe.c | 4 +- arch/mn10300/kernel/time.c | 6 +- arch/parisc/kernel/time.c | 7 +- arch/powerpc/include/asm/rwsem.h | 51 - arch/s390/include/asm/rwsem.h | 63 -- arch/sh/include/asm/rwsem.h | 56 -- arch/sparc/include/asm/rwsem.h | 46 - arch/sparc/kernel/pcic.c | 4 +- arch/sparc/kernel/time_32.c | 9 +- arch/sparc/lib/atomic32.c | 2 +- arch/um/Kconfig.common | 1 + arch/um/drivers/ubd_kern.c | 2 +- arch/um/kernel/irq.c | 31 +- arch/x86/Kconfig | 2 +- arch/x86/ia32/ia32entry.S | 1 + arch/x86/include/asm/amd_nb.h | 6 +- arch/x86/include/asm/apic.h | 36 +- arch/x86/include/asm/entry_arch.h | 5 +- arch/x86/include/asm/hw_irq.h | 24 + arch/x86/include/asm/ipi.h | 8 +- arch/x86/include/asm/irq_vectors.h | 45 +- arch/x86/include/asm/mpspec.h | 3 - arch/x86/include/asm/numa.h | 49 + arch/x86/include/asm/numa_32.h | 7 +- arch/x86/include/asm/numa_64.h | 16 +- arch/x86/include/asm/page_types.h | 8 + arch/x86/include/asm/processor.h | 4 - arch/x86/include/asm/rwsem.h | 80 +-- arch/x86/include/asm/smp.h | 10 + arch/x86/include/asm/topology.h | 17 - arch/x86/include/asm/unistd_32.h | 3 +- arch/x86/include/asm/unistd_64.h | 2 + arch/x86/include/asm/x86_init.h | 2 + arch/x86/kernel/acpi/boot.c | 8 +- arch/x86/kernel/amd_nb.c | 84 ++- arch/x86/kernel/aperture_64.c | 33 +- arch/x86/kernel/apic/apic.c | 76 ++- arch/x86/kernel/apic/apic_flat_64.c | 4 - arch/x86/kernel/apic/apic_noop.c | 26 +- arch/x86/kernel/apic/bigsmp_32.c | 34 +- arch/x86/kernel/apic/es7000_32.c | 35 +- arch/x86/kernel/apic/ipi.c | 12 +- arch/x86/kernel/apic/numaq_32.c | 21 +- arch/x86/kernel/apic/probe_32.c | 10 +- arch/x86/kernel/apic/summit_32.c | 47 +- arch/x86/kernel/apic/x2apic_cluster.c | 2 - arch/x86/kernel/apic/x2apic_phys.c | 2 - arch/x86/kernel/apic/x2apic_uv_x.c | 2 - arch/x86/kernel/asm-offsets.c | 70 ++ arch/x86/kernel/asm-offsets_32.c | 69 -- arch/x86/kernel/asm-offsets_64.c | 90 +-- arch/x86/kernel/cpu/amd.c | 61 +- arch/x86/kernel/cpu/common.c | 2 +- arch/x86/kernel/cpu/intel.c | 5 +- arch/x86/kernel/cpu/intel_cacheinfo.c | 80 ++- arch/x86/kernel/cpu/mcheck/mce_amd.c | 7 +- arch/x86/kernel/cpu/perf_event.c | 4 +- arch/x86/kernel/e820.c | 10 +- arch/x86/kernel/entry_64.S | 5 +- arch/x86/kernel/irqinit.c | 79 ++- arch/x86/kernel/microcode_amd.c | 188 +++-- arch/x86/kernel/microcode_core.c | 6 +- arch/x86/kernel/setup.c | 45 +- arch/x86/kernel/setup_percpu.c | 11 +- arch/x86/kernel/smpboot.c | 113 +-- arch/x86/kernel/syscall_table_32.S | 1 + arch/x86/kernel/vmlinux.lds.S | 2 +- arch/x86/kernel/x8664_ksyms_64.c | 1 + arch/x86/kernel/x86_init.c | 1 + arch/x86/lib/memmove_64.S | 197 ++++ arch/x86/lib/memmove_64.c | 192 ---- arch/x86/mm/amdtopology_64.c | 12 +- arch/x86/mm/init.c | 36 +- arch/x86/mm/init_64.c | 117 ++- arch/x86/mm/numa.c | 212 +++++- arch/x86/mm/numa_32.c | 7 + arch/x86/mm/numa_64.c | 239 +----- arch/x86/mm/srat_32.c | 6 +- arch/x86/mm/srat_64.c | 14 +- arch/x86/mm/tlb.c | 11 +- arch/x86/pci/amd_bus.c | 2 +- arch/x86/platform/mrst/mrst.c | 2 + arch/x86/platform/mrst/vrtc.c | 16 +- arch/xtensa/include/asm/rwsem.h | 37 - arch/xtensa/kernel/time.c | 6 +- drivers/char/mmtimer.c | 30 +- drivers/rtc/rtc-mrst.c | 13 +- include/linux/ftrace.h | 2 + include/linux/interrupt.h | 3 +- include/linux/kthread.h | 2 +- include/linux/pci_ids.h | 1 + include/linux/posix-clock.h | 150 +++ include/linux/posix-timers.h | 44 +- include/linux/rwlock_types.h | 8 - include/linux/rwsem-spinlock.h | 31 +- include/linux/rwsem.h | 53 +- include/linux/sched.h | 9 +- include/linux/security.h | 9 +- include/linux/spinlock_types.h | 8 - include/linux/syscalls.h | 2 + include/linux/thread_info.h | 3 - include/linux/time.h | 11 +- include/linux/timex.h | 3 +- kernel/compat.c | 136 ++- kernel/cred.c | 2 +- kernel/futex.c | 22 +- kernel/hrtimer.c | 13 +- kernel/irq/irqdesc.c | 17 - kernel/irq/manage.c | 20 +- kernel/irq/pm.c | 3 - kernel/perf_event.c | 260 ++++-- kernel/posix-cpu-timers.c | 110 +-- kernel/posix-timers.c | 321 ++++---- kernel/rtmutex-debug.c | 1 - kernel/rtmutex-tester.c | 39 +- kernel/rtmutex.c | 318 +++---- kernel/rtmutex_common.h | 16 +- kernel/sched.c | 31 +- kernel/softirq.c | 5 +- kernel/time.c | 57 +- kernel/time/Makefile | 3 +- kernel/time/clockevents.c | 1 - kernel/time/jiffies.c | 20 + kernel/time/ntp.c | 13 + kernel/time/posix-clock.c | 441 +++++++++ kernel/time/tick-broadcast.c | 1 - kernel/time/tick-common.c | 1 - kernel/time/tick-internal.h | 9 + kernel/time/tick-oneshot.c | 1 - kernel/time/tick-sched.c | 1 - kernel/time/timekeeping.c | 86 ++- kernel/timer.c | 13 - kernel/trace/ftrace.c | 52 +- kernel/trace/trace_kprobe.c | 111 +++- lib/rwsem.c | 10 +- mm/page_alloc.c | 34 +- scripts/checkpatch.pl | 5 - security/commoncap.c | 2 +- security/security.c | 2 +- tools/perf/Documentation/perf-probe.txt | 19 + tools/perf/Makefile | 44 +- tools/perf/bench/sched-pipe.c | 2 +- tools/perf/builtin-annotate.c | 291 +----- tools/perf/builtin-diff.c | 16 +- tools/perf/builtin-inject.c | 82 +- tools/perf/builtin-kmem.c | 10 +- tools/perf/builtin-lock.c | 6 +- tools/perf/builtin-probe.c | 70 ++- tools/perf/builtin-record.c | 420 ++++----- tools/perf/builtin-report.c | 108 ++- tools/perf/builtin-sched.c | 27 +- tools/perf/builtin-script.c | 17 +- tools/perf/builtin-stat.c | 78 +- tools/perf/builtin-test.c | 184 ++++- tools/perf/builtin-timechart.c | 13 +- tools/perf/builtin-top.c | 974 ++++++-------------- tools/perf/perf.h | 26 + tools/perf/python/twatch.py | 41 + tools/perf/util/annotate.c | 593 ++++++++++++ tools/perf/util/annotate.h | 101 ++ tools/perf/util/build-id.c | 21 +- tools/perf/util/cache.h | 7 +- tools/perf/util/callchain.c | 227 +++--- tools/perf/util/callchain.h | 76 ++- tools/perf/util/cpumap.c | 5 + tools/perf/util/cpumap.h | 2 +- tools/perf/util/debug.c | 2 +- tools/perf/util/debug.h | 2 +- tools/perf/util/event.c | 319 ++----- tools/perf/util/event.h | 78 +- tools/perf/util/evlist.c | 350 +++++++ tools/perf/util/evlist.h | 64 ++ tools/perf/util/evsel.c | 195 ++++- tools/perf/util/evsel.h | 29 +- tools/perf/util/header.c | 100 ++- tools/perf/util/header.h | 55 +- tools/perf/util/hist.c | 237 +----- tools/perf/util/hist.h | 48 +- tools/perf/util/include/linux/list.h | 1 + tools/perf/util/parse-events.c | 71 +- tools/perf/util/parse-events.h | 7 - tools/perf/util/probe-event.c | 137 +++- tools/perf/util/probe-event.h | 4 +- tools/perf/util/probe-finder.c | 526 ++++++----- tools/perf/util/python.c | 891 ++++++++++++++++++ .../util/scripting-engines/trace-event-python.c | 3 +- tools/perf/util/session.c | 215 +++--- tools/perf/util/session.h | 27 +- tools/perf/util/setup.py | 19 + tools/perf/util/strfilter.c | 200 ++++ tools/perf/util/strfilter.h | 48 + tools/perf/util/symbol.c | 4 +- tools/perf/util/thread.c | 55 -- tools/perf/util/thread.h | 14 - tools/perf/util/thread_map.c | 64 ++ tools/perf/util/thread_map.h | 15 + tools/perf/util/top.c | 218 +++++ tools/perf/util/top.h | 64 ++ tools/perf/util/trace-event-parse.c | 2 +- tools/perf/util/ui/browsers/annotate.c | 57 +- tools/perf/util/ui/browsers/hists.c | 11 +- tools/perf/util/ui/browsers/map.c | 2 +- tools/perf/util/ui/browsers/top.c | 136 +++ tools/perf/util/ui/libslang.h | 6 +- tools/perf/util/ui/setup.c | 5 +- 227 files changed, 8243 insertions(+), 5245 deletions(-) create mode 100644 arch/x86/lib/memmove_64.S delete mode 100644 arch/x86/lib/memmove_64.c create mode 100644 include/linux/posix-clock.h create mode 100644 kernel/time/posix-clock.c create mode 100755 tools/perf/python/twatch.py create mode 100644 tools/perf/util/annotate.c create mode 100644 tools/perf/util/annotate.h create mode 100644 tools/perf/util/evlist.c create mode 100644 tools/perf/util/evlist.h create mode 100644 tools/perf/util/python.c create mode 100644 tools/perf/util/setup.py create mode 100644 tools/perf/util/strfilter.c create mode 100644 tools/perf/util/strfilter.h create mode 100644 tools/perf/util/thread_map.c create mode 100644 tools/perf/util/thread_map.h create mode 100644 tools/perf/util/top.c create mode 100644 tools/perf/util/top.h create mode 100644 tools/perf/util/ui/browsers/top.c Merging rcu/rcu/next $ git merge rcu/rcu/next Already up-to-date. Merging oprofile/for-next $ git merge oprofile/for-next Auto-merging arch/s390/Kconfig Merge made by recursive. arch/Kconfig | 3 + arch/s390/Kconfig | 1 + arch/s390/oprofile/Makefile | 2 +- arch/s390/oprofile/hwsampler.c | 1256 ++++++++++++++++++++++++++++++++++ arch/s390/oprofile/hwsampler.h | 113 +++ arch/s390/oprofile/hwsampler_files.c | 162 +++++ arch/s390/oprofile/init.c | 6 +- drivers/oprofile/cpu_buffer.c | 24 +- drivers/oprofile/timer_int.c | 4 +- include/linux/oprofile.h | 7 + 10 files changed, 1567 insertions(+), 11 deletions(-) create mode 100644 arch/s390/oprofile/hwsampler.c create mode 100644 arch/s390/oprofile/hwsampler.h create mode 100644 arch/s390/oprofile/hwsampler_files.c Merging xen-two/linux-next $ git merge xen-two/linux-next Auto-merging arch/x86/xen/Kconfig Merge made by recursive. arch/x86/include/asm/xen/page.h | 47 ++- arch/x86/include/asm/xen/pci.h | 8 +- arch/x86/pci/xen.c | 35 ++- arch/x86/xen/Kconfig | 8 + arch/x86/xen/enlighten.c | 2 +- arch/x86/xen/mmu.c | 72 ++++- arch/x86/xen/p2m.c | 207 +++++++++++- arch/x86/xen/setup.c | 59 ++++- arch/x86/xen/time.c | 4 +- drivers/gpu/drm/nouveau/nouveau_sgdma.c | 31 ++- drivers/gpu/drm/radeon/radeon.h | 4 +- drivers/gpu/drm/radeon/radeon_gart.c | 36 ++- drivers/gpu/drm/radeon/radeon_ttm.c | 8 +- drivers/gpu/drm/ttm/ttm_agp_backend.c | 3 +- drivers/gpu/drm/ttm/ttm_page_alloc.c | 34 ++- drivers/gpu/drm/ttm/ttm_tt.c | 12 +- drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c | 3 +- drivers/pci/xen-pcifront.c | 31 ++- drivers/xen/Kconfig | 10 + drivers/xen/Makefile | 2 + drivers/xen/balloon.c | 2 +- drivers/xen/events.c | 280 +++++++--------- drivers/xen/gntalloc.c | 545 +++++++++++++++++++++++++++++++ drivers/xen/gntdev.c | 372 ++++++++++++++-------- drivers/xen/grant-table.c | 6 + include/drm/ttm/ttm_bo_driver.h | 6 +- include/drm/ttm/ttm_page_alloc.h | 8 +- include/xen/gntalloc.h | 82 +++++ include/xen/gntdev.h | 31 ++ 29 files changed, 1571 insertions(+), 377 deletions(-) create mode 100644 drivers/xen/gntalloc.c create mode 100644 include/xen/gntalloc.h Merging xen-pvhvm/linux-next $ git merge xen-pvhvm/linux-next Resolved 'arch/x86/include/asm/xen/page.h' using previous resolution. Auto-merging arch/x86/include/asm/xen/page.h CONFLICT (content): Merge conflict in arch/x86/include/asm/xen/page.h Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master ab053e8] Merge remote-tracking branch 'xen-pvhvm/linux-next' $ git diff -M --stat --summary HEAD^.. Merging edac-amd/for-next $ git merge edac-amd/for-next Resolved 'include/linux/pci_ids.h' using previous resolution. Auto-merging arch/x86/kernel/amd_nb.c Auto-merging include/linux/pci_ids.h CONFLICT (content): Merge conflict in include/linux/pci_ids.h Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master 320bac9] Merge remote-tracking branch 'edac-amd/for-next' $ git diff -M --stat --summary HEAD^.. arch/x86/kernel/amd_nb.c | 2 +- drivers/edac/amd64_edac.c | 1412 +++++++++++++++++++---------------------- drivers/edac/amd64_edac.h | 357 ++++------- drivers/edac/amd64_edac_inj.c | 8 +- drivers/edac/edac_mc_sysfs.c | 26 +- drivers/edac/mce_amd.c | 8 +- drivers/edac/mce_amd.h | 28 +- include/linux/pci_ids.h | 2 +- 8 files changed, 825 insertions(+), 1018 deletions(-) Merging percpu/for-next $ git merge percpu/for-next Resolved 'arch/x86/kernel/vmlinux.lds.S' using previous resolution. Auto-merging arch/arm/kernel/vmlinux.lds.S Auto-merging arch/x86/kernel/vmlinux.lds.S CONFLICT (content): Merge conflict in arch/x86/kernel/vmlinux.lds.S Auto-merging include/asm-generic/vmlinux.lds.h Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master 9a953b5] Merge remote-tracking branch 'percpu/for-next' $ git diff -M --stat --summary HEAD^.. arch/alpha/kernel/vmlinux.lds.S | 5 +++-- arch/arm/kernel/vmlinux.lds.S | 2 +- arch/blackfin/kernel/vmlinux.lds.S | 2 +- arch/cris/kernel/vmlinux.lds.S | 2 +- arch/frv/kernel/vmlinux.lds.S | 2 +- arch/ia64/kernel/vmlinux.lds.S | 2 +- arch/m32r/kernel/vmlinux.lds.S | 2 +- arch/mips/kernel/vmlinux.lds.S | 2 +- arch/mn10300/kernel/vmlinux.lds.S | 2 +- arch/parisc/kernel/vmlinux.lds.S | 2 +- arch/powerpc/kernel/vmlinux.lds.S | 2 +- arch/s390/kernel/vmlinux.lds.S | 2 +- arch/sh/kernel/vmlinux.lds.S | 2 +- arch/sparc/kernel/vmlinux.lds.S | 2 +- arch/tile/kernel/vmlinux.lds.S | 2 +- arch/um/include/asm/common.lds.S | 2 +- arch/x86/kernel/vmlinux.lds.S | 4 ++-- arch/xtensa/kernel/vmlinux.lds.S | 2 +- include/asm-generic/vmlinux.lds.h | 35 ++++++++++++++++++++++------------- 19 files changed, 43 insertions(+), 33 deletions(-) Merging workqueues/for-next $ git merge workqueues/for-next Auto-merging arch/arm/plat-omap/mailbox.c Auto-merging drivers/acpi/osl.c Auto-merging drivers/cpufreq/cpufreq_conservative.c Auto-merging drivers/net/wireless/ipw2x00/ipw2100.c Auto-merging drivers/scsi/qla2xxx/qla_os.c Auto-merging fs/ocfs2/super.c Merge made by recursive. arch/arm/plat-omap/mailbox.c | 10 +-- drivers/acpi/osl.c | 6 +- drivers/cpufreq/cpufreq_conservative.c | 22 +--- drivers/cpufreq/cpufreq_ondemand.c | 20 +--- drivers/input/touchscreen/tps6507x-ts.c | 12 +-- drivers/md/md.c | 2 +- drivers/message/i2o/driver.c | 3 +- drivers/misc/iwmc3200top/iwmc3200top.h | 4 +- drivers/misc/iwmc3200top/main.c | 14 +-- drivers/net/wireless/ipw2x00/ipw2100.c | 70 +++++------- drivers/net/wireless/ipw2x00/ipw2100.h | 1 - drivers/net/wireless/ipw2x00/ipw2200.c | 196 ++++++++++++++----------------- drivers/net/wireless/ipw2x00/ipw2200.h | 2 - drivers/scsi/be2iscsi/be_main.c | 2 +- drivers/scsi/qla2xxx/qla_os.c | 2 +- drivers/scsi/scsi_tgt_lib.c | 2 +- fs/aio.c | 4 +- fs/ext4/super.c | 7 +- fs/nfs/inode.c | 2 +- fs/ocfs2/quota.h | 3 - fs/ocfs2/quota_global.c | 27 +---- fs/ocfs2/super.c | 7 - fs/reiserfs/journal.c | 2 +- fs/xfs/linux-2.6/xfs_buf.c | 5 +- fs/xfs/xfs_mru_cache.c | 2 +- include/linux/workqueue.h | 4 + kernel/workqueue.c | 6 +- net/9p/trans_fd.c | 52 ++------ net/rds/ib.c | 9 +-- net/rds/ib.h | 2 - net/rds/ib_rdma.c | 27 +---- net/sunrpc/sched.c | 2 +- 32 files changed, 190 insertions(+), 339 deletions(-) Merging sfi/sfi-test $ git merge sfi/sfi-test Already up-to-date. Merging asm-generic/next $ git merge asm-generic/next Already up-to-date. Merging drivers-x86/linux-next $ git merge drivers-x86/linux-next Auto-merging drivers/platform/x86/Kconfig Auto-merging drivers/platform/x86/Makefile Auto-merging drivers/platform/x86/acer-wmi.c Auto-merging include/linux/input.h Merge made by recursive. Documentation/ABI/testing/sysfs-platform-eeepc-wmi | 21 + drivers/platform/x86/Kconfig | 26 +- drivers/platform/x86/Makefile | 3 + drivers/platform/x86/acer-wmi.c | 4 +- drivers/platform/x86/asus-laptop.c | 180 +---- drivers/platform/x86/asus_acpi.c | 8 +- drivers/platform/x86/eeepc-wmi.c | 780 ++++++++++++++++---- drivers/platform/x86/intel_mid_powerbtn.c | 148 ++++ drivers/platform/x86/intel_pmic_gpio.c | 118 ++-- drivers/platform/x86/tc1100-wmi.c | 2 +- drivers/platform/x86/xo15-ebook.c | 181 +++++ include/linux/input.h | 7 + 12 files changed, 1107 insertions(+), 371 deletions(-) create mode 100644 drivers/platform/x86/intel_mid_powerbtn.c create mode 100644 drivers/platform/x86/xo15-ebook.c $ git am -3 ../patches/0001-OLPC-fix-for-removal-of-run_wake_count.patch Applying: OLPC: fix for removal of run_wake_count $ git reset HEAD^ Unstaged changes after reset: M drivers/platform/x86/xo15-ebook.c $ git add . $ git commit -v -a --amend [master 1f5c44a] Merge remote-tracking branch 'drivers-x86/linux-next' Merging hwpoison/hwpoison $ git merge hwpoison/hwpoison Already up-to-date. Merging sysctl/master $ git merge sysctl/master Already up-to-date. Merging driver-core/driver-core-next $ git merge driver-core/driver-core-next Auto-merging arch/x86/mm/init_64.c Auto-merging drivers/misc/Kconfig Auto-merging init/Kconfig Merge made by recursive. Documentation/ABI/testing/sysfs-platform-kim | 48 +++ Documentation/dynamic-debug-howto.txt | 12 +- Documentation/filesystems/sysfs.txt | 16 +- Documentation/memory-hotplug.txt | 47 ++- Documentation/zh_CN/SecurityBugs | 50 +++ Documentation/zh_CN/SubmitChecklist | 109 +++++ Documentation/zh_CN/SubmittingPatches | 2 +- Documentation/zh_CN/magic-number.txt | 167 ++++++++ arch/powerpc/platforms/pseries/hotplug-memory.c | 66 +++- arch/x86/mm/init_64.c | 14 + drivers/base/core.c | 34 ++- drivers/base/firmware_class.c | 7 +- drivers/base/memory.c | 197 +++++++--- drivers/base/node.c | 12 +- drivers/base/sys.c | 65 +++- drivers/misc/Kconfig | 7 +- drivers/misc/pch_phub.c | 69 +++- drivers/misc/ti-st/st_core.c | 413 +++++++------------ drivers/misc/ti-st/st_kim.c | 491 +++++++++++------------ drivers/misc/ti-st/st_ll.c | 10 +- fs/debugfs/inode.c | 26 +- include/linux/dynamic_debug.h | 8 +- include/linux/firmware.h | 4 +- include/linux/kobject.h | 10 +- include/linux/memory.h | 3 +- include/linux/node.h | 6 +- include/linux/platform_device.h | 11 +- include/linux/ti_wilink_st.h | 76 +++-- init/Kconfig | 4 +- lib/dynamic_debug.c | 61 +++- 30 files changed, 1314 insertions(+), 731 deletions(-) create mode 100644 Documentation/ABI/testing/sysfs-platform-kim create mode 100644 Documentation/zh_CN/SecurityBugs create mode 100644 Documentation/zh_CN/SubmitChecklist create mode 100644 Documentation/zh_CN/magic-number.txt Merging tty/tty-next $ git merge tty/tty-next Resolved 'drivers/tty/serial/68328serial.c' using previous resolution. Resolved 'drivers/tty/serial/Kconfig' using previous resolution. Resolved 'drivers/tty/serial/Makefile' using previous resolution. Auto-merging MAINTAINERS Auto-merging drivers/net/usb/hso.c Auto-merging drivers/tty/hvc/Makefile Auto-merging drivers/tty/n_gsm.c Auto-merging drivers/tty/serial/68328serial.c CONFLICT (content): Merge conflict in drivers/tty/serial/68328serial.c Auto-merging drivers/tty/serial/68360serial.c Auto-merging drivers/tty/serial/Kconfig CONFLICT (content): Merge conflict in drivers/tty/serial/Kconfig Auto-merging drivers/tty/serial/Makefile CONFLICT (content): Merge conflict in drivers/tty/serial/Makefile Auto-merging drivers/tty/serial/pch_uart.c Auto-merging drivers/usb/class/cdc-acm.c Auto-merging drivers/usb/serial/ftdi_sio.c Auto-merging drivers/usb/serial/io_edgeport.c Auto-merging drivers/usb/serial/sierra.c Auto-merging drivers/usb/serial/ti_usb_3410_5052.c Auto-merging drivers/usb/serial/usb_wwan.c Auto-merging net/bluetooth/rfcomm/tty.c Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master 71dec32] Merge remote-tracking branch 'tty/tty-next' $ git diff -M --stat --summary HEAD^.. MAINTAINERS | 10 + arch/alpha/include/asm/ioctls.h | 1 + arch/mips/include/asm/ioctls.h | 1 + arch/parisc/include/asm/ioctls.h | 1 + arch/powerpc/include/asm/ioctls.h | 1 + arch/sh/include/asm/ioctls.h | 1 + arch/sparc/include/asm/ioctls.h | 1 + arch/xtensa/include/asm/ioctls.h | 1 + drivers/bluetooth/hci_ath.c | 26 ++-- drivers/char/Kconfig | 9 + drivers/char/amiserial.c | 8 +- drivers/char/cyclades.c | 6 +- drivers/char/epca.c | 16 +- drivers/char/ip2/ip2main.c | 12 +- drivers/char/isicom.c | 8 +- drivers/char/istallion.c | 8 +- drivers/char/moxa.c | 10 +- drivers/char/mxser.c | 6 +- drivers/char/nozomi.c | 8 +- drivers/char/pcmcia/ipwireless/tty.c | 8 +- drivers/char/pcmcia/synclink_cs.c | 10 +- drivers/char/riscom8.c | 8 +- drivers/char/rocket.c | 8 +- drivers/char/ser_a2232.c | 6 +- drivers/char/serial167.c | 7 +- drivers/char/specialix.c | 6 +- drivers/char/stallion.c | 9 +- drivers/char/sx.c | 8 +- drivers/char/synclink.c | 13 +- drivers/char/synclink_gt.c | 19 +- drivers/char/synclinkmp.c | 17 +- drivers/char/ttyprintk.c | 2 +- drivers/char/vme_scc.c | 4 +- drivers/isdn/capi/capi.c | 10 +- drivers/isdn/gigaset/interface.c | 12 +- drivers/isdn/gigaset/ser-gigaset.c | 2 +- drivers/isdn/i4l/isdn_tty.c | 7 +- drivers/mmc/card/sdio_uart.c | 4 +- drivers/net/irda/irtty-sir.c | 2 +- drivers/net/usb/hso.c | 10 +- drivers/net/wan/pc300_tty.c | 9 +- drivers/staging/quatech_usb2/quatech_usb2.c | 6 +- drivers/staging/serqt_usb2/serqt_usb2.c | 13 +- drivers/tty/hvc/Makefile | 1 + drivers/tty/hvc/hvc_bfin_jtag.c | 105 ++++++++++++ drivers/tty/hvc/hvc_dcc.c | 43 +---- drivers/tty/hvc/hvsi.c | 6 +- drivers/tty/n_gsm.c | 6 +- drivers/tty/pty.c | 4 +- drivers/tty/serial/68328serial.c | 25 +--- drivers/tty/serial/68328serial.h | 1 - drivers/tty/serial/68360serial.c | 6 +- drivers/tty/serial/8250.c | 33 +++-- drivers/tty/serial/Kconfig | 18 ++- drivers/tty/serial/Makefile | 1 + drivers/tty/serial/altera_uart.c | 22 ++- drivers/tty/serial/atmel_serial.c | 16 ++ drivers/tty/serial/bfin_sport_uart.c | 2 +- drivers/tty/serial/crisv10.c | 7 +- drivers/tty/serial/ifx6x60.c | 68 +++++---- drivers/tty/serial/ifx6x60.h | 6 +- drivers/tty/serial/mfd.c | 38 ----- drivers/tty/serial/mrst_max3110.c | 2 +- drivers/tty/serial/msm_smd_tty.c | 236 +++++++++++++++++++++++++++ drivers/tty/serial/omap-serial.c | 11 +- drivers/tty/serial/pch_uart.c | 27 ++- drivers/tty/serial/serial_core.c | 22 +-- drivers/tty/tty_io.c | 22 ++- drivers/tty/tty_ioctl.c | 14 +- drivers/tty/tty_ldisc.c | 17 ++- drivers/tty/vt/keyboard.c | 5 +- drivers/tty/vt/vc_screen.c | 110 ++++++++----- drivers/tty/vt/vt.c | 27 +-- drivers/tty/vt/vt_ioctl.c | 12 +- drivers/usb/class/cdc-acm.c | 6 +- drivers/usb/serial/ark3116.c | 6 +- drivers/usb/serial/belkin_sa.c | 8 +- drivers/usb/serial/ch341.c | 7 +- drivers/usb/serial/cp210x.c | 19 +- drivers/usb/serial/cypress_m8.c | 12 +- drivers/usb/serial/digi_acceleport.c | 14 +- drivers/usb/serial/ftdi_sio.c | 12 +- drivers/usb/serial/io_edgeport.c | 12 +- drivers/usb/serial/io_ti.c | 6 +- drivers/usb/serial/iuu_phoenix.c | 4 +- drivers/usb/serial/keyspan.c | 4 +- drivers/usb/serial/keyspan.h | 5 +- drivers/usb/serial/keyspan_pda.c | 4 +- drivers/usb/serial/kl5kusb105.c | 8 +- drivers/usb/serial/kobil_sct.c | 12 +- drivers/usb/serial/mct_u232.c | 8 +- drivers/usb/serial/mos7720.c | 8 +- drivers/usb/serial/mos7840.c | 6 +- drivers/usb/serial/opticon.c | 4 +- drivers/usb/serial/oti6858.c | 12 +- drivers/usb/serial/pl2303.c | 6 +- drivers/usb/serial/sierra.c | 4 +- drivers/usb/serial/spcp8x5.c | 6 +- drivers/usb/serial/ssu100.c | 6 +- drivers/usb/serial/ti_usb_3410_5052.c | 14 +- drivers/usb/serial/usb-serial.c | 12 +- drivers/usb/serial/usb-wwan.h | 6 +- drivers/usb/serial/usb_wwan.c | 6 +- drivers/usb/serial/whiteheat.c | 12 +- include/asm-generic/ioctls.h | 1 + include/linux/kbd_kern.h | 3 +- include/linux/kd.h | 1 + include/linux/spi/ifx_modem.h | 19 ++- include/linux/tty.h | 5 +- include/linux/tty_driver.h | 13 +- include/linux/usb/serial.h | 6 +- include/linux/vt_kern.h | 8 - include/net/irda/ircomm_tty.h | 6 +- net/bluetooth/rfcomm/tty.c | 6 +- net/irda/ircomm/ircomm_tty_ioctl.c | 12 +- 115 files changed, 969 insertions(+), 607 deletions(-) create mode 100644 drivers/tty/hvc/hvc_bfin_jtag.c create mode 100644 drivers/tty/serial/msm_smd_tty.c Merging usb/usb-next $ git merge usb/usb-next Resolved 'drivers/usb/gadget/Kconfig' using previous resolution. Auto-merging arch/arm/mach-omap2/board-4430sdp.c Auto-merging arch/arm/mach-omap2/board-omap4panda.c Auto-merging drivers/usb/gadget/Kconfig CONFLICT (content): Merge conflict in drivers/usb/gadget/Kconfig Auto-merging drivers/usb/gadget/Makefile Auto-merging drivers/usb/musb/musb_core.c Auto-merging drivers/usb/musb/musb_core.h Auto-merging drivers/usb/musb/omap2430.c Auto-merging drivers/usb/serial/ftdi_sio.c Auto-merging drivers/usb/serial/mct_u232.c Auto-merging drivers/usb/serial/sierra.c Auto-merging drivers/usb/serial/usb_wwan.c Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master e066d09] Merge remote-tracking branch 'usb/usb-next' $ git diff -M --stat --summary HEAD^.. Documentation/usb/usbmon.txt | 42 +- arch/arm/mach-omap2/board-4430sdp.c | 1 + arch/arm/mach-omap2/board-omap4panda.c | 1 + arch/arm/mach-omap2/omap_phy_internal.c | 22 +- arch/arm/plat-omap/include/plat/usb.h | 1 + drivers/usb/atm/ueagle-atm.c | 19 +- drivers/usb/core/buffer.c | 26 +- drivers/usb/core/hcd.c | 30 +- drivers/usb/core/usb.h | 13 + drivers/usb/early/ehci-dbgp.c | 2 +- drivers/usb/gadget/Kconfig | 12 + drivers/usb/gadget/Makefile | 1 + drivers/usb/gadget/at91_udc.c | 4 +- drivers/usb/gadget/composite.c | 12 +- drivers/usb/gadget/epautoconf.c | 7 + drivers/usb/gadget/f_fs.c | 8 + drivers/usb/gadget/fsl_mxc_udc.c | 21 +- drivers/usb/gadget/fusb300_udc.c | 1744 +++++++++++++++++++++++++++++++ drivers/usb/gadget/fusb300_udc.h | 687 ++++++++++++ drivers/usb/gadget/pch_udc.c | 178 ++-- drivers/usb/gadget/s3c2410_udc.c | 16 +- drivers/usb/host/ehci-dbg.c | 4 +- drivers/usb/host/ehci-hcd.c | 7 +- drivers/usb/host/ehci-hub.c | 5 +- drivers/usb/host/ehci-lpm.c | 5 +- drivers/usb/host/ehci-msm.c | 92 +-- drivers/usb/host/ehci-orion.c | 5 +- drivers/usb/host/ehci-q.c | 18 +- drivers/usb/host/ehci-sched.c | 3 - drivers/usb/host/imx21-hcd.c | 5 +- drivers/usb/host/isp1362-hcd.c | 7 +- drivers/usb/host/isp1760-hcd.c | 22 +- drivers/usb/host/isp1760-hcd.h | 1 + drivers/usb/misc/usbtest.c | 236 ++++- drivers/usb/mon/mon_text.c | 3 + drivers/usb/musb/musb_core.c | 25 - drivers/usb/musb/musb_core.h | 6 +- drivers/usb/musb/musb_gadget.c | 191 ++-- drivers/usb/musb/musb_gadget.h | 7 +- drivers/usb/musb/musb_gadget_ep0.c | 24 +- drivers/usb/musb/musb_host.c | 4 +- drivers/usb/musb/omap2430.c | 134 ++-- drivers/usb/otg/ab8500-usb.c | 6 +- drivers/usb/otg/msm72k_otg.c | 31 +- drivers/usb/otg/nop-usb-xceiv.c | 2 +- drivers/usb/otg/twl4030-usb.c | 6 +- drivers/usb/otg/twl6030-usb.c | 56 +- drivers/usb/serial/ftdi_sio.c | 2 +- drivers/usb/serial/mct_u232.c | 107 ++- drivers/usb/serial/sierra.c | 16 +- drivers/usb/serial/usb_wwan.c | 43 +- drivers/usb/storage/Kconfig | 10 + drivers/usb/storage/Makefile | 2 + drivers/usb/storage/realtek_cr.c | 675 ++++++++++++ drivers/usb/storage/unusual_realtek.h | 41 + drivers/usb/storage/usual-tables.c | 1 + include/linux/i2c/twl.h | 2 + include/linux/usb.h | 1 + include/linux/usb/Kbuild | 1 + include/linux/usb/ch11.h | 4 +- include/linux/usb/hcd.h | 19 +- include/linux/usb/otg.h | 7 +- tools/usb/Makefile | 13 + tools/usb/hcd-tests.sh | 275 +++++ 64 files changed, 4401 insertions(+), 570 deletions(-) create mode 100644 drivers/usb/gadget/fusb300_udc.c create mode 100644 drivers/usb/gadget/fusb300_udc.h create mode 100644 drivers/usb/storage/realtek_cr.c create mode 100644 drivers/usb/storage/unusual_realtek.h create mode 100644 tools/usb/Makefile create mode 100644 tools/usb/hcd-tests.sh Merging staging/staging-next $ git merge staging/staging-next Auto-merging MAINTAINERS Auto-merging drivers/staging/Kconfig Auto-merging drivers/staging/Makefile Removing drivers/staging/autofs/Kconfig Removing drivers/staging/autofs/Makefile Removing drivers/staging/autofs/TODO Removing drivers/staging/autofs/autofs_i.h Removing drivers/staging/autofs/dirhash.c Removing drivers/staging/autofs/init.c Removing drivers/staging/autofs/inode.c Removing drivers/staging/autofs/root.c Removing drivers/staging/autofs/symlink.c Removing drivers/staging/autofs/waitq.c Removing drivers/staging/brcm80211/brcmfmac/Kconfig Auto-merging drivers/staging/brcm80211/brcmfmac/bcmcdc.h Auto-merging drivers/staging/brcm80211/brcmfmac/bcmsdbus.h Auto-merging drivers/staging/brcm80211/brcmfmac/bcmsdh_sdmmc.h Auto-merging drivers/staging/brcm80211/brcmfmac/dhdioctl.h Auto-merging drivers/staging/brcm80211/brcmfmac/hndrte_cons.h Auto-merging drivers/staging/brcm80211/brcmfmac/msgtrace.h Auto-merging drivers/staging/brcm80211/brcmfmac/sdiovar.h Auto-merging drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c Auto-merging drivers/staging/brcm80211/brcmsmac/d11.h Auto-merging drivers/staging/brcm80211/brcmsmac/phy/wlc_phy_cmn.c Auto-merging drivers/staging/brcm80211/brcmsmac/phy/wlc_phy_lcn.c Auto-merging drivers/staging/brcm80211/brcmsmac/wl_export.h Auto-merging drivers/staging/brcm80211/brcmsmac/wl_mac80211.c Auto-merging drivers/staging/brcm80211/brcmsmac/wl_mac80211.h Auto-merging drivers/staging/brcm80211/brcmsmac/wl_ucode_loader.c Auto-merging drivers/staging/brcm80211/brcmsmac/wlc_alloc.c Auto-merging drivers/staging/brcm80211/brcmsmac/wlc_ampdu.c Auto-merging drivers/staging/brcm80211/brcmsmac/wlc_bmac.c Auto-merging drivers/staging/brcm80211/brcmsmac/wlc_bmac.h Auto-merging drivers/staging/brcm80211/brcmsmac/wlc_bsscfg.h Auto-merging drivers/staging/brcm80211/brcmsmac/wlc_channel.c Auto-merging drivers/staging/brcm80211/brcmsmac/wlc_channel.h Auto-merging drivers/staging/brcm80211/brcmsmac/wlc_event.c Auto-merging drivers/staging/brcm80211/brcmsmac/wlc_event.h Auto-merging drivers/staging/brcm80211/brcmsmac/wlc_key.h Auto-merging drivers/staging/brcm80211/brcmsmac/wlc_mac80211.c Auto-merging drivers/staging/brcm80211/brcmsmac/wlc_mac80211.h Auto-merging drivers/staging/brcm80211/brcmsmac/wlc_pub.h Auto-merging drivers/staging/brcm80211/brcmsmac/wlc_rate.c Auto-merging drivers/staging/brcm80211/brcmsmac/wlc_scb.h Auto-merging drivers/staging/brcm80211/brcmsmac/wlc_stf.c Auto-merging drivers/staging/brcm80211/brcmsmac/wlc_stf.h Removing drivers/staging/brcm80211/include/packed_section_end.h Removing drivers/staging/brcm80211/include/packed_section_start.h Removing drivers/staging/brcm80211/include/proto/ethernet.h Removing drivers/staging/brcm80211/include/proto/wpa.h Removing drivers/staging/brcm80211/include/rpc_osl.h Removing drivers/staging/brcm80211/include/spid.h Removing drivers/staging/easycap/easycap_debug.h Removing drivers/staging/easycap/easycap_ioctl.h Removing drivers/staging/easycap/easycap_sound.h Removing drivers/staging/easycap/easycap_standard.h Removing drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.h Removing drivers/staging/ft1000/ft1000-usb/ft1000_hw.h Auto-merging drivers/staging/hv/hv_util.c Removing drivers/staging/hv/osd.c Removing drivers/staging/hv/osd.h Auto-merging drivers/staging/quatech_usb2/quatech_usb2.c Removing drivers/staging/rtl8192e/ieee80211.h Removing drivers/staging/rtl8712/farray.h Removing drivers/staging/smbfs/Kconfig Removing drivers/staging/smbfs/Makefile Removing drivers/staging/smbfs/TODO Removing drivers/staging/smbfs/cache.c Removing drivers/staging/smbfs/dir.c Removing drivers/staging/smbfs/file.c Removing drivers/staging/smbfs/getopt.c Removing drivers/staging/smbfs/getopt.h Removing drivers/staging/smbfs/inode.c Removing drivers/staging/smbfs/ioctl.c Removing drivers/staging/smbfs/proc.c Removing drivers/staging/smbfs/proto.h Removing drivers/staging/smbfs/request.c Removing drivers/staging/smbfs/request.h Removing drivers/staging/smbfs/smb.h Removing drivers/staging/smbfs/smb_debug.h Removing drivers/staging/smbfs/smb_fs.h Removing drivers/staging/smbfs/smb_fs_i.h Removing drivers/staging/smbfs/smb_fs_sb.h Removing drivers/staging/smbfs/smb_mount.h Removing drivers/staging/smbfs/smbfs.txt Removing drivers/staging/smbfs/smbiod.c Removing drivers/staging/smbfs/smbno.h Removing drivers/staging/smbfs/sock.c Removing drivers/staging/smbfs/symlink.c Auto-merging drivers/staging/solo6x10/core.c Auto-merging drivers/staging/solo6x10/disp.c Auto-merging drivers/staging/solo6x10/enc.c Auto-merging drivers/staging/solo6x10/g723.c Auto-merging drivers/staging/solo6x10/gpio.c Auto-merging drivers/staging/solo6x10/i2c.c Auto-merging drivers/staging/solo6x10/jpeg.h Auto-merging drivers/staging/solo6x10/offsets.h Auto-merging drivers/staging/solo6x10/osd-font.h Auto-merging drivers/staging/solo6x10/p2m.c Auto-merging drivers/staging/solo6x10/registers.h Auto-merging drivers/staging/solo6x10/solo6x10.h Auto-merging drivers/staging/solo6x10/tw28.c Auto-merging drivers/staging/solo6x10/tw28.h Auto-merging drivers/staging/solo6x10/v4l2-enc.c Auto-merging drivers/staging/solo6x10/v4l2.c Removing drivers/staging/ti-st/bt_drv.c Removing drivers/staging/ti-st/bt_drv.h Removing drivers/staging/tidspbridge/gen/gb.c Removing drivers/staging/tidspbridge/gen/gs.c Removing drivers/staging/tidspbridge/include/dspbridge/dbldefs.h Removing drivers/staging/tidspbridge/include/dspbridge/dehdefs.h Removing drivers/staging/tidspbridge/include/dspbridge/dispdefs.h Removing drivers/staging/tidspbridge/include/dspbridge/drvdefs.h Removing drivers/staging/tidspbridge/include/dspbridge/gb.h Removing drivers/staging/tidspbridge/include/dspbridge/gs.h Removing drivers/staging/tidspbridge/include/dspbridge/iodefs.h Removing drivers/staging/tidspbridge/include/dspbridge/ldr.h Removing drivers/staging/tidspbridge/include/dspbridge/list.h Removing drivers/staging/tidspbridge/include/dspbridge/pwr_sh.h Removing drivers/staging/tidspbridge/include/dspbridge/utildefs.h Removing drivers/staging/westbridge/astoria/device/cyandevice_export.h Merge made by recursive. MAINTAINERS | 6 - drivers/staging/Kconfig | 8 +- drivers/staging/Makefile | 4 +- drivers/staging/ath6kl/bmi/include/bmi_internal.h | 12 +- drivers/staging/ath6kl/bmi/src/bmi.c | 352 +- .../staging/ath6kl/hif/common/hif_sdio_common.h | 4 +- .../hif/sdio/linux_sdio/include/hif_internal.h | 24 +- .../staging/ath6kl/hif/sdio/linux_sdio/src/hif.c | 175 +- .../ath6kl/hif/sdio/linux_sdio/src/hif_scatter.c | 36 +- drivers/staging/ath6kl/htc2/AR6000/ar6k.c | 303 +- drivers/staging/ath6kl/htc2/AR6000/ar6k.h | 206 +- drivers/staging/ath6kl/htc2/AR6000/ar6k_events.c | 136 +- drivers/staging/ath6kl/htc2/AR6000/ar6k_gmbox.c | 140 +- .../ath6kl/htc2/AR6000/ar6k_gmbox_hciuart.c | 227 +- drivers/staging/ath6kl/htc2/htc.c | 74 +- drivers/staging/ath6kl/htc2/htc_internal.h | 40 +- drivers/staging/ath6kl/htc2/htc_recv.c | 254 +- drivers/staging/ath6kl/htc2/htc_send.c | 66 +- drivers/staging/ath6kl/htc2/htc_services.c | 48 +- drivers/staging/ath6kl/include/a_debug.h | 20 +- drivers/staging/ath6kl/include/a_drv_api.h | 4 +- drivers/staging/ath6kl/include/aggr_recv_api.h | 10 +- drivers/staging/ath6kl/include/ar3kconfig.h | 20 +- drivers/staging/ath6kl/include/ar6000_diag.h | 26 +- drivers/staging/ath6kl/include/ar6kap_common.h | 10 +- drivers/staging/ath6kl/include/athbtfilter.h | 2 +- drivers/staging/ath6kl/include/bmi.h | 90 +- .../ath6kl/include/common/AR6002/AR6002_regdump.h | 34 +- .../staging/ath6kl/include/common/AR6002/addrs.h | 6 +- drivers/staging/ath6kl/include/common/a_hci.h | 386 +- drivers/staging/ath6kl/include/common/athdefs.h | 85 +- drivers/staging/ath6kl/include/common/bmi_msg.h | 92 +- drivers/staging/ath6kl/include/common/btcoexGpio.h | 4 +- drivers/staging/ath6kl/include/common/dbglog.h | 26 +- .../staging/ath6kl/include/common/dset_internal.h | 6 +- drivers/staging/ath6kl/include/common/dsetid.h | 12 +- .../staging/ath6kl/include/common/epping_test.h | 44 +- drivers/staging/ath6kl/include/common/gmboxif.h | 16 +- drivers/staging/ath6kl/include/common/htc.h | 84 +- drivers/staging/ath6kl/include/common/ini_dset.h | 6 +- drivers/staging/ath6kl/include/common/pkt_log.h | 8 +- drivers/staging/ath6kl/include/common/regdump.h | 8 +- .../include/common/regulatory/reg_dbschema.h | 96 +- drivers/staging/ath6kl/include/common/targaddrs.h | 96 +- drivers/staging/ath6kl/include/common/testcmd.h | 60 +- drivers/staging/ath6kl/include/common/wlan_dset.h | 6 +- drivers/staging/ath6kl/include/common/wmi.h | 1398 ++-- drivers/staging/ath6kl/include/common/wmi_thin.h | 156 +- drivers/staging/ath6kl/include/common/wmix.h | 88 +- drivers/staging/ath6kl/include/common_drv.h | 46 +- drivers/staging/ath6kl/include/dset_api.h | 30 +- drivers/staging/ath6kl/include/gpio_api.h | 22 +- drivers/staging/ath6kl/include/hci_transport_api.h | 38 +- drivers/staging/ath6kl/include/hif.h | 82 +- drivers/staging/ath6kl/include/htc_api.h | 108 +- drivers/staging/ath6kl/include/htc_packet.h | 20 +- drivers/staging/ath6kl/include/target_reg_table.h | 84 +- drivers/staging/ath6kl/include/wlan_api.h | 76 +- drivers/staging/ath6kl/include/wmi_api.h | 466 +- drivers/staging/ath6kl/miscdrv/ar3kconfig.c | 166 +- .../staging/ath6kl/miscdrv/ar3kps/ar3kpsconfig.c | 130 +- .../staging/ath6kl/miscdrv/ar3kps/ar3kpsconfig.h | 4 +- .../staging/ath6kl/miscdrv/ar3kps/ar3kpsparser.c | 112 +- .../staging/ath6kl/miscdrv/ar3kps/ar3kpsparser.h | 25 +- drivers/staging/ath6kl/miscdrv/common_drv.c | 275 +- drivers/staging/ath6kl/miscdrv/credit_dist.c | 8 +- drivers/staging/ath6kl/miscdrv/miscdrv.h | 2 +- drivers/staging/ath6kl/os/linux/ar6000_android.c | 45 +- drivers/staging/ath6kl/os/linux/ar6000_drv.c | 1260 ++-- drivers/staging/ath6kl/os/linux/ar6000_pm.c | 194 +- drivers/staging/ath6kl/os/linux/ar6000_raw_if.c | 54 +- drivers/staging/ath6kl/os/linux/ar6k_pal.c | 60 +- drivers/staging/ath6kl/os/linux/cfg80211.c | 229 +- drivers/staging/ath6kl/os/linux/eeprom.c | 62 +- .../staging/ath6kl/os/linux/export_hci_transport.c | 42 +- drivers/staging/ath6kl/os/linux/hci_bridge.c | 154 +- .../staging/ath6kl/os/linux/include/ar6000_drv.h | 268 +- drivers/staging/ath6kl/os/linux/include/ar6k_pal.h | 4 +- .../ath6kl/os/linux/include/ar6xapi_linux.h | 159 +- .../staging/ath6kl/os/linux/include/athdrv_linux.h | 241 +- .../ath6kl/os/linux/include/athtypes_linux.h | 1 - drivers/staging/ath6kl/os/linux/include/cfg80211.h | 20 +- .../ath6kl/os/linux/include/export_hci_transport.h | 22 +- .../staging/ath6kl/os/linux/include/osapi_linux.h | 34 +- .../staging/ath6kl/os/linux/include/wlan_config.h | 7 + .../ath6kl/os/linux/include/wmi_filter_linux.h | 13 +- drivers/staging/ath6kl/os/linux/ioctl.c | 859 +- drivers/staging/ath6kl/os/linux/netbuf.c | 60 +- drivers/staging/ath6kl/os/linux/wireless_ext.c | 300 +- drivers/staging/ath6kl/reorder/aggr_rx_internal.h | 42 +- drivers/staging/ath6kl/reorder/rcv_aggr.c | 94 +- drivers/staging/ath6kl/wlan/include/ieee80211.h | 72 +- .../staging/ath6kl/wlan/include/ieee80211_node.h | 10 +- drivers/staging/ath6kl/wlan/src/wlan_node.c | 55 +- drivers/staging/ath6kl/wlan/src/wlan_recv_beacon.c | 40 +- drivers/staging/ath6kl/wlan/src/wlan_utils.c | 6 +- drivers/staging/ath6kl/wmi/wmi.c | 1560 ++-- drivers/staging/ath6kl/wmi/wmi_host.h | 42 +- drivers/staging/autofs/Kconfig | 22 - drivers/staging/autofs/Makefile | 7 - drivers/staging/autofs/TODO | 8 - drivers/staging/autofs/autofs_i.h | 165 - drivers/staging/autofs/dirhash.c | 260 - drivers/staging/autofs/init.c | 52 - drivers/staging/autofs/inode.c | 288 - drivers/staging/autofs/root.c | 648 -- drivers/staging/autofs/symlink.c | 26 - drivers/staging/autofs/waitq.c | 205 - drivers/staging/bcm/Bcmchar.c | 169 +- drivers/staging/brcm80211/Kconfig | 18 +- drivers/staging/brcm80211/Makefile | 63 +- drivers/staging/brcm80211/brcmfmac/Kconfig | 15 - drivers/staging/brcm80211/brcmfmac/Makefile | 35 +- drivers/staging/brcm80211/brcmfmac/aiutils.c | 1 + .../brcm80211/{include => brcmfmac}/bcmcdc.h | 4 +- .../brcm80211/{include => brcmfmac}/bcmsdbus.h | 2 +- drivers/staging/brcm80211/brcmfmac/bcmsdh.c | 2 +- drivers/staging/brcm80211/brcmfmac/bcmsdh_linux.c | 4 +- drivers/staging/brcm80211/brcmfmac/bcmsdh_sdmmc.c | 40 +- .../brcm80211/{include => brcmfmac}/bcmsdh_sdmmc.h | 36 +- drivers/staging/brcm80211/brcmfmac/bcmutils.c | 1 + drivers/staging/brcm80211/brcmfmac/bcmwifi.c | 1 + drivers/staging/brcm80211/brcmfmac/dhd.h | 74 +- drivers/staging/brcm80211/brcmfmac/dhd_cdc.c | 24 +- drivers/staging/brcm80211/brcmfmac/dhd_common.c | 96 +- .../staging/brcm80211/brcmfmac/dhd_custom_gpio.c | 5 +- drivers/staging/brcm80211/brcmfmac/dhd_dbg.h | 28 +- drivers/staging/brcm80211/brcmfmac/dhd_linux.c | 87 +- drivers/staging/brcm80211/brcmfmac/dhd_proto.h | 3 - drivers/staging/brcm80211/brcmfmac/dhd_sdio.c | 93 +- .../brcm80211/{include => brcmfmac}/dhdioctl.h | 7 - drivers/staging/brcm80211/brcmfmac/hndpmu.c | 1 + .../{include => brcmfmac}/hndrte_armtrap.h | 0 .../brcm80211/{include => brcmfmac}/hndrte_cons.h | 5 + drivers/staging/brcm80211/brcmfmac/linux_osl.c | 1 + .../brcm80211/{include => brcmfmac}/msgtrace.h | 10 +- drivers/staging/brcm80211/brcmfmac/sbutils.c | 1 + .../brcm80211/{include => brcmfmac}/sdioh.h | 0 .../brcm80211/{include => brcmfmac}/sdiovar.h | 6 - drivers/staging/brcm80211/brcmfmac/siutils.c | 1 + drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c | 43 +- drivers/staging/brcm80211/brcmfmac/wl_cfg80211.h | 3 +- drivers/staging/brcm80211/brcmfmac/wl_iw.c | 187 +- drivers/staging/brcm80211/brcmfmac/wl_iw.h | 9 +- drivers/staging/brcm80211/brcmsmac/Makefile | 65 + .../staging/brcm80211/{include => brcmsmac}/d11.h | 127 +- .../brcm80211/{sys => brcmsmac}/d11ucode_ext.h | 0 .../brcm80211/{ => brcmsmac}/phy/phy_version.h | 0 .../brcm80211/{ => brcmsmac}/phy/wlc_phy_cmn.c | 66 +- .../brcm80211/{ => brcmsmac}/phy/wlc_phy_hal.h | 0 .../brcm80211/{ => brcmsmac}/phy/wlc_phy_int.h | 0 .../brcm80211/{ => brcmsmac}/phy/wlc_phy_lcn.c | 5 +- .../brcm80211/{ => brcmsmac}/phy/wlc_phy_lcn.h | 0 .../brcm80211/{ => brcmsmac}/phy/wlc_phy_n.c | 0 .../brcm80211/{ => brcmsmac}/phy/wlc_phy_radio.h | 0 .../brcm80211/{ => brcmsmac}/phy/wlc_phyreg_n.h | 0 .../brcm80211/{ => brcmsmac}/phy/wlc_phytbl_lcn.c | 0 .../brcm80211/{ => brcmsmac}/phy/wlc_phytbl_lcn.h | 0 .../brcm80211/{ => brcmsmac}/phy/wlc_phytbl_n.c | 0 .../brcm80211/{ => brcmsmac}/phy/wlc_phytbl_n.h | 0 .../brcm80211/{include => brcmsmac}/sbhndpio.h | 0 .../staging/brcm80211/{sys => brcmsmac}/wl_dbg.h | 0 .../brcm80211/{sys => brcmsmac}/wl_export.h | 1 + .../brcm80211/{sys => brcmsmac}/wl_mac80211.c | 304 +- .../brcm80211/{sys => brcmsmac}/wl_mac80211.h | 9 - .../staging/brcm80211/{sys => brcmsmac}/wl_ucode.h | 0 .../brcm80211/{sys => brcmsmac}/wl_ucode_loader.c | 56 +- .../brcm80211/{sys => brcmsmac}/wlc_alloc.c | 24 +- .../brcm80211/{sys => brcmsmac}/wlc_alloc.h | 0 .../brcm80211/{sys => brcmsmac}/wlc_ampdu.c | 53 +- .../brcm80211/{sys => brcmsmac}/wlc_ampdu.h | 0 .../brcm80211/{sys => brcmsmac}/wlc_antsel.c | 0 .../brcm80211/{sys => brcmsmac}/wlc_antsel.h | 0 .../staging/brcm80211/{sys => brcmsmac}/wlc_bmac.c | 672 +-- .../staging/brcm80211/{sys => brcmsmac}/wlc_bmac.h | 61 +- .../brcm80211/{sys => brcmsmac}/wlc_bsscfg.h | 6 +- .../staging/brcm80211/{sys => brcmsmac}/wlc_cfg.h | 0 .../brcm80211/{sys => brcmsmac}/wlc_channel.c | 187 +- .../brcm80211/{sys => brcmsmac}/wlc_channel.h | 10 - .../brcm80211/{sys => brcmsmac}/wlc_event.c | 29 - .../brcm80211/{sys => brcmsmac}/wlc_event.h | 2 - .../staging/brcm80211/{sys => brcmsmac}/wlc_key.h | 10 +- .../brcm80211/{sys => brcmsmac}/wlc_mac80211.c | 710 +- .../brcm80211/{sys => brcmsmac}/wlc_mac80211.h | 38 +- .../brcm80211/{sys => brcmsmac}/wlc_phy_shim.c | 0 .../brcm80211/{sys => brcmsmac}/wlc_phy_shim.h | 0 .../staging/brcm80211/{sys => brcmsmac}/wlc_pub.h | 45 +- .../staging/brcm80211/{sys => brcmsmac}/wlc_rate.c | 6 +- .../staging/brcm80211/{sys => brcmsmac}/wlc_rate.h | 0 .../staging/brcm80211/{sys => brcmsmac}/wlc_scb.h | 2 +- .../staging/brcm80211/{sys => brcmsmac}/wlc_stf.c | 79 +- .../staging/brcm80211/{sys => brcmsmac}/wlc_stf.h | 1 - .../brcm80211/{sys => brcmsmac}/wlc_types.h | 0 drivers/staging/brcm80211/include/bcmnvram.h | 6 - drivers/staging/brcm80211/include/bcmsdh.h | 15 +- drivers/staging/brcm80211/include/bcmutils.h | 36 +- drivers/staging/brcm80211/include/bcmwifi.h | 25 - drivers/staging/brcm80211/include/hnddma.h | 46 +- drivers/staging/brcm80211/include/osl.h | 5 - .../staging/brcm80211/include/packed_section_end.h | 32 - .../brcm80211/include/packed_section_start.h | 36 - drivers/staging/brcm80211/include/pcicfg.h | 8 +- drivers/staging/brcm80211/include/proto/802.11.h | 117 +- drivers/staging/brcm80211/include/proto/bcmeth.h | 8 +- drivers/staging/brcm80211/include/proto/bcmevent.h | 24 +- drivers/staging/brcm80211/include/proto/ethernet.h | 72 - drivers/staging/brcm80211/include/proto/wpa.h | 33 - drivers/staging/brcm80211/include/rpc_osl.h | 33 - drivers/staging/brcm80211/include/sbhnddma.h | 4 +- drivers/staging/brcm80211/include/sbsdio.h | 2 +- drivers/staging/brcm80211/include/siutils.h | 8 +- drivers/staging/brcm80211/include/spid.h | 155 - drivers/staging/brcm80211/include/wlioctl.h | 37 +- drivers/staging/brcm80211/util/aiutils.c | 7 - drivers/staging/brcm80211/util/bcmotp.c | 2 +- drivers/staging/brcm80211/util/bcmsrom.c | 26 +- .../brcm80211/{include => util}/bcmsrom_tbl.h | 0 drivers/staging/brcm80211/util/bcmutils.c | 15 +- drivers/staging/brcm80211/util/bcmwifi.c | 56 - drivers/staging/brcm80211/util/hnddma.c | 1419 +--- drivers/staging/brcm80211/util/hndpmu.c | 16 +- drivers/staging/brcm80211/util/nvram/nvram_ro.c | 4 +- .../staging/brcm80211/{include => util}/pci_core.h | 0 .../staging/brcm80211/{include => util}/sbpcmcia.h | 0 .../staging/brcm80211/{include => util}/sbsocram.h | 0 drivers/staging/brcm80211/util/sbutils.c | 111 - drivers/staging/brcm80211/util/siutils.c | 5 +- drivers/staging/brcm80211/util/siutils_priv.h | 2 - drivers/staging/comedi/comedi_fops.c | 23 +- drivers/staging/comedi/drivers.c | 4 +- drivers/staging/comedi/drivers/cb_pcidas.c | 62 +- drivers/staging/comedi/drivers/icp_multi.c | 14 +- drivers/staging/comedi/drivers/me4000.c | 8 +- drivers/staging/comedi/drivers/rtd520.c | 321 +- drivers/staging/cs5535_gpio/cs5535_gpio.c | 3 +- drivers/staging/cxt1e1/hwprobe.c | 2 +- drivers/staging/cxt1e1/linux.c | 2 +- drivers/staging/cxt1e1/pmcc4.h | 2 +- drivers/staging/cxt1e1/pmcc4_drv.c | 2 +- drivers/staging/dabusb/dabusb.c | 338 +- drivers/staging/dabusb/dabusb.h | 41 +- drivers/staging/easycap/Kconfig | 43 +- drivers/staging/easycap/Makefile | 17 +- drivers/staging/easycap/easycap.h | 548 +- drivers/staging/easycap/easycap_debug.h | 29 - drivers/staging/easycap/easycap_ioctl.c | 1135 +-- drivers/staging/easycap/easycap_ioctl.h | 28 - drivers/staging/easycap/easycap_low.c | 1511 ++-- drivers/staging/easycap/easycap_main.c | 3977 ++++---- drivers/staging/easycap/easycap_settings.c | 49 +- drivers/staging/easycap/easycap_sound.c | 1385 +-- drivers/staging/easycap/easycap_sound.h | 28 - drivers/staging/easycap/easycap_sound_oss.c | 1000 ++ drivers/staging/easycap/easycap_standard.h | 27 - drivers/staging/easycap/easycap_testcard.c | 270 - drivers/staging/et131x/et1310_eeprom.c | 8 +- drivers/staging/et131x/et1310_mac.c | 74 +- drivers/staging/et131x/et1310_phy.c | 70 +- drivers/staging/et131x/et1310_phy.h | 649 +- drivers/staging/et131x/et1310_pm.c | 34 +- drivers/staging/et131x/et1310_rx.c | 61 +- drivers/staging/et131x/et1310_tx.c | 4 +- drivers/staging/et131x/et131x.h | 4 +- drivers/staging/et131x/et131x_adapter.h | 63 +- drivers/staging/et131x/et131x_initpci.c | 50 +- drivers/staging/et131x/et131x_isr.c | 18 +- drivers/staging/et131x/et131x_netdev.c | 2 +- drivers/staging/ft1000/Kconfig | 2 +- drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.c | 263 +- drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.h | 1 - drivers/staging/ft1000/ft1000-pcmcia/ft1000_dnld.c | 3 +- drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | 36 +- .../staging/ft1000/ft1000-usb/ft1000_download.c | 1545 ++-- drivers/staging/ft1000/ft1000-usb/ft1000_hw.c | 505 +- drivers/staging/ft1000/ft1000-usb/ft1000_hw.h | 10 - drivers/staging/ft1000/ft1000-usb/ft1000_proc.c | 2 +- drivers/staging/ft1000/ft1000-usb/ft1000_usb.h | 16 +- drivers/staging/go7007/Kconfig | 1 - drivers/staging/go7007/s2250-loader.c | 3 - drivers/staging/hv/Kconfig | 1 + drivers/staging/hv/Makefile | 3 +- drivers/staging/hv/blkvsc.c | 24 +- drivers/staging/hv/blkvsc_drv.c | 60 +- drivers/staging/hv/channel.c | 223 +- drivers/staging/hv/channel.h | 4 +- drivers/staging/hv/channel_mgmt.c | 167 +- drivers/staging/hv/channel_mgmt.h | 40 +- drivers/staging/hv/connection.c | 212 +- drivers/staging/hv/hv.c | 16 +- drivers/staging/hv/hv_api.h | 5 + drivers/staging/hv/hv_kvp.c | 346 + drivers/staging/hv/hv_kvp.h | 184 + drivers/staging/hv/{hv_utils.c => hv_util.c} | 22 +- drivers/staging/hv/logging.h | 3 + drivers/staging/hv/netvsc.c | 276 +- drivers/staging/hv/netvsc.h | 29 +- drivers/staging/hv/netvsc_drv.c | 46 +- drivers/staging/hv/osd.c | 194 - drivers/staging/hv/osd.h | 66 - drivers/staging/hv/ring_buffer.c | 1 - drivers/staging/hv/ring_buffer.h | 2 +- drivers/staging/hv/rndis_filter.c | 107 +- drivers/staging/hv/storvsc.c | 152 +- drivers/staging/hv/storvsc_drv.c | 34 +- drivers/staging/hv/tools/hv_kvp_daemon.c | 470 + drivers/staging/hv/utils.h | 15 +- drivers/staging/hv/vmbus_api.h | 68 +- drivers/staging/hv/vmbus_channel_interface.h | 28 +- drivers/staging/hv/vmbus_drv.c | 247 +- drivers/staging/hv/vmbus_packet_format.h | 138 +- drivers/staging/hv/vmbus_private.h | 59 +- drivers/staging/hv/vstorage.h | 6 +- drivers/staging/iio/Documentation/dac/max517 | 41 + drivers/staging/iio/Documentation/generic_buffer.c | 63 +- drivers/staging/iio/Documentation/iio_utils.h | 2 +- drivers/staging/iio/Documentation/sysfs-bus-iio | 18 + .../iio/Documentation/sysfs-bus-iio-trigger-sysfs | 11 + drivers/staging/iio/Kconfig | 9 + drivers/staging/iio/Makefile | 1 + drivers/staging/iio/accel/Kconfig | 23 +- drivers/staging/iio/accel/lis3l02dq.h | 10 + drivers/staging/iio/accel/lis3l02dq_ring.c | 9 +- drivers/staging/iio/adc/ad7476_core.c | 2 +- drivers/staging/iio/dac/Kconfig | 10 + drivers/staging/iio/dac/Makefile | 1 + drivers/staging/iio/dac/max517.c | 298 + drivers/staging/iio/dac/max517.h | 19 + drivers/staging/iio/dds/Kconfig | 5 +- drivers/staging/iio/dds/ad9832.c | 488 +- drivers/staging/iio/dds/ad9832.h | 128 + drivers/staging/iio/gyro/adis16060.h | 70 - drivers/staging/iio/gyro/adis16060_core.c | 59 +- drivers/staging/iio/gyro/adis16080.h | 84 +- drivers/staging/iio/gyro/adis16080_core.c | 54 +- drivers/staging/iio/gyro/adis16130.h | 72 +- drivers/staging/iio/gyro/adis16130_core.c | 61 +- drivers/staging/iio/industrialio-ring.c | 25 +- drivers/staging/iio/kfifo_buf.c | 196 + drivers/staging/iio/kfifo_buf.h | 56 + drivers/staging/iio/magnetometer/ak8975.c | 8 +- drivers/staging/iio/meter/ade7753.c | 208 +- drivers/staging/iio/meter/ade7753.h | 64 - drivers/staging/iio/meter/ade7754.c | 165 +- drivers/staging/iio/meter/ade7754.h | 67 - drivers/staging/iio/meter/ade7759.c | 165 +- drivers/staging/iio/meter/ade7759.h | 65 - drivers/staging/iio/meter/ade7854-spi.c | 120 +- drivers/staging/iio/meter/ade7854.c | 78 +- drivers/staging/iio/meter/ade7854.h | 69 - drivers/staging/iio/ring_generic.h | 2 +- drivers/staging/iio/ring_sw.c | 27 +- drivers/staging/iio/ring_sw.h | 4 +- drivers/staging/iio/trigger/Kconfig | 10 + drivers/staging/iio/trigger/Makefile | 1 + drivers/staging/iio/trigger/iio-trig-sysfs.c | 108 + .../staging/intel_sst/intel_sst_stream_encoded.c | 8 +- drivers/staging/intel_sst/intelmid.h | 4 +- drivers/staging/intel_sst/intelmid_v0_control.c | 2 +- drivers/staging/intel_sst/intelmid_v1_control.c | 4 +- drivers/staging/intel_sst/intelmid_v2_control.c | 4 +- drivers/staging/keucr/TODO | 3 +- drivers/staging/keucr/smilecc.c | 16 +- drivers/staging/keucr/smilsub.c | 69 +- drivers/staging/lirc/lirc_parallel.c | 2 +- drivers/staging/msm/lcdc.c | 4 +- drivers/staging/msm/mddi_toshiba.h | 30 +- drivers/staging/msm/mddihost.h | 30 +- drivers/staging/msm/mddihosti.h | 30 +- drivers/staging/msm/mdp.h | 30 +- drivers/staging/msm/mdp4.h | 30 +- drivers/staging/msm/mdp_ppp_dq.h | 31 +- drivers/staging/msm/msm_fb.h | 30 +- drivers/staging/msm/msm_fb_def.h | 30 +- drivers/staging/msm/msm_fb_panel.h | 30 +- drivers/staging/msm/tvenc.h | 30 +- drivers/staging/octeon/cvmx-cmd-queue.h | 16 +- drivers/staging/octeon/cvmx-pko.c | 2 +- drivers/staging/olpc_dcon/Kconfig | 22 +- drivers/staging/olpc_dcon/Makefile | 7 +- drivers/staging/olpc_dcon/olpc_dcon.c | 599 +- drivers/staging/olpc_dcon/olpc_dcon.h | 63 +- drivers/staging/olpc_dcon/olpc_dcon_xo_1.c | 12 +- drivers/staging/olpc_dcon/olpc_dcon_xo_1_5.c | 109 +- drivers/staging/pohmelfs/config.c | 2 +- drivers/staging/pohmelfs/dir.c | 1 - drivers/staging/pohmelfs/inode.c | 10 +- drivers/staging/pohmelfs/netfs.h | 2 +- drivers/staging/quatech_usb2/quatech_usb2.c | 2 +- drivers/staging/quickstart/quickstart.c | 5 +- drivers/staging/rt2860/common/cmm_mac_pci.c | 2 +- drivers/staging/rt2860/rt_linux.c | 3 +- drivers/staging/rt2860/rt_linux.h | 12 +- drivers/staging/rt2860/wpa.h | 12 +- drivers/staging/rtl8192e/dot11d.h | 9 +- drivers/staging/rtl8192e/ieee80211.h | 2683 ----- drivers/staging/rtl8192e/ieee80211/dot11d.c | 3 - drivers/staging/rtl8192e/ieee80211/ieee80211.h | 224 +- .../rtl8192e/ieee80211/ieee80211_crypt_ccmp.c | 6 - .../rtl8192e/ieee80211/ieee80211_crypt_tkip.c | 25 - .../rtl8192e/ieee80211/ieee80211_crypt_wep.c | 1 - .../staging/rtl8192e/ieee80211/ieee80211_module.c | 2 +- drivers/staging/rtl8192e/ieee80211/ieee80211_rx.c | 224 +- .../staging/rtl8192e/ieee80211/ieee80211_softmac.c | 275 +- .../rtl8192e/ieee80211/ieee80211_softmac_wx.c | 33 +- drivers/staging/rtl8192e/ieee80211/ieee80211_tx.c | 46 +- drivers/staging/rtl8192e/ieee80211/ieee80211_wx.c | 19 +- .../staging/rtl8192e/ieee80211/rtl819x_BAProc.c | 207 +- .../staging/rtl8192e/ieee80211/rtl819x_HTProc.c | 41 +- .../staging/rtl8192e/ieee80211/rtl819x_TSProc.c | 1 - drivers/staging/rtl8192e/r8180_93cx6.c | 58 +- drivers/staging/rtl8192e/r8190_rtl8256.c | 620 +- drivers/staging/rtl8192e/r8190_rtl8256.h | 4 - drivers/staging/rtl8192e/r8192E.h | 521 +- drivers/staging/rtl8192e/r8192E_core.c | 2136 +---- drivers/staging/rtl8192e/r8192E_dm.c | 1264 +-- drivers/staging/rtl8192e/r8192E_hw.h | 18 +- drivers/staging/rtl8192e/r8192E_wx.c | 83 +- drivers/staging/rtl8192e/r8192_pm.c | 61 +- drivers/staging/rtl8192e/r819xE_cmdpkt.c | 168 +- drivers/staging/rtl8192e/r819xE_firmware.c | 14 +- drivers/staging/rtl8192e/r819xE_phy.c | 1317 +--- drivers/staging/rtl8192e/r819xE_phy.h | 20 - drivers/staging/rtl8192u/r8192U.h | 6 - drivers/staging/rtl8192u/r819xU_firmware.c | 76 +- drivers/staging/rtl8192u/r819xU_firmware_img.c | 2900 ------ drivers/staging/rtl8192u/r819xU_firmware_img.h | 7 - drivers/staging/rtl8712/Kconfig | 1 + drivers/staging/rtl8712/TODO | 2 - drivers/staging/rtl8712/farray.h |10197 -------------------- drivers/staging/rtl8712/hal_init.c | 23 +- drivers/staging/rtl8712/rtl871x_ioctl_linux.c | 23 +- drivers/staging/rtl8712/rtl871x_mp_ioctl.c | 2 - drivers/staging/rtl8712/rtl871x_mp_ioctl.h | 2 +- drivers/staging/rts_pstor/Kconfig | 16 + drivers/staging/rts_pstor/Makefile | 16 + drivers/staging/rts_pstor/TODO | 5 + drivers/staging/rts_pstor/debug.h | 43 + drivers/staging/rts_pstor/general.c | 35 + drivers/staging/rts_pstor/general.h | 31 + drivers/staging/rts_pstor/ms.c | 4244 ++++++++ drivers/staging/rts_pstor/ms.h | 225 + drivers/staging/rts_pstor/rtsx.c | 1124 +++ drivers/staging/rts_pstor/rtsx.h | 183 + drivers/staging/rts_pstor/rtsx_card.c | 1257 +++ drivers/staging/rts_pstor/rtsx_card.h | 1093 +++ drivers/staging/rts_pstor/rtsx_chip.c | 2337 +++++ drivers/staging/rts_pstor/rtsx_chip.h | 989 ++ drivers/staging/rts_pstor/rtsx_scsi.c | 3203 ++++++ drivers/staging/rts_pstor/rtsx_scsi.h | 142 + drivers/staging/rts_pstor/rtsx_sys.h | 50 + drivers/staging/rts_pstor/rtsx_transport.c | 778 ++ drivers/staging/rts_pstor/rtsx_transport.h | 66 + drivers/staging/rts_pstor/sd.c | 4768 +++++++++ drivers/staging/rts_pstor/sd.h | 295 + drivers/staging/rts_pstor/spi.c | 812 ++ drivers/staging/rts_pstor/spi.h | 65 + drivers/staging/rts_pstor/trace.h | 117 + drivers/staging/rts_pstor/xd.c | 2051 ++++ drivers/staging/rts_pstor/xd.h | 188 + drivers/staging/samsung-laptop/samsung-laptop.c | 476 +- drivers/staging/sep/TODO | 1 + drivers/staging/sep/sep_driver.c | 317 +- drivers/staging/sep/sep_driver_api.h | 4 +- drivers/staging/sep/sep_driver_config.h | 4 + drivers/staging/smbfs/Kconfig | 56 - drivers/staging/smbfs/Makefile | 18 - drivers/staging/smbfs/TODO | 8 - drivers/staging/smbfs/cache.c | 208 - drivers/staging/smbfs/dir.c | 699 -- drivers/staging/smbfs/file.c | 456 - drivers/staging/smbfs/getopt.c | 64 - drivers/staging/smbfs/getopt.h | 14 - drivers/staging/smbfs/inode.c | 854 -- drivers/staging/smbfs/ioctl.c | 68 - drivers/staging/smbfs/proc.c | 3502 ------- drivers/staging/smbfs/proto.h | 89 - drivers/staging/smbfs/request.c | 817 -- drivers/staging/smbfs/request.h | 70 - drivers/staging/smbfs/smb.h | 118 - drivers/staging/smbfs/smb_debug.h | 34 - drivers/staging/smbfs/smb_fs.h | 153 - drivers/staging/smbfs/smb_fs_i.h | 37 - drivers/staging/smbfs/smb_fs_sb.h | 100 - drivers/staging/smbfs/smb_mount.h | 65 - drivers/staging/smbfs/smbfs.txt | 8 - drivers/staging/smbfs/smbiod.c | 343 - drivers/staging/smbfs/smbno.h | 363 - drivers/staging/smbfs/sock.c | 385 - drivers/staging/smbfs/symlink.c | 67 - drivers/staging/solo6x10/Makefile | 5 +- .../staging/solo6x10/{solo6010-core.c => core.c} | 105 +- .../staging/solo6x10/{solo6010-disp.c => disp.c} | 21 +- drivers/staging/solo6x10/{solo6010-enc.c => enc.c} | 56 +- .../staging/solo6x10/{solo6010-g723.c => g723.c} | 48 +- .../staging/solo6x10/{solo6010-gpio.c => gpio.c} | 15 +- drivers/staging/solo6x10/{solo6010-i2c.c => i2c.c} | 34 +- .../staging/solo6x10/{solo6010-jpeg.h => jpeg.h} | 6 +- .../solo6x10/{solo6010-offsets.h => offsets.h} | 22 +- .../solo6x10/{solo6010-osd-font.h => osd-font.h} | 6 +- drivers/staging/solo6x10/{solo6010-p2m.c => p2m.c} | 51 +- .../solo6x10/{solo6010-registers.h => registers.h} | 90 +- .../staging/solo6x10/{solo6010.h => solo6x10.h} | 105 +- .../staging/solo6x10/{solo6010-tw28.c => tw28.c} | 38 +- .../staging/solo6x10/{solo6010-tw28.h => tw28.h} | 26 +- .../solo6x10/{solo6010-v4l2-enc.c => v4l2-enc.c} | 389 +- .../staging/solo6x10/{solo6010-v4l2.c => v4l2.c} | 72 +- drivers/staging/speakup/main.c | 127 +- drivers/staging/speakup/spk_priv_keyinfo.h | 44 +- drivers/staging/speakup/spk_types.h | 18 +- drivers/staging/spectra/flash.c | 2 +- drivers/staging/spectra/lld_nand.c | 2 +- drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c | 10 +- drivers/staging/ste_rmi4/synaptics_i2c_rmi4.h | 1 - drivers/staging/ti-st/Makefile | 2 +- drivers/staging/ti-st/bt_drv.c | 509 - drivers/staging/ti-st/bt_drv.h | 61 - drivers/staging/ti-st/btwilink.c | 363 + drivers/staging/tidspbridge/Makefile | 2 +- drivers/staging/tidspbridge/TODO | 1 - drivers/staging/tidspbridge/core/_deh.h | 2 +- drivers/staging/tidspbridge/core/_msg_sm.h | 16 +- drivers/staging/tidspbridge/core/_tiomap.h | 30 +- drivers/staging/tidspbridge/core/chnl_sm.c | 676 +- drivers/staging/tidspbridge/core/dsp-clock.c | 52 +- drivers/staging/tidspbridge/core/io_sm.c | 672 +- drivers/staging/tidspbridge/core/msg_sm.c | 619 +- drivers/staging/tidspbridge/core/tiomap3430.c | 199 +- drivers/staging/tidspbridge/core/tiomap3430_pwr.c | 112 +- drivers/staging/tidspbridge/core/tiomap_io.c | 96 +- drivers/staging/tidspbridge/core/ue_deh.c | 28 +- drivers/staging/tidspbridge/dynload/cload.c | 102 +- .../staging/tidspbridge/dynload/dload_internal.h | 6 +- drivers/staging/tidspbridge/gen/gb.c | 166 - drivers/staging/tidspbridge/gen/gh.c | 38 +- drivers/staging/tidspbridge/gen/gs.c | 88 - drivers/staging/tidspbridge/gen/uuidutil.c | 22 +- .../tidspbridge/include/dspbridge/_chnl_sm.h | 26 +- .../tidspbridge/include/dspbridge/brddefs.h | 2 - .../tidspbridge/include/dspbridge/cfgdefs.h | 50 +- .../staging/tidspbridge/include/dspbridge/chnl.h | 21 - .../tidspbridge/include/dspbridge/chnldefs.h | 9 +- .../tidspbridge/include/dspbridge/chnlpriv.h | 21 +- .../staging/tidspbridge/include/dspbridge/cmm.h | 2 +- .../tidspbridge/include/dspbridge/cmmdefs.h | 39 +- .../staging/tidspbridge/include/dspbridge/cod.h | 13 +- .../tidspbridge/include/dspbridge/dbdcddef.h | 14 +- .../staging/tidspbridge/include/dspbridge/dbdefs.h | 98 +- .../tidspbridge/include/dspbridge/dbldefs.h | 141 - .../staging/tidspbridge/include/dspbridge/dbll.h | 6 - .../tidspbridge/include/dspbridge/dblldefs.h | 65 - .../tidspbridge/include/dspbridge/dehdefs.h | 32 - .../staging/tidspbridge/include/dspbridge/dev.h | 65 +- .../staging/tidspbridge/include/dspbridge/disp.h | 15 +- .../tidspbridge/include/dspbridge/dispdefs.h | 35 - .../staging/tidspbridge/include/dspbridge/drv.h | 42 +- .../tidspbridge/include/dspbridge/drvdefs.h | 25 - .../tidspbridge/include/dspbridge/dspapi-ioctl.h | 216 +- .../tidspbridge/include/dspbridge/dspdefs.h | 88 +- .../staging/tidspbridge/include/dspbridge/dspdrv.h | 2 - .../staging/tidspbridge/include/dspbridge/dspio.h | 4 +- .../tidspbridge/include/dspbridge/dspioctl.h | 13 +- .../tidspbridge/include/dspbridge/dynamic_loader.h | 2 - drivers/staging/tidspbridge/include/dspbridge/gb.h | 79 - drivers/staging/tidspbridge/include/dspbridge/gs.h | 59 - .../tidspbridge/include/dspbridge/host_os.h | 9 - drivers/staging/tidspbridge/include/dspbridge/io.h | 29 +- .../staging/tidspbridge/include/dspbridge/io_sm.h | 143 +- .../staging/tidspbridge/include/dspbridge/iodefs.h | 36 - .../staging/tidspbridge/include/dspbridge/ldr.h | 29 - .../staging/tidspbridge/include/dspbridge/list.h | 225 - .../staging/tidspbridge/include/dspbridge/mbx_sh.h | 40 - .../tidspbridge/include/dspbridge/mgrpriv.h | 4 +- .../tidspbridge/include/dspbridge/nldrdefs.h | 24 +- .../staging/tidspbridge/include/dspbridge/node.h | 20 +- .../tidspbridge/include/dspbridge/nodepriv.h | 10 +- .../staging/tidspbridge/include/dspbridge/pwr.h | 8 +- .../staging/tidspbridge/include/dspbridge/pwr_sh.h | 33 - .../include/dspbridge/resourcecleanup.h | 11 - .../staging/tidspbridge/include/dspbridge/rms_sh.h | 9 - .../staging/tidspbridge/include/dspbridge/strm.h | 62 - .../tidspbridge/include/dspbridge/strmdefs.h | 6 +- .../staging/tidspbridge/include/dspbridge/sync.h | 14 +- .../tidspbridge/include/dspbridge/utildefs.h | 39 - drivers/staging/tidspbridge/pmgr/chnl.c | 4 +- drivers/staging/tidspbridge/pmgr/cmm.c | 675 +- drivers/staging/tidspbridge/pmgr/cod.c | 20 +- drivers/staging/tidspbridge/pmgr/dbll.c | 53 +- drivers/staging/tidspbridge/pmgr/dev.c | 355 +- drivers/staging/tidspbridge/pmgr/dspapi.c | 272 +- drivers/staging/tidspbridge/pmgr/io.c | 9 +- drivers/staging/tidspbridge/pmgr/ioobj.h | 4 +- drivers/staging/tidspbridge/pmgr/msg.c | 4 +- drivers/staging/tidspbridge/rmgr/dbdcd.c | 66 +- drivers/staging/tidspbridge/rmgr/disp.c | 124 +- drivers/staging/tidspbridge/rmgr/drv.c | 202 +- drivers/staging/tidspbridge/rmgr/drv_interface.c | 1 - drivers/staging/tidspbridge/rmgr/mgr.c | 66 +- drivers/staging/tidspbridge/rmgr/nldr.c | 117 +- drivers/staging/tidspbridge/rmgr/node.c | 1092 +-- drivers/staging/tidspbridge/rmgr/proc.c | 170 +- drivers/staging/tidspbridge/rmgr/pwr.c | 8 +- drivers/staging/tidspbridge/rmgr/rmm.c | 93 +- drivers/staging/tidspbridge/rmgr/strm.c | 86 +- drivers/staging/tm6000/tm6000-input.c | 4 +- drivers/staging/usbvideo/usbvideo.c | 170 +- drivers/staging/usbvideo/vicam.c | 164 +- drivers/staging/vt6655/device_main.c | 18 +- drivers/staging/vt6656/Kconfig | 1 + drivers/staging/vt6656/device.h | 3 + drivers/staging/vt6656/firmware.c | 805 +-- drivers/staging/vt6656/main_usb.c | 3 + .../staging/westbridge/astoria/api/src/cyasdma.c | 2 +- .../staging/westbridge/astoria/api/src/cyasmisc.c | 20 +- .../staging/westbridge/astoria/api/src/cyasmtp.c | 8 + .../westbridge/astoria/api/src/cyasstorage.c | 33 +- .../staging/westbridge/astoria/api/src/cyasusb.c | 33 +- .../arch/arm/mach-omap2/cyashalomap_kernel.c | 7 +- .../westbridge/astoria/device/cyandevice_export.h | 132 - .../staging/westbridge/astoria/device/cyasdevice.c | 7 +- .../astoria/include/linux/westbridge/cyasdma.h | 2 +- .../astoria/include/linux/westbridge/cyasmisc.h | 2 +- drivers/staging/wlan-ng/hfa384x.h | 156 +- drivers/staging/wlan-ng/p80211conv.c | 4 +- drivers/staging/wlan-ng/p80211conv.h | 6 +- drivers/staging/wlan-ng/p80211hdr.h | 6 +- drivers/staging/wlan-ng/p80211ioctl.h | 2 +- drivers/staging/wlan-ng/p80211metastruct.h | 30 +- drivers/staging/wlan-ng/p80211mgmt.h | 18 +- drivers/staging/wlan-ng/p80211msg.h | 2 +- drivers/staging/wlan-ng/p80211types.h | 34 +- drivers/staging/xgifb/XGI_main.h | 1 - drivers/staging/xgifb/XGI_main_26.c | 143 +- drivers/staging/xgifb/XGIfb.h | 1 + drivers/staging/xgifb/vb_setmode.c | 47 +- drivers/staging/zcache/Kconfig | 13 + drivers/staging/zcache/Makefile | 1 + drivers/staging/zcache/tmem.c | 710 ++ drivers/staging/zcache/tmem.h | 195 + drivers/staging/zcache/zcache.c | 1658 ++++ drivers/staging/zram/Kconfig | 10 +- drivers/staging/zram/xvmalloc.c | 81 +- drivers/staging/zram/xvmalloc_int.h | 23 +- drivers/staging/zram/zram_drv.c | 50 +- drivers/staging/zram/zram_drv.h | 1 + drivers/staging/zram/zram_sysfs.c | 7 +- include/linux/connector.h | 3 +- include/linux/input/ak8975.h | 20 + 647 files changed, 52175 insertions(+), 62046 deletions(-) delete mode 100644 drivers/staging/autofs/Kconfig delete mode 100644 drivers/staging/autofs/Makefile delete mode 100644 drivers/staging/autofs/TODO delete mode 100644 drivers/staging/autofs/autofs_i.h delete mode 100644 drivers/staging/autofs/dirhash.c delete mode 100644 drivers/staging/autofs/init.c delete mode 100644 drivers/staging/autofs/inode.c delete mode 100644 drivers/staging/autofs/root.c delete mode 100644 drivers/staging/autofs/symlink.c delete mode 100644 drivers/staging/autofs/waitq.c delete mode 100644 drivers/staging/brcm80211/brcmfmac/Kconfig create mode 100644 drivers/staging/brcm80211/brcmfmac/aiutils.c rename drivers/staging/brcm80211/{include => brcmfmac}/bcmcdc.h (97%) rename drivers/staging/brcm80211/{include => brcmfmac}/bcmsdbus.h (99%) rename drivers/staging/brcm80211/{include => brcmfmac}/bcmsdh_sdmmc.h (84%) create mode 100644 drivers/staging/brcm80211/brcmfmac/bcmutils.c create mode 100644 drivers/staging/brcm80211/brcmfmac/bcmwifi.c rename drivers/staging/brcm80211/{include => brcmfmac}/dhdioctl.h (95%) create mode 100644 drivers/staging/brcm80211/brcmfmac/hndpmu.c rename drivers/staging/brcm80211/{include => brcmfmac}/hndrte_armtrap.h (100%) rename drivers/staging/brcm80211/{include => brcmfmac}/hndrte_cons.h (96%) create mode 100644 drivers/staging/brcm80211/brcmfmac/linux_osl.c rename drivers/staging/brcm80211/{include => brcmfmac}/msgtrace.h (88%) create mode 100644 drivers/staging/brcm80211/brcmfmac/sbutils.c rename drivers/staging/brcm80211/{include => brcmfmac}/sdioh.h (100%) rename drivers/staging/brcm80211/{include => brcmfmac}/sdiovar.h (90%) create mode 100644 drivers/staging/brcm80211/brcmfmac/siutils.c create mode 100644 drivers/staging/brcm80211/brcmsmac/Makefile rename drivers/staging/brcm80211/{include => brcmsmac}/d11.h (94%) rename drivers/staging/brcm80211/{sys => brcmsmac}/d11ucode_ext.h (100%) rename drivers/staging/brcm80211/{ => brcmsmac}/phy/phy_version.h (100%) rename drivers/staging/brcm80211/{ => brcmsmac}/phy/wlc_phy_cmn.c (98%) rename drivers/staging/brcm80211/{ => brcmsmac}/phy/wlc_phy_hal.h (100%) rename drivers/staging/brcm80211/{ => brcmsmac}/phy/wlc_phy_int.h (100%) rename drivers/staging/brcm80211/{ => brcmsmac}/phy/wlc_phy_lcn.c (99%) rename drivers/staging/brcm80211/{ => brcmsmac}/phy/wlc_phy_lcn.h (100%) rename drivers/staging/brcm80211/{ => brcmsmac}/phy/wlc_phy_n.c (100%) rename drivers/staging/brcm80211/{ => brcmsmac}/phy/wlc_phy_radio.h (100%) rename drivers/staging/brcm80211/{ => brcmsmac}/phy/wlc_phyreg_n.h (100%) rename drivers/staging/brcm80211/{ => brcmsmac}/phy/wlc_phytbl_lcn.c (100%) rename drivers/staging/brcm80211/{ => brcmsmac}/phy/wlc_phytbl_lcn.h (100%) rename drivers/staging/brcm80211/{ => brcmsmac}/phy/wlc_phytbl_n.c (100%) rename drivers/staging/brcm80211/{ => brcmsmac}/phy/wlc_phytbl_n.h (100%) rename drivers/staging/brcm80211/{include => brcmsmac}/sbhndpio.h (100%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wl_dbg.h (100%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wl_export.h (97%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wl_mac80211.c (86%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wl_mac80211.h (91%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wl_ucode.h (100%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wl_ucode_loader.c (56%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wlc_alloc.c (94%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wlc_alloc.h (100%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wlc_ampdu.c (97%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wlc_ampdu.h (100%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wlc_antsel.c (100%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wlc_antsel.h (100%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wlc_bmac.c (85%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wlc_bmac.h (81%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wlc_bsscfg.h (97%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wlc_cfg.h (100%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wlc_channel.c (91%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wlc_channel.h (90%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wlc_event.c (90%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wlc_event.h (94%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wlc_key.h (93%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wlc_mac80211.c (93%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wlc_mac80211.h (96%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wlc_phy_shim.c (100%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wlc_phy_shim.h (100%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wlc_pub.h (94%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wlc_rate.c (99%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wlc_rate.h (100%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wlc_scb.h (98%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wlc_stf.c (87%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wlc_stf.h (96%) rename drivers/staging/brcm80211/{sys => brcmsmac}/wlc_types.h (100%) delete mode 100644 drivers/staging/brcm80211/include/packed_section_end.h delete mode 100644 drivers/staging/brcm80211/include/packed_section_start.h delete mode 100644 drivers/staging/brcm80211/include/proto/ethernet.h delete mode 100644 drivers/staging/brcm80211/include/proto/wpa.h delete mode 100644 drivers/staging/brcm80211/include/rpc_osl.h delete mode 100644 drivers/staging/brcm80211/include/spid.h rename drivers/staging/brcm80211/{include => util}/bcmsrom_tbl.h (100%) rename drivers/staging/brcm80211/{include => util}/pci_core.h (100%) rename drivers/staging/brcm80211/{include => util}/sbpcmcia.h (100%) rename drivers/staging/brcm80211/{include => util}/sbsocram.h (100%) delete mode 100644 drivers/staging/easycap/easycap_debug.h delete mode 100644 drivers/staging/easycap/easycap_ioctl.h delete mode 100644 drivers/staging/easycap/easycap_sound.h create mode 100644 drivers/staging/easycap/easycap_sound_oss.c delete mode 100644 drivers/staging/easycap/easycap_standard.h delete mode 100644 drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.h delete mode 100644 drivers/staging/ft1000/ft1000-usb/ft1000_hw.h create mode 100644 drivers/staging/hv/hv_kvp.c create mode 100644 drivers/staging/hv/hv_kvp.h rename drivers/staging/hv/{hv_utils.c => hv_util.c} (95%) delete mode 100644 drivers/staging/hv/osd.c delete mode 100644 drivers/staging/hv/osd.h create mode 100644 drivers/staging/hv/tools/hv_kvp_daemon.c create mode 100644 drivers/staging/iio/Documentation/dac/max517 create mode 100644 drivers/staging/iio/Documentation/sysfs-bus-iio-trigger-sysfs create mode 100644 drivers/staging/iio/dac/max517.c create mode 100644 drivers/staging/iio/dac/max517.h create mode 100644 drivers/staging/iio/dds/ad9832.h create mode 100644 drivers/staging/iio/kfifo_buf.c create mode 100644 drivers/staging/iio/kfifo_buf.h create mode 100644 drivers/staging/iio/trigger/iio-trig-sysfs.c delete mode 100644 drivers/staging/rtl8192e/ieee80211.h delete mode 100644 drivers/staging/rtl8712/farray.h create mode 100644 drivers/staging/rts_pstor/Kconfig create mode 100644 drivers/staging/rts_pstor/Makefile create mode 100644 drivers/staging/rts_pstor/TODO create mode 100644 drivers/staging/rts_pstor/debug.h create mode 100644 drivers/staging/rts_pstor/general.c create mode 100644 drivers/staging/rts_pstor/general.h create mode 100644 drivers/staging/rts_pstor/ms.c create mode 100644 drivers/staging/rts_pstor/ms.h create mode 100644 drivers/staging/rts_pstor/rtsx.c create mode 100644 drivers/staging/rts_pstor/rtsx.h create mode 100644 drivers/staging/rts_pstor/rtsx_card.c create mode 100644 drivers/staging/rts_pstor/rtsx_card.h create mode 100644 drivers/staging/rts_pstor/rtsx_chip.c create mode 100644 drivers/staging/rts_pstor/rtsx_chip.h create mode 100644 drivers/staging/rts_pstor/rtsx_scsi.c create mode 100644 drivers/staging/rts_pstor/rtsx_scsi.h create mode 100644 drivers/staging/rts_pstor/rtsx_sys.h create mode 100644 drivers/staging/rts_pstor/rtsx_transport.c create mode 100644 drivers/staging/rts_pstor/rtsx_transport.h create mode 100644 drivers/staging/rts_pstor/sd.c create mode 100644 drivers/staging/rts_pstor/sd.h create mode 100644 drivers/staging/rts_pstor/spi.c create mode 100644 drivers/staging/rts_pstor/spi.h create mode 100644 drivers/staging/rts_pstor/trace.h create mode 100644 drivers/staging/rts_pstor/xd.c create mode 100644 drivers/staging/rts_pstor/xd.h delete mode 100644 drivers/staging/smbfs/Kconfig delete mode 100644 drivers/staging/smbfs/Makefile delete mode 100644 drivers/staging/smbfs/TODO delete mode 100644 drivers/staging/smbfs/cache.c delete mode 100644 drivers/staging/smbfs/dir.c delete mode 100644 drivers/staging/smbfs/file.c delete mode 100644 drivers/staging/smbfs/getopt.c delete mode 100644 drivers/staging/smbfs/getopt.h delete mode 100644 drivers/staging/smbfs/inode.c delete mode 100644 drivers/staging/smbfs/ioctl.c delete mode 100644 drivers/staging/smbfs/proc.c delete mode 100644 drivers/staging/smbfs/proto.h delete mode 100644 drivers/staging/smbfs/request.c delete mode 100644 drivers/staging/smbfs/request.h delete mode 100644 drivers/staging/smbfs/smb.h delete mode 100644 drivers/staging/smbfs/smb_debug.h delete mode 100644 drivers/staging/smbfs/smb_fs.h delete mode 100644 drivers/staging/smbfs/smb_fs_i.h delete mode 100644 drivers/staging/smbfs/smb_fs_sb.h delete mode 100644 drivers/staging/smbfs/smb_mount.h delete mode 100644 drivers/staging/smbfs/smbfs.txt delete mode 100644 drivers/staging/smbfs/smbiod.c delete mode 100644 drivers/staging/smbfs/smbno.h delete mode 100644 drivers/staging/smbfs/sock.c delete mode 100644 drivers/staging/smbfs/symlink.c rename drivers/staging/solo6x10/{solo6010-core.c => core.c} (69%) rename drivers/staging/solo6x10/{solo6010-disp.c => disp.c} (93%) rename drivers/staging/solo6x10/{solo6010-enc.c => enc.c} (82%) rename drivers/staging/solo6x10/{solo6010-g723.c => g723.c} (90%) rename drivers/staging/solo6x10/{solo6010-gpio.c => gpio.c} (85%) rename drivers/staging/solo6x10/{solo6010-i2c.c => i2c.c} (88%) rename drivers/staging/solo6x10/{solo6010-jpeg.h => jpeg.h} (98%) rename drivers/staging/solo6x10/{solo6010-offsets.h => offsets.h} (81%) rename drivers/staging/solo6x10/{solo6010-osd-font.h => osd-font.h} (98%) rename drivers/staging/solo6x10/{solo6010-p2m.c => p2m.c} (83%) rename drivers/staging/solo6x10/{solo6010-registers.h => registers.h} (92%) rename drivers/staging/solo6x10/{solo6010.h => solo6x10.h} (72%) rename drivers/staging/solo6x10/{solo6010-tw28.c => tw28.c} (95%) rename drivers/staging/solo6x10/{solo6010-tw28.h => tw28.h} (72%) rename drivers/staging/solo6x10/{solo6010-v4l2-enc.c => v4l2-enc.c} (79%) rename drivers/staging/solo6x10/{solo6010-v4l2.c => v4l2.c} (92%) delete mode 100644 drivers/staging/ti-st/bt_drv.c delete mode 100644 drivers/staging/ti-st/bt_drv.h create mode 100644 drivers/staging/ti-st/btwilink.c delete mode 100644 drivers/staging/tidspbridge/gen/gb.c delete mode 100644 drivers/staging/tidspbridge/gen/gs.c delete mode 100644 drivers/staging/tidspbridge/include/dspbridge/dbldefs.h delete mode 100644 drivers/staging/tidspbridge/include/dspbridge/dehdefs.h delete mode 100644 drivers/staging/tidspbridge/include/dspbridge/dispdefs.h delete mode 100644 drivers/staging/tidspbridge/include/dspbridge/drvdefs.h delete mode 100644 drivers/staging/tidspbridge/include/dspbridge/gb.h delete mode 100644 drivers/staging/tidspbridge/include/dspbridge/gs.h delete mode 100644 drivers/staging/tidspbridge/include/dspbridge/iodefs.h delete mode 100644 drivers/staging/tidspbridge/include/dspbridge/ldr.h delete mode 100644 drivers/staging/tidspbridge/include/dspbridge/list.h delete mode 100644 drivers/staging/tidspbridge/include/dspbridge/pwr_sh.h delete mode 100644 drivers/staging/tidspbridge/include/dspbridge/utildefs.h delete mode 100644 drivers/staging/westbridge/astoria/device/cyandevice_export.h create mode 100644 drivers/staging/zcache/Kconfig create mode 100644 drivers/staging/zcache/Makefile create mode 100644 drivers/staging/zcache/tmem.c create mode 100644 drivers/staging/zcache/tmem.h create mode 100644 drivers/staging/zcache/zcache.c create mode 100644 include/linux/input/ak8975.h Merging slabh/slabh $ git merge slabh/slabh Already up-to-date. Merging bkl-trivial/trivial $ git merge bkl-trivial/trivial Already up-to-date. Merging bkl-llseek/llseek $ git merge bkl-llseek/llseek Already up-to-date. Merging bkl-vfs/vfs $ git merge bkl-vfs/vfs Already up-to-date. Merging bkl-config/config $ git merge bkl-config/config Resolved 'arch/powerpc/kernel/setup_64.c' using previous resolution. Resolved 'drivers/scsi/pm8001/pm8001_sas.h' using previous resolution. Resolved 'fs/nfsd/nfs4state.c' using previous resolution. Resolved 'include/linux/hardirq.h' using previous resolution. Resolved 'include/linux/smp_lock.h' using previous resolution. Auto-merging arch/powerpc/kernel/setup_64.c CONFLICT (content): Merge conflict in arch/powerpc/kernel/setup_64.c Auto-merging drivers/gpu/drm/Kconfig Auto-merging drivers/scsi/pm8001/pm8001_sas.h CONFLICT (content): Merge conflict in drivers/scsi/pm8001/pm8001_sas.h Auto-merging drivers/staging/Kconfig Auto-merging drivers/staging/cx25821/cx25821.h CONFLICT (delete/modify): drivers/staging/stradis/Kconfig deleted in HEAD and modified in bkl-config/config. Version bkl-config/config of drivers/staging/stradis/Kconfig left in tree. Auto-merging fs/nfsd/nfs4state.c CONFLICT (content): Merge conflict in fs/nfsd/nfs4state.c Auto-merging include/linux/hardirq.h CONFLICT (content): Merge conflict in include/linux/hardirq.h Auto-merging include/linux/smp_lock.h CONFLICT (content): Merge conflict in include/linux/smp_lock.h Auto-merging lib/Kconfig.debug Automatic merge failed; fix conflicts and then commit the result. $ git rm -f drivers/staging/stradis/Kconfig arch/powerpc/kernel/setup_64.c: needs merge drivers/scsi/pm8001/pm8001_sas.h: needs merge drivers/staging/stradis/Kconfig: needs merge fs/nfsd/nfs4state.c: needs merge include/linux/hardirq.h: needs merge include/linux/smp_lock.h: needs merge rm 'drivers/staging/stradis/Kconfig' $ git commit -v -a [master 99d8b9e4] Merge remote-tracking branch 'bkl-config/config' $ git diff -M --stat --summary HEAD^.. drivers/gpu/drm/Kconfig | 4 ++-- drivers/gpu/drm/i810/i810_dma.c | 18 +----------------- drivers/gpu/drm/i810/i810_drv.c | 6 +++++- drivers/staging/Kconfig | 11 +++++++++++ drivers/staging/cx25821/cx25821.h | 1 - include/linux/smp_lock.h | 15 ++------------- lib/Kconfig.debug | 9 --------- 7 files changed, 21 insertions(+), 43 deletions(-) Merging irqflags/master $ git merge irqflags/master Already up-to-date. Merging cleancache/linux-next $ git merge cleancache/linux-next Resolved 'fs/ocfs2/super.c' using previous resolution. Resolved 'fs/super.c' using previous resolution. Resolved 'include/linux/fs.h' using previous resolution. Resolved 'mm/Kconfig' using previous resolution. Auto-merging arch/x86/include/asm/xen/hypercall.h Auto-merging drivers/xen/Makefile Auto-merging fs/btrfs/extent_io.c Auto-merging fs/btrfs/super.c Auto-merging fs/buffer.c Auto-merging fs/ext3/super.c Auto-merging fs/ext4/super.c Auto-merging fs/mpage.c Auto-merging fs/ocfs2/super.c CONFLICT (content): Merge conflict in fs/ocfs2/super.c Auto-merging fs/super.c CONFLICT (content): Merge conflict in fs/super.c Auto-merging include/linux/fs.h CONFLICT (content): Merge conflict in include/linux/fs.h Auto-merging mm/Kconfig CONFLICT (content): Merge conflict in mm/Kconfig Auto-merging mm/Makefile Auto-merging mm/filemap.c Auto-merging mm/truncate.c Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master 1e999e0] Merge remote-tracking branch 'cleancache/linux-next' $ git diff -M --stat --summary HEAD^.. .../ABI/testing/sysfs-kernel-mm-cleancache | 11 + Documentation/vm/cleancache.txt | 267 ++++++++++++++++++++ arch/x86/include/asm/xen/hypercall.h | 7 + drivers/xen/Makefile | 1 + drivers/xen/tmem.c | 264 +++++++++++++++++++ fs/btrfs/extent_io.c | 9 + fs/btrfs/super.c | 2 + fs/buffer.c | 5 + fs/ext3/super.c | 2 + fs/ext4/super.c | 2 + fs/mpage.c | 7 + fs/ocfs2/super.c | 2 + fs/super.c | 3 + include/linux/cleancache.h | 118 +++++++++ include/linux/fs.h | 5 + include/xen/interface/xen.h | 22 ++ mm/Kconfig | 22 ++ mm/Makefile | 1 + mm/cleancache.c | 245 ++++++++++++++++++ mm/filemap.c | 11 + mm/truncate.c | 10 + 21 files changed, 1016 insertions(+), 0 deletions(-) create mode 100644 Documentation/ABI/testing/sysfs-kernel-mm-cleancache create mode 100644 Documentation/vm/cleancache.txt create mode 100644 drivers/xen/tmem.c create mode 100644 include/linux/cleancache.h create mode 100644 mm/cleancache.c Merging scsi-post-merge/merge-base:master $ git clone -s -l -n -q . ../rebase-tmp $ cd ../rebase-tmp $ git fetch --no-tags ../next refs/remotes/scsi-post-merge/master:scsi-post-merge/master From ../next * [new branch] scsi-post-merge/master -> scsi-post-merge/master $ git fetch --no-tags ../next refs/remotes/scsi-post-merge/merge-base:scsi-post-merge/merge-base From ../next * [new branch] scsi-post-merge/merge-base -> scsi-post-merge/merge-base $ git checkout scsi-post-merge/master Switched to branch 'scsi-post-merge/master' $ git rebase --onto master scsi-post-merge/merge-base First, rewinding head to replay your work on top of it... Fast-forwarded scsi-post-merge/master to master. $ cd ../next $ git pull -f ../rebase-tmp scsi-post-merge/master From ../rebase-tmp * branch scsi-post-merge/master -> FETCH_HEAD Already up-to-date. $ rm -rf ../rebase-tmp $ git revert eef8839430b72deac59e9ec51eb56c44512fcc66 [master fa739e0] Revert "mm: remove is_hwpoison_address" 2 files changed, 40 insertions(+), 0 deletions(-) $ git revert d47b742c5661385b927c03188549b2d2004b80f4 [master d939e44] Revert "KVM: Replace is_hwpoison_address with __get_user_pages" 1 files changed, 1 insertions(+), 10 deletions(-) $ git revert b1c4f2836370f5c8207d4c61e91c93bd6a4ce27a [master 97d34f4] Revert "mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionally" 3 files changed, 3 insertions(+), 13 deletions(-)