* [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
* [GIT PULL v3] Reset controller API
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
0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2013-04-13 6:08 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Apr 12, 2013 at 10:42:11AM +0200, Philipp Zabel wrote:
> 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
Thanks, pulled in with next/drivers.
-Olof
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL v3] Reset controller API
2013-04-13 6:08 ` Olof Johansson
@ 2013-04-13 6:10 ` Olof Johansson
0 siblings, 0 replies; 3+ messages in thread
From: Olof Johansson @ 2013-04-13 6:10 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Apr 12, 2013 at 11:08 PM, Olof Johansson <olof@lixom.net> wrote:
> On Fri, Apr 12, 2013 at 10:42:11AM +0200, Philipp Zabel wrote:
>> 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
>
> Thanks, pulled in with next/drivers.
The branch itself is in arm-soc as reset/devel in case someone (Shawn)
needs to base development on it; please don't base it on the
next/drivers branch.
-Olof
^ 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).