* [GIT PULL 1/3] soc: few non crtical fixes for 3.19
@ 2014-11-13 1:59 Santosh Shilimkar
2014-11-13 1:59 ` [GIT PULL 2/3] ARM: keystone: config updates " Santosh Shilimkar
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Santosh Shilimkar @ 2014-11-13 1:59 UTC (permalink / raw)
To: linux-arm-kernel
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.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone-driver-soc
for you to fetch changes up to 148bb0439adeeae466dca31dd4c643e194bee023:
soc: ti: knav_qmss_queue: Use list_for_each_entry_safe to prevent use after free (2014-11-03 10:22:06 -0800)
----------------------------------------------------------------
Keystone SOC Navigator driver non critical fixes frm Alex for 3.19
- Use list_for_each_entry_safe to prevent use after free
- Return proper error if devm_kzalloc fails
- Use list_first_entry_or_null() at appropriate places
----------------------------------------------------------------
Axel Lin (4):
soc: ti: Use list_first_entry_or_null() at appropriate places
soc: ti: knav_qmss_queue: Fix unbalanced locking ins knav_pool_create()
soc: ti: knav_qmss_queue: Return proper error if devm_kzalloc fails
soc: ti: knav_qmss_queue: Use list_for_each_entry_safe to prevent use after free
drivers/soc/ti/knav_qmss.h | 8 ++++----
drivers/soc/ti/knav_qmss_queue.c | 13 +++++++------
2 files changed, 11 insertions(+), 10 deletions(-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL 2/3] ARM: keystone: config updates for 3.19
2014-11-13 1:59 [GIT PULL 1/3] soc: few non crtical fixes for 3.19 Santosh Shilimkar
@ 2014-11-13 1:59 ` Santosh Shilimkar
2014-11-20 12:14 ` Arnd Bergmann
2014-11-13 1:59 ` [GIT PULL 3/3] ARM: Keystone dts " Santosh Shilimkar
2014-11-20 12:19 ` [GIT PULL 1/3] soc: few non crtical fixes " Arnd Bergmann
2 siblings, 1 reply; 7+ messages in thread
From: Santosh Shilimkar @ 2014-11-13 1:59 UTC (permalink / raw)
To: linux-arm-kernel
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.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone-soc
for you to fetch changes up to 97ef1af9b275924406556bfaec528a3e9e2980c7:
ARM: keystone: defconfig: add options to enable PCI controller (2014-11-04 10:29:39 -0800)
----------------------------------------------------------------
Keystone config updates for 3.19
- Enable PCIE controller and related options
- Enable MDIO and ethernet phy options
- Enable DSP IRQCHIP option
----------------------------------------------------------------
Grygorii Strashko (2):
ARM: keystone_defconfig: enable dsp irq and gpio support
ARM: keystone_defconfig: enable mdio and marvell eth phys
Murali Karicheri (2):
ARM: keystone: add pcie related options
ARM: keystone: defconfig: add options to enable PCI controller
arch/arm/configs/keystone_defconfig | 7 +++++++
arch/arm/mach-keystone/Kconfig | 2 ++
2 files changed, 9 insertions(+)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL 3/3] ARM: Keystone dts updates for 3.19
2014-11-13 1:59 [GIT PULL 1/3] soc: few non crtical fixes for 3.19 Santosh Shilimkar
2014-11-13 1:59 ` [GIT PULL 2/3] ARM: keystone: config updates " Santosh Shilimkar
@ 2014-11-13 1:59 ` Santosh Shilimkar
2014-11-20 12:21 ` Arnd Bergmann
2014-11-20 12:19 ` [GIT PULL 1/3] soc: few non crtical fixes " Arnd Bergmann
2 siblings, 1 reply; 7+ messages in thread
From: Santosh Shilimkar @ 2014-11-13 1:59 UTC (permalink / raw)
To: linux-arm-kernel
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.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone-dts
for you to fetch changes up to fc89a576006794f06f7b2919131f6e3e07af5b92:
ARM: dts: keystone-k2e: add DT bindings for PCI controller for port 1 (2014-11-04 10:27:21 -0800)
----------------------------------------------------------------
Keystone dts updates for 3.19
- PCIE controller related updates
- 1GBe phy related upates
----------------------------------------------------------------
Grygorii Strashko (2):
ARM: dts: k2e-evm: add 1g ethernet phys nodes
ARM: dts: k2l-evm: add 1g ethernet phys nodes
Murali Karicheri (2):
ARM: dts: keystone: add DT bindings for PCI controller for port 0
ARM: dts: keystone-k2e: add DT bindings for PCI controller for port 1
arch/arm/boot/dts/k2e-evm.dts | 12 +++++++++++
arch/arm/boot/dts/k2e.dtsi | 45 +++++++++++++++++++++++++++++++++++++++++
arch/arm/boot/dts/k2l-evm.dts | 12 +++++++++++
arch/arm/boot/dts/keystone.dtsi | 45 +++++++++++++++++++++++++++++++++++++++++
4 files changed, 114 insertions(+)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL 2/3] ARM: keystone: config updates for 3.19
2014-11-13 1:59 ` [GIT PULL 2/3] ARM: keystone: config updates " Santosh Shilimkar
@ 2014-11-20 12:14 ` Arnd Bergmann
2014-11-21 17:19 ` santosh shilimkar
0 siblings, 1 reply; 7+ messages in thread
From: Arnd Bergmann @ 2014-11-20 12:14 UTC (permalink / raw)
To: linux-arm-kernel
On Thursday 13 November 2014, Santosh Shilimkar wrote:
> 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.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone-soc
>
> for you to fetch changes up to 97ef1af9b275924406556bfaec528a3e9e2980c7:
>
> ARM: keystone: defconfig: add options to enable PCI controller (2014-11-04 10:29:39 -0800)
>
> ----------------------------------------------------------------
> Keystone config updates for 3.19
>
> - Enable PCIE controller and related options
> - Enable MDIO and ethernet phy options
> - Enable DSP IRQCHIP option
Pulled into next/defconfig.
Can you send an update so we also enable all of this in multi_v7_defconfig?
Thanks,
Arnd
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL 1/3] soc: few non crtical fixes for 3.19
2014-11-13 1:59 [GIT PULL 1/3] soc: few non crtical fixes for 3.19 Santosh Shilimkar
2014-11-13 1:59 ` [GIT PULL 2/3] ARM: keystone: config updates " Santosh Shilimkar
2014-11-13 1:59 ` [GIT PULL 3/3] ARM: Keystone dts " Santosh Shilimkar
@ 2014-11-20 12:19 ` Arnd Bergmann
2 siblings, 0 replies; 7+ messages in thread
From: Arnd Bergmann @ 2014-11-20 12:19 UTC (permalink / raw)
To: linux-arm-kernel
On Thursday 13 November 2014, Santosh Shilimkar wrote:
> Keystone SOC Navigator driver non critical fixes frm Alex for 3.19
>
> - Use list_for_each_entry_safe to prevent use after free
> - Return proper error if devm_kzalloc fails
> - Use list_first_entry_or_null() at appropriate places
Pulled into next/drivers, as this isn't in the normal arm-soc territory.
Thanks,
Arnd
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL 3/3] ARM: Keystone dts updates for 3.19
2014-11-13 1:59 ` [GIT PULL 3/3] ARM: Keystone dts " Santosh Shilimkar
@ 2014-11-20 12:21 ` Arnd Bergmann
0 siblings, 0 replies; 7+ messages in thread
From: Arnd Bergmann @ 2014-11-20 12:21 UTC (permalink / raw)
To: linux-arm-kernel
On Thursday 13 November 2014, Santosh Shilimkar wrote:
> Keystone dts updates for 3.19
>
> - PCIE controller related updates
> - 1GBe phy related upates
Pulled into next/dt, thanks
Arnd
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL 2/3] ARM: keystone: config updates for 3.19
2014-11-20 12:14 ` Arnd Bergmann
@ 2014-11-21 17:19 ` santosh shilimkar
0 siblings, 0 replies; 7+ messages in thread
From: santosh shilimkar @ 2014-11-21 17:19 UTC (permalink / raw)
To: linux-arm-kernel
On 11/20/2014 4:14 AM, Arnd Bergmann wrote:
> On Thursday 13 November 2014, Santosh Shilimkar wrote:
>> 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.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone-soc
>>
>> for you to fetch changes up to 97ef1af9b275924406556bfaec528a3e9e2980c7:
>>
>> ARM: keystone: defconfig: add options to enable PCI controller (2014-11-04 10:29:39 -0800)
>>
>> ----------------------------------------------------------------
>> Keystone config updates for 3.19
>>
>> - Enable PCIE controller and related options
>> - Enable MDIO and ethernet phy options
>> - Enable DSP IRQCHIP option
>
> Pulled into next/defconfig.
>
Thanks Arnd !!
> Can you send an update so we also enable all of this in multi_v7_defconfig?
>
Yep. I am planning to sync up the multi_v7_defconfig since there are
quite a few new options have been enabled after my last sync up.
Will do that after this merge window.
Regards,
Santosh
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-11-21 17:19 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-13 1:59 [GIT PULL 1/3] soc: few non crtical fixes for 3.19 Santosh Shilimkar
2014-11-13 1:59 ` [GIT PULL 2/3] ARM: keystone: config updates " Santosh Shilimkar
2014-11-20 12:14 ` Arnd Bergmann
2014-11-21 17:19 ` santosh shilimkar
2014-11-13 1:59 ` [GIT PULL 3/3] ARM: Keystone dts " Santosh Shilimkar
2014-11-20 12:21 ` Arnd Bergmann
2014-11-20 12:19 ` [GIT PULL 1/3] soc: few non crtical fixes " 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).