Merge tag 'stmp-dev' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc

Pull arm-soc stmp-dev library code from Olof Johansson:
 "A number of devices are using a common register layout, this adds
  support code for it in lib/stmp_device.c so we do not need to
  duplicate it in each driver."

Fix up trivial conflicts in drivers/i2c/busses/i2c-mxs.c and
lib/Makefile

* tag 'stmp-dev' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
  i2c: mxs: use global reset function
  lib: add support for stmp-style devices
This commit is contained in:
Linus Torvalds
2012-05-26 12:50:04 -07:00
6 changed files with 108 additions and 7 deletions

View File

@@ -36,6 +36,9 @@ config GENERIC_IO
boolean
default n
config STMP_DEVICE
bool
config CRC_CCITT
tristate "CRC-CCITT functions"
help