* [GIT PULL] Reset controller fixes and updates
@ 2014-02-18 13:57 Philipp Zabel
2014-03-03 10:26 ` Philipp Zabel
2014-03-09 5:17 ` Olof Johansson
0 siblings, 2 replies; 4+ messages in thread
From: Philipp Zabel @ 2014-02-18 13:57 UTC (permalink / raw)
To: linux-arm-kernel
Hi Olof, Arnd,
since I didn't get any more feedback on the GPIO reset patch, and I
don't want to risk postponing the following changes (again), I've left
it out of this pull request. Please consider merging the following fixes
and updates. The changes since commit
38dbfb59d1175ef458d006556061adeaa8751b72:
Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)
are available in the git repository at:
git://git.pengutronix.de/git/pza/linux.git reset/for_v3.15
for you to fetch changes up to fc0a5921561c71be2c334a335c1680f7930434d7:
reset: Add of_reset_control_get (2014-02-03 10:19:40 +0100)
----------------------------------------------------------------
Maxime Ripard (1):
reset: Add of_reset_control_get
Philipp Zabel (1):
reset: allow drivers to request probe deferral
Rashika Kheria (1):
reset: Mark function as static and remove unused function in core.c
drivers/reset/core.c | 71
+++++++++++++++++++++++----------------------------
include/linux/reset.h | 4 +++
2 files changed, 36 insertions(+), 39 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] Reset controller fixes and updates
2014-02-18 13:57 [GIT PULL] Reset controller fixes and updates Philipp Zabel
@ 2014-03-03 10:26 ` Philipp Zabel
2014-03-09 5:17 ` Olof Johansson
1 sibling, 0 replies; 4+ messages in thread
From: Philipp Zabel @ 2014-03-03 10:26 UTC (permalink / raw)
To: linux-arm-kernel
Hi Olof, Arnd,
could you please have a look at those changes?
Am Dienstag, den 18.02.2014, 14:57 +0100 schrieb Philipp Zabel:
> Hi Olof, Arnd,
>
> since I didn't get any more feedback on the GPIO reset patch, and I
> don't want to risk postponing the following changes (again), I've left
> it out of this pull request. Please consider merging the following fixes
> and updates. The changes since commit
> 38dbfb59d1175ef458d006556061adeaa8751b72:
>
> Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)
>
> are available in the git repository at:
>
> git://git.pengutronix.de/git/pza/linux.git reset/for_v3.15
http://git.pengutronix.de/?p=pza/linux.git;a=shortlog;h=refs/heads/reset/for_v3.15
> for you to fetch changes up to fc0a5921561c71be2c334a335c1680f7930434d7:
>
> reset: Add of_reset_control_get (2014-02-03 10:19:40 +0100)
>
> ----------------------------------------------------------------
> Maxime Ripard (1):
> reset: Add of_reset_control_get
>
> Philipp Zabel (1):
> reset: allow drivers to request probe deferral
>
> Rashika Kheria (1):
> reset: Mark function as static and remove unused function in core.c
>
> drivers/reset/core.c | 71
> +++++++++++++++++++++++----------------------------
> include/linux/reset.h | 4 +++
> 2 files changed, 36 insertions(+), 39 deletions(-)
regards
Philipp
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] Reset controller fixes and updates
2014-02-18 13:57 [GIT PULL] Reset controller fixes and updates Philipp Zabel
2014-03-03 10:26 ` Philipp Zabel
@ 2014-03-09 5:17 ` Olof Johansson
2014-03-09 19:09 ` Philipp Zabel
1 sibling, 1 reply; 4+ messages in thread
From: Olof Johansson @ 2014-03-09 5:17 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Feb 18, 2014 at 02:57:42PM +0100, Philipp Zabel wrote:
> Hi Olof, Arnd,
>
> since I didn't get any more feedback on the GPIO reset patch, and I
> don't want to risk postponing the following changes (again), I've left
> it out of this pull request. Please consider merging the following fixes
> and updates. The changes since commit
> 38dbfb59d1175ef458d006556061adeaa8751b72:
Hi Philipp,
Can I please ask that you send these to arm at kernel.org in the future? You can
still cc us if you want, but we prefer to get pull requests to the shared
alias.
I didn't see this branch pulled yet, but I also see 4 patches on it now, not
3. Maybe you have a refreshed pull request further down in my inbox though, if
so I'll get to it there. If not, please clarify if you still want all
4 patches to be merged or just the first 3.
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] Reset controller fixes and updates
2014-03-09 5:17 ` Olof Johansson
@ 2014-03-09 19:09 ` Philipp Zabel
0 siblings, 0 replies; 4+ messages in thread
From: Philipp Zabel @ 2014-03-09 19:09 UTC (permalink / raw)
To: linux-arm-kernel
Hi Olof,
On Sat, Mar 08, 2014 at 09:17:36PM -0800, Olof Johansson wrote:
> Hi Philipp,
>
> Can I please ask that you send these to arm at kernel.org in the future?
[...]
Alright, I'll do that from now on.
> I didn't see this branch pulled yet, but I also see 4 patches on it now, not
> 3. Maybe you have a refreshed pull request further down in my inbox though, if
> so I'll get to it there. If not, please clarify if you still want all
> 4 patches to be merged or just the first 3.
The weekend got in the way. I've since rewritten the last commit message with
ack and review tags and will send a new pull request to the preferred address.
thanks
Philipp
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-03-09 19:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-18 13:57 [GIT PULL] Reset controller fixes and updates Philipp Zabel
2014-03-03 10:26 ` Philipp Zabel
2014-03-09 5:17 ` Olof Johansson
2014-03-09 19:09 ` Philipp Zabel
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).