[git pull] spi and OF fixes

From: Grant Likely
Date: Mon Sep 13 2010 - 01:29:02 EST


Hi Linus,

Here's a double handfull of SPI and OF (ll_temac, gpiolib, 52xx_uart).
Should be nothing eyebrow raising here.

g.

The following changes since commit be6200aac985e0a3db56ec636763a32f3e32e7f1:
Linus Torvalds (1):
Merge branch 'kvm-updates/2.6.36' of
git://git.kernel.org/pub/scm/virt/kvm/kvm

are available in the git repository at:

git://git.secretlab.ca/git/linux-2.6 next-spi

Anton Vorontsov (1):
gpiolib: Add 'struct gpio_chip' forward declaration for !GPIOLIB case

David Lamparter (1):
spi: free children in spi_unregister_master, not siblings

Feng Tang (1):
spi/dw_spi: clean the cs_control code

Jassi Brar (2):
spi/s3c64xx: Fix compilation warning
spi/s3c64xx: Fix incorrect reuse of 'val' local variable.

Julia Lawall (1):
powerpc/5200: mpc52xx_uart.c: Add of_node_put to avoid memory leak

Linus Walleij (2):
spi/pl022: fix APB pclk power regression on U300
spi/pl022: move probe call to subsys_initcall()

Mark Brown (5):
spi/spi_s3c64xx: Make probe more robust against missing board config
spi/spi_s3c64xx: Staticise non-exported functions
spi/spi_s3c64xx: Move to subsys_initcall()
spi/spi_s3c64xx: Increase dead reckoning time in wait_for_xfer()
spi/spi_s3c64xx: Warn if PIO transfers time out

Michal Simek (1):
of: Fix missing includes - ll_temac

Yong Wang (1):
spi/dw_spi: Allow interrupt sharing

drivers/net/ll_temac_main.c | 1 +
drivers/net/ll_temac_mdio.c | 1 +
drivers/serial/mpc52xx_uart.c | 1 +
drivers/spi/amba-pl022.c | 16 +++++++++-------
drivers/spi/dw_spi.c | 24 +++++++++++-------------
drivers/spi/spi.c | 9 +++------
drivers/spi/spi_s3c64xx.c | 37 +++++++++++++++++++++++++------------
include/linux/gpio.h | 1 +
include/linux/spi/dw_spi.h | 2 ++
9 files changed, 54 insertions(+), 38 deletions(-)

--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
--
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/