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
  #include <linux/platform_device.h>
  #include <linux/jiffies.h>
  #include <linux/io.h>
- 
- #include <mach/common.h>
 +#include <linux/pinctrl/consumer.h>
+ #include <linux/stmp_device.h>
  
  #define DRIVER_NAME "mxs-i2c"
  
 
  
  obj-$(CONFIG_CLZ_TAB) += clz_tab.o
  
 +obj-$(CONFIG_DDR) += jedec_ddr_data.o
 +
 +obj-$(CONFIG_GENERIC_STRNCPY_FROM_USER) += strncpy_from_user.o
 +
+ obj-$(CONFIG_STMP_DEVICE) += stmp_device.o
+ 
  hostprogs-y   := gen_crc32table
  clean-files   := crc32table.h