* [GIT PULL] CCN drivers fixes for 4.13
@ 2017-06-23 14:34 Pawel Moll
2017-06-23 14:44 ` Arnd Bergmann
0 siblings, 1 reply; 6+ messages in thread
From: Pawel Moll @ 2017-06-23 14:34 UTC (permalink / raw)
To: linux-arm-kernel
Greetings,
I've got a small series of fixes for the CCN driver. A long belated
one... Apologies to all authors for delaying it way over any sensible
time frame!
If possible, they could go in for 4.13, they are pretty small and
independent from anything else.
Please consider pulling:
The following changes since commit 41f1830f5a7af77cf5c86359aba3cbd706687e52:
? Linux 4.12-rc6 (2017-06-19 22:19:37 +0800)
are available in the git repository at:
? git://git.linaro.org/people/pawel.moll/linux.git tags/ccn/fixes-for-4.13
for you to fetch changes up to e65585fdef23e29b0a7a007a7ec96030f02962d3:
? bus: arm-ccn: Enable stats for CCN-502 interconnect (2017-06-20 11:24:02 +0100)
----------------------------------------------------------------
bus: ARM CCN PMU driver updates
* Fixed missing module aliases, thus autoloading.
* Use appropriate (c)allocation function for arrays of structures.
* Add compatibility string (thus support) for CCN-502 variant.
----------------------------------------------------------------
Javier Martinez Canillas (1):
??????bus: arm-ccn: Fix module autoload
Markus Elfring (1):
??????bus: arm-ccn: Use devm_kcalloc() in arm_ccn_probe()
Velibor Markovski (2):
??????dt-bindings: arm-ccn: Add bindings info for CCN-502 compatible string
??????bus: arm-ccn: Enable stats for CCN-502 interconnect
?Documentation/devicetree/bindings/arm/ccn.txt |??1 +
?drivers/bus/arm-ccn.c?????????????????????????| 10 ++++++----
?2 files changed, 7 insertions(+), 4 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL] CCN drivers fixes for 4.13
2017-06-23 14:34 [GIT PULL] CCN drivers fixes for 4.13 Pawel Moll
@ 2017-06-23 14:44 ` Arnd Bergmann
2017-06-23 14:48 ` Pawel Moll
0 siblings, 1 reply; 6+ messages in thread
From: Arnd Bergmann @ 2017-06-23 14:44 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Jun 23, 2017 at 4:34 PM, Pawel Moll <pawel.moll@arm.com> wrote:
> Greetings,
>
> I've got a small series of fixes for the CCN driver. A long belated
> one... Apologies to all authors for delaying it way over any sensible
> time frame!
>
> If possible, they could go in for 4.13, they are pretty small and
> independent from anything else.
Did you mean 4.12 rather than 4.13?
> bus: ARM CCN PMU driver updates
>
> * Fixed missing module aliases, thus autoloading.
> * Use appropriate (c)allocation function for arrays of structures.
> * Add compatibility string (thus support) for CCN-502 variant.
>
> ----------------------------------------------------------------
> Javier Martinez Canillas (1):
> bus: arm-ccn: Fix module autoload
>
> Markus Elfring (1):
> bus: arm-ccn: Use devm_kcalloc() in arm_ccn_probe()
>
> Velibor Markovski (2):
> dt-bindings: arm-ccn: Add bindings info for CCN-502 compatible string
> bus: arm-ccn: Enable stats for CCN-502 interconnect
If it's for 4.12, I'd prefer this to not contain the second patch, which seems
to be just a cosmetic cleanup (there can't be any overflow here).
If you want them in 4.13 instead, please rebase the branch on top of
4.12-rc1 to avoid backmerging -rc6 into our driver branch.
Arnd
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL] CCN drivers fixes for 4.13
2017-06-23 14:44 ` Arnd Bergmann
@ 2017-06-23 14:48 ` Pawel Moll
2017-06-23 15:01 ` Arnd Bergmann
2017-06-23 15:03 ` [GIT PULL v2] CCN driver " Pawel Moll
0 siblings, 2 replies; 6+ messages in thread
From: Pawel Moll @ 2017-06-23 14:48 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, 2017-06-23 at 16:44 +0200, Arnd Bergmann wrote:
> > If possible, they could go in for 4.13, they are pretty small and
> > independent from anything else.
> Did you mean 4.12 rather than 4.13?
4.13. Wouldn't dare to ask for 4.12 at this stage...
> If you want them in 4.13 instead, please rebase the branch on top of
> 4.12-rc1 to avoid backmerging -rc6 into our driver branch.
Will do, thanks!
Pawel
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL] CCN drivers fixes for 4.13
2017-06-23 14:48 ` Pawel Moll
@ 2017-06-23 15:01 ` Arnd Bergmann
2017-06-23 15:03 ` [GIT PULL v2] CCN driver " Pawel Moll
1 sibling, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2017-06-23 15:01 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Jun 23, 2017 at 4:48 PM, Pawel Moll <pawel.moll@arm.com> wrote:
> On Fri, 2017-06-23 at 16:44 +0200, Arnd Bergmann wrote:
>> > If possible, they could go in for 4.13, they are pretty small and
>> > independent from anything else.
>> Did you mean 4.12 rather than 4.13?
>
> 4.13. Wouldn't dare to ask for 4.12 at this stage...
Ok. Note that I really do want bugfixes for the current release and even
marked for stable backports more often in general, so I would not have
complained about the other ones even if they appeared to be less
important than others.
OTOH I do tend to trust downstream maintainers to make a more
informed decision than I could do regarding which tree to apply
things for, I was mostly getting confused by receiving a pull request
based on a later -rc.
Arnd
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL v2] CCN driver fixes for 4.13
2017-06-23 14:48 ` Pawel Moll
2017-06-23 15:01 ` Arnd Bergmann
@ 2017-06-23 15:03 ` Pawel Moll
2017-06-23 15:07 ` Arnd Bergmann
1 sibling, 1 reply; 6+ messages in thread
From: Pawel Moll @ 2017-06-23 15:03 UTC (permalink / raw)
To: linux-arm-kernel
Hello again,
As discussed - the CCN driver fixes for 4.13 (thirteen), rebased on
v4.12-rc1.Please consider pulling:
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
? Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
are available in the git repository at:
? git://git.linaro.org/people/pawel.moll/linux.git tags/ccn/fixes-for-4.13-v2
for you to fetch changes up to 2941be2166c2146ded1d1806ae76e78c26b8d4fe:
? bus: arm-ccn: Enable stats for CCN-502 interconnect (2017-06-23 15:46:38 +0100)
----------------------------------------------------------------
bus: ARM CCN PMU driver updates
* Fixed missing module aliases, thus autoloading.
* Use appropriate (c)allocation function for arrays of structures.
* Add compatibility string (thus support) for CCN-502 variant.
----------------------------------------------------------------
Javier Martinez Canillas (1):
??????bus: arm-ccn: Fix module autoload
Markus Elfring (1):
??????bus: arm-ccn: Use devm_kcalloc() in arm_ccn_probe()
Velibor Markovski (2):
??????dt-bindings: arm-ccn: Add bindings info for CCN-502 compatible string
??????bus: arm-ccn: Enable stats for CCN-502 interconnect
?Documentation/devicetree/bindings/arm/ccn.txt |??1 +
?drivers/bus/arm-ccn.c?????????????????????????| 10 ++++++----
?2 files changed, 7 insertions(+), 4 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL v2] CCN driver fixes for 4.13
2017-06-23 15:03 ` [GIT PULL v2] CCN driver " Pawel Moll
@ 2017-06-23 15:07 ` Arnd Bergmann
0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2017-06-23 15:07 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Jun 23, 2017 at 5:03 PM, Pawel Moll <pawel.moll@arm.com> wrote:
> Hello again,
>
> As discussed - the CCN driver fixes for 4.13 (thirteen), rebased on
> v4.12-rc1.Please consider pulling:
>
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
>
> Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
>
> are available in the git repository at:
>
> git://git.linaro.org/people/pawel.moll/linux.git tags/ccn/fixes-for-4.13-v2
>
> for you to fetch changes up to 2941be2166c2146ded1d1806ae76e78c26b8d4fe:
>
> bus: arm-ccn: Enable stats for CCN-502 interconnect (2017-06-23 15:46:38 +0100)
>
> ----------------------------------------------------------------
> bus: ARM CCN PMU driver updates
>
> * Fixed missing module aliases, thus autoloading.
> * Use appropriate (c)allocation function for arrays of structures.
> * Add compatibility string (thus support) for CCN-502 variant.
Pulled into next/fixes-non-critical, thanks for the quick respin!
Arnd
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-06-23 15:07 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-23 14:34 [GIT PULL] CCN drivers fixes for 4.13 Pawel Moll
2017-06-23 14:44 ` Arnd Bergmann
2017-06-23 14:48 ` Pawel Moll
2017-06-23 15:01 ` Arnd Bergmann
2017-06-23 15:03 ` [GIT PULL v2] CCN driver " Pawel Moll
2017-06-23 15:07 ` Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox