mbox

[GIT,PULL] Reset controller changes for v3.19

Message ID 1417424646.4624.2.camel@pengutronix.de
State New
Headers show

Pull-request

git://git.pengutronix.de/pza/linux.git reset-for-3.19-2

Message

Philipp Zabel Dec. 1, 2014, 9:04 a.m. UTC
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

Comments

Philipp Zabel Dec. 1, 2014, 9:43 a.m. UTC | #1
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
> 
>
Arnd Bergmann Dec. 4, 2014, 3:56 p.m. UTC | #2
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@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
Arnd Bergmann Dec. 4, 2014, 4 p.m. UTC | #3
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
Philipp Zabel Dec. 5, 2014, 9:44 a.m. UTC | #4
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