1. 05 Feb, 2013 1 commit
    • Olof Johansson's avatar
      Merge tag 'omap-for-v3.9/gpmc-signed' of... · b6a03d04
      Olof Johansson authored
      Merge tag 'omap-for-v3.9/gpmc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/drivers
      
      From Tony Lindgren:
      OMAP GPMC (General Purpose Memory Controller) changes to add
      device tree bindings.
      
      * tag 'omap-for-v3.9/gpmc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
        ARM: OMAP2+: gpmc: Add device tree documentation for elm handle
        ARM: OMAP2+: gpmc: add DT bindings for OneNAND
        ARM: OMAP2+: gpmc-onenand: drop __init annotation
        mtd: omap-onenand: pass device_node in platform data
        ARM: OMAP2+: Prevent potential crash if GPMC probe fails
        ARM: OMAP2+: gpmc: Remove unneeded of_node_put()
        ARM: OMAP: gpmc: add DT bindings for GPMC timings and NAND
        ARM: OMAP: gpmc: enable hwecc for AM33xx SoCs
        ARM: OMAP: gpmc-nand: drop __init annotation
        mtd: omap-nand: pass device_node in platform data
        ARM: OMAP: gpmc: don't create devices from initcall on DT
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      b6a03d04
  2. 01 Feb, 2013 6 commits
  3. 30 Jan, 2013 2 commits
  4. 28 Jan, 2013 2 commits
    • Olof Johansson's avatar
      Merge tag 'coh901318-for-arm-soc' of... · 43243322
      Olof Johansson authored
      Merge tag 'coh901318-for-arm-soc' of http://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/drivers
      
      This pushes the platform data for the U300 COH901318
      DMA controller down into the driver and cleans up in
      the <mach/*> namespace for the U300 platform.
      
      * tag 'coh901318-for-arm-soc' of http://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson:
        dma: coh901318: cut down on platform data abstraction
        dma: coh901318: merge header files
        dma: coh901318: push definitions into driver
        dma: coh901318: push header down into the DMA subsystem
        dma: coh901318: skip hard-coded addresses
        dma: coh901318: remove hardcoded target addresses
        dma: coh901318: push platform data into driver
        dma: coh901318: create a proper platform data file
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      
      Conflicts:
      	arch/arm/mach-u300/core.c
      43243322
    • Olof Johansson's avatar
      Merge branch 'depends/cleanup' into next/drivers · 7bcdd8d5
      Olof Johansson authored
      * depends/cleanup: (375 commits)
        ARM: at91: fix board-rm9200-dt after sys_timer conversion
        clocksource: use clockevents_config_and_register() where possible
        ARM: use clockevents_config_and_register() where possible
        clockevents: export clockevents_config_and_register for module use
        timer: vt8500: Move timer code to drivers/clocksource
        irqchip: Move ARM vic.h to include/linux/irqchip/arm-vic.h
        ARM: picoxcell: use common irqchip_init function
        ARM: spear: use common irqchip_init function
        irqchip: Move ARM VIC to drivers/irqchip
        ARM: samsung: remove unused tick.h
        ARM: remove unneeded vic.h includes
        ARM: remove mach .handle_irq for VIC users
        ARM: VIC: set handle_arch_irq in VIC initialization
        ARM: VIC: shrink down vic.h
        irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.h
        ARM: use common irqchip_init for GIC init
        irqchip: Move ARM GIC to drivers/irqchip
        ARM: remove mach .handle_irq for GIC users
        ARM: GIC: set handle_arch_irq in GIC initialization
        ARM: GIC: remove direct use of gic_raise_softirq
        ...
      7bcdd8d5
  5. 25 Jan, 2013 4 commits
    • Linus Torvalds's avatar
      Linux 3.8-rc5 · 949db153
      Linus Torvalds authored
      949db153
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs · d7df025e
      Linus Torvalds authored
      Pull btrfs fixes from Chris Mason:
       "It turns out that we had two crc bugs when running fsx-linux in a
        loop.  Many thanks to Josef, Miao Xie, and Dave Sterba for nailing it
        all down.  Miao also has a new OOM fix in this v2 pull as well.
      
        Ilya fixed a regression Liu Bo found in the balance ioctls for pausing
        and resuming a running balance across drives.
      
        Josef's orphan truncate patch fixes an obscure corruption we'd see
        during xfstests.
      
        Arne's patches address problems with subvolume quotas.  If the user
        destroys quota groups incorrectly the FS will refuse to mount.
      
        The rest are smaller fixes and plugs for memory leaks."
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs: (30 commits)
        Btrfs: fix repeated delalloc work allocation
        Btrfs: fix wrong max device number for single profile
        Btrfs: fix missed transaction->aborted check
        Btrfs: Add ACCESS_ONCE() to transaction->abort accesses
        Btrfs: put csums on the right ordered extent
        Btrfs: use right range to find checksum for compressed extents
        Btrfs: fix panic when recovering tree log
        Btrfs: do not allow logged extents to be merged or removed
        Btrfs: fix a regression in balance usage filter
        Btrfs: prevent qgroup destroy when there are still relations
        Btrfs: ignore orphan qgroup relations
        Btrfs: reorder locks and sanity checks in btrfs_ioctl_defrag
        Btrfs: fix unlock order in btrfs_ioctl_rm_dev
        Btrfs: fix unlock order in btrfs_ioctl_resize
        Btrfs: fix "mutually exclusive op is running" error code
        Btrfs: bring back balance pause/resume logic
        btrfs: update timestamps on truncate()
        btrfs: fix btrfs_cont_expand() freeing IS_ERR em
        Btrfs: fix a bug when llseek for delalloc bytes behind prealloc extents
        Btrfs: fix off-by-one in lseek
        ...
      d7df025e
    • Linus Torvalds's avatar
      Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 · 66e2d3e8
      Linus Torvalds authored
      Pull cifs fixes from Steve French:
       "Two small cifs fixes"
      
      * 'for-next' of git://git.samba.org/sfrench/cifs-2.6:
        fs/cifs/cifs_dfs_ref.c: fix potential memory leakage
        cifs: fix srcip_matches() for ipv6
      66e2d3e8
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/virt/kvm/kvm · d93816a6
      Linus Torvalds authored
      Pull kvm fixlet from Marcelo Tosatti.
      
      * git://git.kernel.org/pub/scm/virt/kvm/kvm:
        KVM: PPC: Emulate dcbf
      d93816a6
  6. 24 Jan, 2013 25 commits