]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 30 May 2012 01:27:19 +0000 (18:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 30 May 2012 01:27:19 +0000 (18:27 -0700)
Pull MIPS updates from Ralf Baechle:
 "The whole series has been sitting in -next for quite a while with no
  complaints.  The last change to the series was before the weekend the
  removal of an SPI patch which Grant - even though previously acked by
  himself - appeared to raise objections.  So I removed it until the
  situation is clarified.  Other than that all the patches have the acks
  from their respective maintainers, all MIPS and x86 defconfigs are
  building fine and I'm not aware of any problems introduced by this
  series.

  Among the key features for this patch series is a sizable patchset for
  Lantiq which among other things introduces support for Lantiq's
  flagship product, the FALCON SOC.  It also means that the opensource
  developers behind this patchset have overtaken Lantiq's competing
  inhouse development team that was working behind closed doors.

  Less noteworthy the ath79 patchset which adds support for a few more
  chip variants, cleanups and fixes.  Finally the usual dose of tweaking
  of generic code."

Fix up trivial conflicts in arch/mips/lantiq/xway/gpio_{ebu,stp}.c where
printk spelling fixes clashed with file move and eventual removal of the
printk.

* 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus: (81 commits)
  MIPS: lantiq: remove orphaned code
  MIPS: Remove all -Wall and almost all -Werror usage from arch/mips.
  MIPS: lantiq: implement support for FALCON soc
  MTD: MIPS: lantiq: verify that the NOR interface is available on falcon soc
  MTD: MIPS: lantiq: implement OF support
  watchdog: MIPS: lantiq: implement OF support and minor fixes
  SERIAL: MIPS: lantiq: implement OF support
  GPIO: MIPS: lantiq: convert gpio-stp-xway to OF
  GPIO: MIPS: lantiq: convert gpio-mm-lantiq to OF and of_mm_gpio
  GPIO: MIPS: lantiq: move gpio-stp and gpio-ebu to the subsystem folder
  MIPS: pci: convert lantiq driver to OF
  MIPS: lantiq: convert dma to platform driver
  MIPS: lantiq: implement support for clkdev api
  MIPS: lantiq: drop ltq_gpio_request() and gpio_to_irq()
  OF: MIPS: lantiq: implement irq_domain support
  OF: MIPS: lantiq: implement OF support
  MIPS: lantiq: drop mips_machine support
  OF: PCI: const usage needed by MIPS
  MIPS: Cavium: Remove smp_reserve_lock.
  MIPS: Move cache setup to setup_arch().
  ...

1  2 
arch/mips/Kconfig
arch/mips/kernel/perf_event_mipsxx.c
arch/mips/kernel/smp.c
arch/mips/lantiq/xway/gpio.c
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/pci/pci.c
include/linux/pci.h

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index fde36e5e35370caebc03a72fea4e013b808652aa,ed1c96db404bbb419a5e8e2f729655c400bbacaa..0f55662002c357c4d61c673b81655e4c74844742
@@@ -33,9 -30,9 +33,10 @@@ obj-$(CONFIG_GPIO_MC33880)   += gpio-mc33
  obj-$(CONFIG_GPIO_MC9S08DZ60) += gpio-mc9s08dz60.o
  obj-$(CONFIG_GPIO_MCP23S08)   += gpio-mcp23s08.o
  obj-$(CONFIG_GPIO_ML_IOH)     += gpio-ml-ioh.o
+ obj-$(CONFIG_GPIO_MM_LANTIQ)  += gpio-mm-lantiq.o
  obj-$(CONFIG_GPIO_MPC5200)    += gpio-mpc5200.o
  obj-$(CONFIG_GPIO_MPC8XXX)    += gpio-mpc8xxx.o
 +obj-$(CONFIG_GPIO_MSIC)               += gpio-msic.o
  obj-$(CONFIG_GPIO_MSM_V1)     += gpio-msm-v1.o
  obj-$(CONFIG_GPIO_MSM_V2)     += gpio-msm-v2.o
  obj-$(CONFIG_GPIO_MXC)                += gpio-mxc.o
@@@ -52,8 -49,8 +53,9 @@@ obj-$(CONFIG_PLAT_SAMSUNG)    += gpio-sams
  obj-$(CONFIG_ARCH_SA1100)     += gpio-sa1100.o
  obj-$(CONFIG_GPIO_SCH)                += gpio-sch.o
  obj-$(CONFIG_GPIO_SODAVILLE)  += gpio-sodaville.o
 +obj-$(CONFIG_GPIO_STA2X11)    += gpio-sta2x11.o
  obj-$(CONFIG_GPIO_STMPE)      += gpio-stmpe.o
+ obj-$(CONFIG_GPIO_STP_XWAY)   += gpio-stp-xway.o
  obj-$(CONFIG_GPIO_SX150X)     += gpio-sx150x.o
  obj-$(CONFIG_GPIO_TC3589X)    += gpio-tc3589x.o
  obj-$(CONFIG_ARCH_TEGRA)      += gpio-tegra.o
Simple merge
Simple merge