[GIT PULL 1/3] arm-soc: bug fixes for v3.6-rc2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]


The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee:

  Linux 3.6-rc1 (2012-08-02 16:38:10 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-for-linus

for you to fetch changes up to de9234306bb28fe6c8c3bb908e3f9956f5276a02:

  ARM: davinci: remove broken ntosd2_init_i2c (2012-08-10 13:14:36 +0200)

----------------------------------------------------------------
arm-soc: bug fixes for v3.6-rc2

These are a bunch of bug fixes that came in after the merge window and
one update for the MAINTAINERS file. The largest part of the fixes
are patches that address bugs found by building all the ARM defconfig
files. There are a lot more warnings that we have patches for, but
the others are either still under discussion or are harmless and
do not cause actual problems besides making the build slightly noisy.

----------------------------------------------------------------
Arnd Bergmann (19):
      Merge branch 'imx/fixes-for-3.6' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes
      Merge branch 'mxs/fixes-for-3.6' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes
      Merge tag 'imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes
      mfd/asic3: fix asic3_mfd_probe return value
      usb/ohci-omap: remove unused variable
      ARM: pxa: remove irq_to_gpio from ezx-pcap driver
      Input: eeti_ts: pass gpio value instead of IRQ
      ARM: sa1100: include linux/io.h in hackkit leds code
      ARM: s3c24xx: use new PWM driver
      ARM: integrator: include <linux/export.h>
      ARM: imx: gpmi-nand depends on mxs-dma
      ARM: exynos: exynos_pm_add_dev_to_genpd may be unused
      gpio: em: do not discard em_gio_irq_domain_cleanup
      mtd/omap2: fix dmaengine_slave_config error handling
      spi/s3c64xx: improve error handling
      omap-rng: fix use of SIMPLE_DEV_PM_OPS
      Merge branch 'testing/new-warnings' into fixes
      ARM: s3c24xx: enable CONFIG_BUG for tct_hammer
      ARM: davinci: remove broken ntosd2_init_i2c

Fabio Estevam (5):
      ARM: dts: imx27-3ds.dts: Fix serial console node
      ARM: imx6q-sabrelite: Setup CLKO IOMUX
      ARM: mx23: Fix registers range
      ARM: mx28: Fix registers range
      ARM: clk-imx31: Fix the keypad clock name

Javier Martin (1):
      i.MX27: Fix emma-prp and csi clocks.

Linus Walleij (2):
      MAINTAINERS: update entry for Linus Walleij
      ARM: integrator: use clk_prepare_enable() for timer

Marc Kleine-Budde (1):
      ARM: mxs: always build ocotp

Marek Vasut (1):
      ARM: mxs: Remove MMAP_MIN_ADDR setting from mxs_defconfig

Sebastian Hesselbarth (1):
      ARM: kirkwood: fix typo in Makefile.boot

Shawn Guo (3):
      ARM: imx: enable emi_slow_gate clock for imx5
      ARM: dts: imx53-ard: add regulators for lan9220
      ARM: dts: imx: fix gpio interrupts property

Stephen Warren (1):
      ARM: tegra: more regulator fixes for Harmony

 MAINTAINERS                               |   17 ++++---
 arch/arm/boot/dts/imx23.dtsi              |   52 ++++++++++----------
 arch/arm/boot/dts/imx27-3ds.dts           |    2 +-
 arch/arm/boot/dts/imx28.dtsi              |   74 ++++++++++++++---------------
 arch/arm/boot/dts/imx51-babbage.dts       |    2 +-
 arch/arm/boot/dts/imx53-ard.dts           |   22 ++++++++-
 arch/arm/boot/dts/imx6q-sabrelite.dts     |    1 +
 arch/arm/configs/imx_v6_v7_defconfig      |    1 +
 arch/arm/configs/mxs_defconfig            |    1 -
 arch/arm/configs/tct_hammer_defconfig     |    2 +-
 arch/arm/mach-davinci/board-neuros-osd2.c |   39 ---------------
 arch/arm/mach-exynos/pm_domains.c         |    2 +-
 arch/arm/mach-imx/clk-imx27.c             |    8 ++--
 arch/arm/mach-imx/clk-imx31.c             |    2 +-
 arch/arm/mach-imx/clk-imx51-imx53.c       |    1 +
 arch/arm/mach-integrator/core.c           |    1 +
 arch/arm/mach-integrator/integrator_ap.c  |    2 +-
 arch/arm/mach-kirkwood/Makefile.boot      |    4 +-
 arch/arm/mach-mxs/Kconfig                 |    6 ---
 arch/arm/mach-mxs/Makefile                |    3 +-
 arch/arm/mach-pxa/raumfeld.c              |    2 +-
 arch/arm/mach-s3c24xx/Kconfig             |    4 +-
 arch/arm/mach-sa1100/leds-hackkit.c       |    1 +
 arch/arm/mach-tegra/board-harmony-power.c |   32 +++++++------
 arch/arm/plat-samsung/Kconfig             |    3 +-
 drivers/char/hw_random/omap-rng.c         |    2 +-
 drivers/gpio/gpio-em.c                    |    2 +-
 drivers/input/touchscreen/eeti_ts.c       |   21 ++++----
 drivers/mfd/asic3.c                       |    1 +
 drivers/mfd/ezx-pcap.c                    |    2 +-
 drivers/mtd/nand/Kconfig                  |    2 +-
 drivers/mtd/nand/omap2.c                  |    7 ++-
 drivers/spi/spi-s3c64xx.c                 |    2 +-
 drivers/usb/host/ohci-omap.c              |    2 -
 include/linux/input/eeti_ts.h             |    1 +
 include/linux/mfd/ezx-pcap.h              |    1 +
 36 files changed, 160 insertions(+), 167 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[Other Archives]     [Linux Kernel Newbies]     [Linux Driver Development]     [Linux Kbuild]     [Fedora Kernel]     [Linux Kernel Testers]     [Linux SH]     [Linux Omap]     [Linux Tape]     [Linux Input]     [Linux Kernel Janitors]     [Linux Kernel Packagers]     [Linux Doc]     [Linux Man Pages]     [Linux API]     [Linux Memory Management]     [Linux Modules]     [Linux Standards]     [Kernel Announce]     [Netdev]     [Git]     [Linux PCI]     Linux CAN Development     [Linux I2C]     [Linux RDMA]     [Linux NUMA]     [Netfilter]     [Netfilter Devel]     [SELinux]     [Bugtraq]     [FIO]     [Linux Perf Users]     [Linux Serial]     [Linux PPP]     [Linux ISDN]     [Linux Next]     [Kernel Stable Commits]     [Linux Tip Commits]     [Kernel MM Commits]     [Linux Security Module]     [AutoFS]     [Filesystem Development]     [Ext3 Filesystem]     [Linux bcache]     [Ext4 Filesystem]     [Linux BTRFS]     [Linux CEPH Filesystem]     [Linux XFS]     [XFS]     [Linux NFS]     [Linux CIFS]     [Ecryptfs]     [Linux NILFS]     [Linux Cachefs]     [Reiser FS]     [Initramfs]     [Linux FB Devel]     [Linux OpenGL]     [DRI Devel]     [Fastboot]     [Linux RT Users]     [Linux RT Stable]     [eCos]     [Corosync]     [Linux Clusters]     [LVS Devel]     [Hot Plug]     [Linux Virtualization]     [KVM]     [KVM PPC]     [KVM ia64]     [Linux Containers]     [Linux Hexagon]     [Linux Cgroups]     [Util Linux]     [Wireless]     [Linux Bluetooth]     [Bluez Devel]     [Ethernet Bridging]     [Embedded Linux]     [Barebox]     [Linux MMC]     [Linux IIO]     [Sparse]     [Smatch]     [Linux Arch]     [x86 Platform Driver]     [Linux ACPI]     [Linux IBM ACPI]     [LM Sensors]     [CPU Freq]     [Linux Power Management]     [Linmodems]     [Linux DCCP]     [Linux SCTP]     [ALSA Devel]     [Linux USB]     [Linux PA RISC]     [Linux Samsung SOC]     [MIPS Linux]     [IBM S/390 Linux]     [ARM Linux]     [ARM Kernel]     [ARM MSM]     [Tegra Devel]     [Sparc Linux]     [Linux Security]     [Linux Sound]     [Linux Media]     [Video 4 Linux]     [Linux IRDA Users]     [Linux for the blind]     [Linux RAID]     [Linux ATA RAID]     [Device Mapper]     [Linux SCSI]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Linux IDE]     [Linux SMP]     [Linux AXP]     [Linux Alpha]     [Linux M68K]     [Linux ia64]     [Linux 8086]     [Linux x86_64]     [Linux Config]     [Linux Apps]     [Linux MSDOS]     [Linux X.25]     [Linux Crypto]     [DM Crypt]     [Linux Trace Users]     [Linux Btrace]     [Linux Watchdog]     [Utrace Devel]     [Linux C Programming]     [Linux Assembly]     [Dash]     [DWARVES]     [Hail Devel]     [Linux Kernel Debugger]     [Linux gcc]     [Gcc Help]     [X.Org]     [Wine]

Add to Google Powered by Linux

[Older Kernel Discussion]     [Yosemite National Park Forum]     [Large Format Photos]     [Gimp]     [Yosemite Photos]     [Stuff]