[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1338016958-7887-6-git-send-email-olof@lixom.net>
Date: Sat, 26 May 2012 00:22:35 -0700
From: Olof Johansson <olof@...om.net>
To: torvalds@...ux-foundation.org
Cc: arm@...nel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
Olof Johansson <olof@...om.net>
Subject: [GIT PULL 5/8] arm-soc: add stmp-dev library code
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists