mbox

[GIT,PULL] ARM: keystone: Few non-critical fixes, cleanups for 3.12

Message ID 1375904298-5899-1-git-send-email-santosh.shilimkar@ti.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone-fixes-non-critical

Message

Santosh Shilimkar Aug. 7, 2013, 7:38 p.m. UTC
The following changes since commit eb788f43a6c6e6c7a5b2879543b565e4cd452de8:

  ARM: Keystone: Convert device tree file to use IRQ defines (2013-08-05 14:06:24 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone-fixes-non-critical

for you to fetch changes up to eb788f43a6c6e6c7a5b2879543b565e4cd452de8:

  ARM: Keystone: Convert device tree file to use IRQ defines (2013-08-05 14:06:24 -0400)

----------------------------------------------------------------
ARM: keystone: non-critical fixes, cleanup for 3.12

Summary of changes:
	- Drop unused HAVE_SCHED_CLOCK config option
	- Remove now redundant smp_init_cpus call
	- Update the smc code to remove dsb and r12 usage
	- Convert device tree to use #include and GIC bindings

----------------------------------------------------------------

Paul Bolle (1):
  ARM: keystone: drop useless HAVE_SCHED_CLOCK

Santosh Shilimkar (4):
  ARM: Keystone: No need to preserve r12 across smc call
  ARM: keystone: Drop the un-necessary dsb from keystone_cpu_smc()
  ARM: keystone: use #include to include skeleton.dtsi
  ARM: Keystone: Convert device tree file to use IRQ defines

Sudeep KarkadaNagesha (1):
  ARM: keystone: remove redundant smp_init_cpus definition

 arch/arm/boot/dts/keystone.dts   |   29 ++++++++++++++++++-----------
 arch/arm/mach-keystone/Kconfig   |    1 -
 arch/arm/mach-keystone/platsmp.c |    1 -
 arch/arm/mach-keystone/smc.S     |    5 ++---
 4 files changed, 20 insertions(+), 16 deletions(-)

Comments

Kevin Hilman Aug. 8, 2013, 2:58 p.m. UTC | #1
Santosh Shilimkar <santosh.shilimkar@ti.com> writes:

> The following changes since commit eb788f43a6c6e6c7a5b2879543b565e4cd452de8:
>
>   ARM: Keystone: Convert device tree file to use IRQ defines (2013-08-05 14:06:24 -0400)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone-fixes-non-critical
>
> for you to fetch changes up to eb788f43a6c6e6c7a5b2879543b565e4cd452de8:
>
>   ARM: Keystone: Convert device tree file to use IRQ defines (2013-08-05 14:06:24 -0400)
>
> ----------------------------------------------------------------
> ARM: keystone: non-critical fixes, cleanup for 3.12
>
> Summary of changes:
> 	- Drop unused HAVE_SCHED_CLOCK config option
> 	- Remove now redundant smp_init_cpus call
> 	- Update the smc code to remove dsb and r12 usage
> 	- Convert device tree to use #include and GIC bindings

Pulled into next/fixes-non-critical.

Thanks,

Kevin
Santosh Shilimkar Aug. 8, 2013, 3:04 p.m. UTC | #2
On Thursday 08 August 2013 10:58 AM, Kevin Hilman wrote:
> Santosh Shilimkar <santosh.shilimkar@ti.com> writes:
> 
>> The following changes since commit eb788f43a6c6e6c7a5b2879543b565e4cd452de8:
>>
>>   ARM: Keystone: Convert device tree file to use IRQ defines (2013-08-05 14:06:24 -0400)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone-fixes-non-critical
>>
>> for you to fetch changes up to eb788f43a6c6e6c7a5b2879543b565e4cd452de8:
>>
>>   ARM: Keystone: Convert device tree file to use IRQ defines (2013-08-05 14:06:24 -0400)
>>
>> ----------------------------------------------------------------
>> ARM: keystone: non-critical fixes, cleanup for 3.12
>>
>> Summary of changes:
>> 	- Drop unused HAVE_SCHED_CLOCK config option
>> 	- Remove now redundant smp_init_cpus call
>> 	- Update the smc code to remove dsb and r12 usage
>> 	- Convert device tree to use #include and GIC bindings
> 
> Pulled into next/fixes-non-critical.
> 
That was quick. Thanks Kevin !!

Regards,
Santosh