]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge branch 'fixes' into for-next
authorOlof Johansson <olof@lixom.net>
Sun, 29 Dec 2013 03:40:42 +0000 (19:40 -0800)
committerOlof Johansson <olof@lixom.net>
Sun, 29 Dec 2013 03:40:42 +0000 (19:40 -0800)
* fixes: (230 commits)
  ARM: pxa: fix USB gadget driver compilation regression
  ARM: OMAP2+: Fix LCD panel backlight regression for LDP legacy booting
  ARM: OMAP2+: hwmod_data: fix missing OMAP_INTC_START in irq data
  ARM: DRA7: hwmod: Fix boot crash with DEBUG_LL
  Linux 3.13-rc5
  aio: clean up and fix aio_setup_ring page mapping
  aio/migratepages: make aio migrate pages sane
  aio: fix kioctx leak introduced by "aio: Fix a trinity splat"
  Don't set the INITRD_COMPRESS environment variable automatically
  mm: fix build of split ptlock code
  pstore: Don't allow high traffic options on fragile devices
  mm: do not allocate page->ptl dynamically, if spinlock_t fits to long
  mm: page_alloc: revert NUMA aspect of fair allocation policy
  Revert "mm: page_alloc: exclude unreclaimable allocations from zone fairness policy"
  mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) support
  qla2xxx: Fix scsi_host leak on qlt_lport_register callback failure
  target: Remove extra percpu_ref_init
  arm64: ptrace: avoid using HW_BREAKPOINT_EMPTY for disabled events
  ARC: Allow conditional multiple inclusion of uapi/asm/unistd.h
  ARM: shmobile: r8a7790: fix shdi resource sizes
  ...

Signed-off-by: Olof Johansson <olof@lixom.net>
Conflicts:
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c

1  2 
MAINTAINERS
arch/arm/boot/dts/r8a7790.dtsi
drivers/dma/Kconfig
drivers/dma/dmaengine.c
sound/soc/tegra/tegra20_i2s.c
sound/soc/tegra/tegra30_i2s.c

diff --cc MAINTAINERS
Simple merge
index 68b7b87e535f6343bd20ff6d1156ed60877f9cf5,9987dd0e9c599929042b1ce70d4b1d6c3ec1ebfb..c6001032d9a7cb28eb28ffa403a64222edd16b66
                reg = <0 0xe6060000 0 0x250>;
        };
  
 -      sdhi0: sdhi@ee100000 {
 +      sdhi0: sd@ee100000 {
                compatible = "renesas,sdhi-r8a7790";
-               reg = <0 0xee100000 0 0x100>;
+               reg = <0 0xee100000 0 0x200>;
                interrupt-parent = <&gic>;
 -              interrupts = <0 165 4>;
 +              interrupts = <0 165 IRQ_TYPE_LEVEL_HIGH>;
                cap-sd-highspeed;
                status = "disabled";
        };
  
 -      sdhi1: sdhi@ee120000 {
 +      sdhi1: sd@ee120000 {
                compatible = "renesas,sdhi-r8a7790";
-               reg = <0 0xee120000 0 0x100>;
+               reg = <0 0xee120000 0 0x200>;
                interrupt-parent = <&gic>;
 -              interrupts = <0 166 4>;
 +              interrupts = <0 166 IRQ_TYPE_LEVEL_HIGH>;
                cap-sd-highspeed;
                status = "disabled";
        };
Simple merge
Simple merge
Simple merge
Simple merge