Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1681947
| From | Bjorn Andersson <bjorn.andersson@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] hwspinlock updates for v4.13 |
| Date | 2017-07-06 01:50 +0200 |
| Message-ID | <u02ds-4D2-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
are available in the git repository at:
git://github.com/andersson/remoteproc tags/hwlock-v4.13
for you to fetch changes up to 93f66edd440fb5c5c97cb211d8560479520f01af:
DT: hwspinlock: Add binding documentation for Spreadtrum hwspinlock (2017-05-24 12:25:47 -0700)
----------------------------------------------------------------
hwspinlock updates for v4.13
This introduces a driver for the Spreadtrum hardware spinlock device and cleans
up the Kconfig file.
----------------------------------------------------------------
Baolin Wang (2):
hwspinlock: sprd: Add hardware spinlock driver
DT: hwspinlock: Add binding documentation for Spreadtrum hwspinlock
Vincent Legoll (1):
Make HWSPINLOCK a menuconfig to ease disabling
.../devicetree/bindings/hwlock/sprd-hwspinlock.txt | 23 +++
drivers/hwspinlock/Kconfig | 26 +--
drivers/hwspinlock/Makefile | 1 +
drivers/hwspinlock/sprd_hwspinlock.c | 183 +++++++++++++++++++++
4 files changed, 222 insertions(+), 11 deletions(-)
create mode 100644 Documentation/devicetree/bindings/hwlock/sprd-hwspinlock.txt
create mode 100644 drivers/hwspinlock/sprd_hwspinlock.c
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[GIT PULL] hwspinlock updates for v4.13 Bjorn Andersson <bjorn.andersson@linaro.org> - 2017-07-06 01:50 +0200
csiph-web