From patchwork Sat May 26 07:22:35 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [GIT,PULL,5/8] arm-soc: add stmp-dev library code Date: Fri, 25 May 2012 21:22:35 -0000 From: Olof Johansson X-Patchwork-Id: 161602 Message-Id: <1338016958-7887-6-git-send-email-olof@lixom.net> To: torvalds@linux-foundation.org Cc: Olof Johansson , arm@kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org 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. ---------------------------------------------------------------- The following changes since commit 0ac1de7ff6397b16530c23fcd31961a21498cff0: Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into HEAD are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/stmp-dev for you to fetch changes up to 3f81b2c49d31e763a9c1da831ceb6cef087cf6c6: Merge branch 'stmp_device' of git://git.pengutronix.de/git/wsa/linux into next/stmp-dev ---------------------------------------------------------------- Arnd Bergmann (1): Merge branch 'stmp_device' of git://git.pengutronix.de/git/wsa/linux into next/stmp-dev Wolfram Sang (2): lib: add support for stmp-style devices i2c: mxs: use global reset function drivers/i2c/busses/Kconfig | 1 + drivers/i2c/busses/i2c-mxs.c | 7 +--- include/linux/stmp_device.h | 20 ++++++++++ lib/Kconfig | 3 ++ lib/Makefile | 2 + lib/stmp_device.c | 80 +++++++++++++++++++++++++++++++++++++++ 6 files changed, 108 insertions(+), 5 deletions(-) create mode 100644 include/linux/stmp_device.h create mode 100644 lib/stmp_device.c