From: Linus Torvalds Date: Sat, 26 May 2012 19:50:04 +0000 (-0700) Subject: Merge tag 'stmp-dev' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc X-Git-Tag: v3.5-rc1~70 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39b6cc668c5ecc66f6f9c9293ffab681cb6f7065;p=platform%2Fupstream%2Fkernel-adaptation-pc.git Merge tag 'stmp-dev' of git://git./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 --- 39b6cc668c5ecc66f6f9c9293ffab681cb6f7065 diff --cc drivers/i2c/busses/i2c-mxs.c index 7fa73ee,0834802..58a3388 --- a/drivers/i2c/busses/i2c-mxs.c +++ b/drivers/i2c/busses/i2c-mxs.c @@@ -26,9 -26,7 +26,8 @@@ #include #include #include +#include - - #include + #include #define DRIVER_NAME "mxs-i2c" diff --cc lib/Makefile index b98df50,f78dbcd..2a1d7f9 --- a/lib/Makefile +++ b/lib/Makefile @@@ -123,10 -123,8 +123,12 @@@ obj-$(CONFIG_SIGNATURE) += digsig. 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