]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'next/devel-samsung-spi' of git://git.kernel.org/pub/scm/linux/kernel...
authorArnd Bergmann <arnd@arndb.de>
Sat, 21 Jul 2012 21:12:15 +0000 (23:12 +0200)
committerArnd Bergmann <arnd@arndb.de>
Sat, 21 Jul 2012 21:12:15 +0000 (23:12 +0200)
commit5b1d641623cec61d78a49cf59d61822270d8dfc3
tree36cf6ecf6a3525dec0e0583f9961755c65fc2f6d
parent5d9349ab48223f57dd6bb63331e960ef45ab9e96
parent4584ac018b28df93342e307c798d5dc81a2495fc
Merge branch 'next/devel-samsung-spi' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/spi

From Kukjin Kim <kgene.kim@samsung.com>:
You may think that 'since this is including only samsung spi stuff,
so this should be sent to upstream via spi tree', yeah right. But in
this time, would be helpful to us if they could be sent via arm-soc,
samsung tree for avoiding useless conflicts. Because samsung-dt-spi
branch touches the same driver and it is already in arm-soc tree.

* 'next/devel-samsung-spi' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:
  spi/s3c64xx: Expand S3C64XX_SPI_{DE,}ACT macros at call sites
  spi/s3c64xx: Convert to devm_request_and_ioremap()
  spi/s3c64xx: Put the /CS GPIO into output mode
  spi/s3c64xx: Fix handling of errors in gpio_request()

Signed-off-by: Arnd Bergmann <arnd@arndb.de>