Automated DT boot report for various ARM defconfigs.
Boot test simply checks if kernel can boot to initramfs with busybox
and run some basic commands (e.g. 'cat /proc/cpuinfo').
Tree/Branch: linus/HEAD
Git describe: v3.11-7622-g7b4022f
Commit: 7b4022fa17 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
Automated DT boot report for various ARM defconfigs.
Boot test simply checks if kernel can boot to initramfs with busybox
and run some basic commands (e.g. 'cat /proc/cpuinfo').
Tree/Branch: linus/HEAD
Git describe: v3.11-7547-g44598f9
Commit: 44598f98b9 Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Automated DT boot report for various ARM defconfigs.
Boot test simply checks if kernel can boot to initramfs with busybox
and run some basic commands (e.g. 'cat /proc/cpuinfo').
Tree/Branch: linus/HEAD
Git describe: v3.11-6855-g4de9ad9
Commit: 4de9ad9bc0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
== Linus Walleij linusw ==
No secrets here so posting my weekly report to
linaro-kernel.
=== Highlights ===
* Sent a pull request for the stacked up pin control
changes for v3.12 to Torvalds, and he pulled it in.
* Sent a pull request for the stacked GPIO changes
today, had to let the last two fixes mature on top of
the stack before requesting it to be pulled.
* Established the permanent Linaro branch office in
Lund with Ulf.
* Scouted around the arch/arm/[mach|plat]-* tree and
created a map of the status of different desired
features for ARM32 moving forward, as a preparation
for the ARM32 talks at kernel summit/ARM summit
and Linaro Connect. This generated a lot of interest
to my surprise, and Arnd and Olof jumped in and
had a ball with it. I don't know for sure if it points out
all important aspects so have to think it over, but
we have basically listed the prerequisites for
single zImage and then some.
* Sent an RFC series deleting the Shark architecture
as this is gathering dust and the maintainer apparently
has not even booted it in two years. Let's see what
happens here.
* Continued the perpetual gpio-controller vs
interrupt-controller discussion for TI:s needs of using
GPIO resources as GPIOs and interrupts at the same
time. We have a problem going forward here with some
locked positions. Search for "interrupt consistency
check" on LKML for background.
* Poked the IOP (Xscale) maintainers, they did not
respond, but Russell responded that his N2100 is
still booting nicely with kernel 3.9.5.
* Mailed a bit with ST folks about the future of ux500
maintenance.
=== Plans ===
* Finalize some HR papers that need signing etc.
* Convert everyone and its dog to use GPIOlib and
get rid of GENERIC_GPIO. It's about time and fits nicely
with Alexandre from nVidia helping out with some
GPIO refactoring. Modernize!
* Stack up Lee's patches moving the ux500 to take
clocks from the device tree and starting to delete the
non-DT boot path for these machines, finalizing the
transition to DT and multiplatform. Will do after the
merge window closes on top of v3.12-rc1.
* Start to delete Integrator board files and convert to
multiplatform once the PCI DT patches land in ARM
SoC.
* Convert Nomadik pinctrl driver to register GPIO ranges
from the gpiochip side.
* Create PL08x Device Tree bindings.
* Provide hooks to enable PL08x DMA on the Nomadik,
been breeding for a long time. Good test base for
the PL08x stuff.
* Test the PL08x patches on the Ericsson Research
PB11MPCore and submit platform data for using
pl08x DMA on that platform.
* Process my TODO which incidentally includes adding
some stuff to the kernel Documentation/* that has been
missing for some time.
=== Issues ===
* NONE - well maybe that GPIO vs interrupts thing...
Thanks,
Linus Walleij
From: Mark Brown <broonie(a)linaro.org>
All architectures now use the generic interrupt handling so this is now
redundant.
Signed-off-by: Mark Brown <broonie(a)linaro.org>
---
drivers/spi/Kconfig | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 0170d4c..a952181 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -55,7 +55,6 @@ comment "SPI Master Controller Drivers"
config SPI_ALTERA
tristate "Altera SPI Controller"
- depends on GENERIC_HARDIRQS
select SPI_BITBANG
help
This is the driver for the Altera SPI Controller.
@@ -358,7 +357,7 @@ config SPI_PXA2XX_DMA
config SPI_PXA2XX
tristate "PXA2xx SSP SPI master"
- depends on (ARCH_PXA || PCI || ACPI) && GENERIC_HARDIRQS
+ depends on ARCH_PXA || PCI || ACPI
select PXA_SSP if ARCH_PXA
help
This enables using a PXA2xx or Sodaville SSP port as a SPI master
--
1.8.4.rc3