linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL v3] Reset controller API
@ 2013-04-12  8:42 Philipp Zabel
  2013-04-13  6:08 ` Olof Johansson
  0 siblings, 1 reply; 3+ messages in thread
From: Philipp Zabel @ 2013-04-12  8:42 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof,

the following changes since commit 8bb9660418e05bb1845ac1a2428444d78e322cc7:

  Linux 3.9-rc4 (2013-03-23 16:52:44 -0700)

are available in the git repository at:

  git://git.pengutronix.de/git/pza/linux.git reset/for_v3.10

for you to fetch changes up to 6034bb22d8387708075c083385e5d2e1072a4f33:

  reset: NULL deref on allocation failure (2013-04-12 10:26:24 +0200)

----------------------------------------------------------------
Dan Carpenter (1):
      reset: NULL deref on allocation failure

Philipp Zabel (1):
      reset: Add reset controller API

Stephen Warren (1):
      dt: describe base reset signal binding

 Documentation/devicetree/bindings/reset/reset.txt |  75 ++++++
 drivers/Kconfig                                   |   2 +
 drivers/Makefile                                  |   3 +
 drivers/reset/Kconfig                             |  13 +
 drivers/reset/Makefile                            |   1 +
 drivers/reset/core.c                              | 297 ++++++++++++++++++++++
 include/linux/reset-controller.h                  |  51 ++++
 include/linux/reset.h                             |  17 ++
 8 files changed, 459 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/reset/reset.txt
 create mode 100644 drivers/reset/Kconfig
 create mode 100644 drivers/reset/Makefile
 create mode 100644 drivers/reset/core.c
 create mode 100644 include/linux/reset-controller.h
 create mode 100644 include/linux/reset.h

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-04-13  6:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-12  8:42 [GIT PULL v3] Reset controller API Philipp Zabel
2013-04-13  6:08 ` Olof Johansson
2013-04-13  6:10   ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).