* [GIT PULL] Reset controller changes for v3.19
@ 2014-12-01 9:04 Philipp Zabel
2014-12-01 9:43 ` Philipp Zabel
2014-12-04 15:56 ` Arnd Bergmann
0 siblings, 2 replies; 5+ messages in thread
From: Philipp Zabel @ 2014-12-01 9:04 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd, Olof,
The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:
Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)
are available in the git repository at:
git://git.pengutronix.de/pza/linux.git reset-for-3.19-2
for you to fetch changes up to f200890f224d9ed0af207145a2279f51c6be230b:
reset: add socfpga_reset_status (2014-11-04 12:40:16 +0100)
----------------------------------------------------------------
Reset controller changes for v3.19
----------------------------------------------------------------
Dinh Nguyen (2):
reset: add reset_control_status helper function
reset: add socfpga_reset_status
Maxime Coquelin (1):
reset: stih407: Add reset controllers DT bindings
Peter Griffin (2):
reset: stih407: Add softreset, powerdown and picophy controllers
reset: sti: Document sti-picophyreset controllers bindings.
Philipp Zabel (1):
Merge tag 'sti-reset-for-v3.19-1' of git://git.stlinux.com/devel/kernel/linux-sti into reset/for_v3.19
.../bindings/reset/st,sti-picophyreset.txt | 42 ++++++
drivers/reset/core.c | 15 ++
drivers/reset/reset-socfpga.c | 15 ++
drivers/reset/sti/Kconfig | 4 +
drivers/reset/sti/Makefile | 1 +
drivers/reset/sti/reset-stih407.c | 158 +++++++++++++++++++++
.../dt-bindings/reset-controller/stih407-resets.h | 61 ++++++++
include/linux/reset-controller.h | 2 +
include/linux/reset.h | 7 +
9 files changed, 305 insertions(+)
create mode 100644 Documentation/devicetree/bindings/reset/st,sti-picophyreset.txt
create mode 100644 drivers/reset/sti/reset-stih407.c
create mode 100644 include/dt-bindings/reset-controller/stih407-resets.h
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] Reset controller changes for v3.19
2014-12-01 9:04 [GIT PULL] Reset controller changes for v3.19 Philipp Zabel
@ 2014-12-01 9:43 ` Philipp Zabel
2014-12-04 16:00 ` Arnd Bergmann
2014-12-04 15:56 ` Arnd Bergmann
1 sibling, 1 reply; 5+ messages in thread
From: Philipp Zabel @ 2014-12-01 9:43 UTC (permalink / raw)
To: linux-arm-kernel
Am Montag, den 01.12.2014, 10:04 +0100 schrieb Philipp Zabel:
> Hi Arnd, Olof,
>
> The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:
>
> Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)
>
> are available in the git repository at:
>
> git://git.pengutronix.de/pza/linux.git reset-for-3.19-2
Sorry, that should be
git://git.pengutronix.de/git/pza/linux.git reset-for-3.19-2
^^^^
regards
Philipp
> for you to fetch changes up to f200890f224d9ed0af207145a2279f51c6be230b:
>
> reset: add socfpga_reset_status (2014-11-04 12:40:16 +0100)
>
> ----------------------------------------------------------------
> Reset controller changes for v3.19
>
> ----------------------------------------------------------------
> Dinh Nguyen (2):
> reset: add reset_control_status helper function
> reset: add socfpga_reset_status
>
> Maxime Coquelin (1):
> reset: stih407: Add reset controllers DT bindings
>
> Peter Griffin (2):
> reset: stih407: Add softreset, powerdown and picophy controllers
> reset: sti: Document sti-picophyreset controllers bindings.
>
> Philipp Zabel (1):
> Merge tag 'sti-reset-for-v3.19-1' of git://git.stlinux.com/devel/kernel/linux-sti into reset/for_v3.19
>
> .../bindings/reset/st,sti-picophyreset.txt | 42 ++++++
> drivers/reset/core.c | 15 ++
> drivers/reset/reset-socfpga.c | 15 ++
> drivers/reset/sti/Kconfig | 4 +
> drivers/reset/sti/Makefile | 1 +
> drivers/reset/sti/reset-stih407.c | 158 +++++++++++++++++++++
> .../dt-bindings/reset-controller/stih407-resets.h | 61 ++++++++
> include/linux/reset-controller.h | 2 +
> include/linux/reset.h | 7 +
> 9 files changed, 305 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/reset/st,sti-picophyreset.txt
> create mode 100644 drivers/reset/sti/reset-stih407.c
> create mode 100644 include/dt-bindings/reset-controller/stih407-resets.h
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] Reset controller changes for v3.19
2014-12-01 9:04 [GIT PULL] Reset controller changes for v3.19 Philipp Zabel
2014-12-01 9:43 ` Philipp Zabel
@ 2014-12-04 15:56 ` Arnd Bergmann
1 sibling, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2014-12-04 15:56 UTC (permalink / raw)
To: linux-arm-kernel
On Monday 01 December 2014 10:04:06 Philipp Zabel wrote:
> Hi Arnd, Olof,
>
> The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:
>
> Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)
>
> are available in the git repository at:
>
> git://git.pengutronix.de/pza/linux.git reset-for-3.19-2
>
arnd at wuerfel:~/arm-soc$ git pull --log git://git.pengutronix.de/pza/linux.git reset-for-3.19-2
fatal: remote error: access denied or repository not exported: /pza/linux.git
Sorry, not pulled, please resend once you fix it!
Arnd
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] Reset controller changes for v3.19
2014-12-01 9:43 ` Philipp Zabel
@ 2014-12-04 16:00 ` Arnd Bergmann
2014-12-05 9:44 ` Philipp Zabel
0 siblings, 1 reply; 5+ messages in thread
From: Arnd Bergmann @ 2014-12-04 16:00 UTC (permalink / raw)
To: linux-arm-kernel
On Monday 01 December 2014 10:43:16 Philipp Zabel wrote:
> Am Montag, den 01.12.2014, 10:04 +0100 schrieb Philipp Zabel:
> > Hi Arnd, Olof,
> >
> > The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:
> >
> > Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)
> >
> > are available in the git repository at:
> >
> > git://git.pengutronix.de/pza/linux.git reset-for-3.19-2
>
> Sorry, that should be
>
> git://git.pengutronix.de/git/pza/linux.git reset-for-3.19-2
> ^^^^
>
Sorry for not seeing this first, my mistake.
Pulled into next/drivers now.
One detail though: in the future please add a high-level description
of the branch contents when you send a pull request. This is what
I added:
This adds a new driver for the sti soc family, and creates
a reset_control_status interface, which is added to the existing
drivers.
but I would normally expect a higher detail level.
Thanks,
Arnd
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] Reset controller changes for v3.19
2014-12-04 16:00 ` Arnd Bergmann
@ 2014-12-05 9:44 ` Philipp Zabel
0 siblings, 0 replies; 5+ messages in thread
From: Philipp Zabel @ 2014-12-05 9:44 UTC (permalink / raw)
To: linux-arm-kernel
Am Donnerstag, den 04.12.2014, 17:00 +0100 schrieb Arnd Bergmann:
> On Monday 01 December 2014 10:43:16 Philipp Zabel wrote:
> > Am Montag, den 01.12.2014, 10:04 +0100 schrieb Philipp Zabel:
> > > Hi Arnd, Olof,
> > >
> > > The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:
> > >
> > > Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)
> > >
> > > are available in the git repository at:
> > >
> > > git://git.pengutronix.de/pza/linux.git reset-for-3.19-2
> >
> > Sorry, that should be
> >
> > git://git.pengutronix.de/git/pza/linux.git reset-for-3.19-2
> > ^^^^
> >
>
>
> Sorry for not seeing this first, my mistake.
>
> Pulled into next/drivers now.
>
> One detail though: in the future please add a high-level description
> of the branch contents when you send a pull request. This is what
> I added:
>
> This adds a new driver for the sti soc family, and creates
> a reset_control_status interface, which is added to the existing
> drivers.
>
> but I would normally expect a higher detail level.
Thank you, I will have a better description next time.
regards
Philipp
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-12-05 9:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-01 9:04 [GIT PULL] Reset controller changes for v3.19 Philipp Zabel
2014-12-01 9:43 ` Philipp Zabel
2014-12-04 16:00 ` Arnd Bergmann
2014-12-05 9:44 ` Philipp Zabel
2014-12-04 15:56 ` Arnd Bergmann
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).