linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] soc: ti: Keystone Navigator SOC driver updates for 3.20
@ 2015-02-02 21:03 Santosh Shilimkar
  2015-02-02 21:03 ` [GIT PULL 2/2] ARM: Keystone soc config " Santosh Shilimkar
  2015-02-06  8:27 ` [GIT PULL 1/2] soc: ti: Keystone Navigator SOC driver " Olof Johansson
  0 siblings, 2 replies; 5+ messages in thread
From: Santosh Shilimkar @ 2015-02-02 21:03 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

  Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/drivers-soc-ti

for you to fetch changes up to a68094c67bf1fa86630bd011d2d212899c41e1bc:

  soc: ti: knav_qmss_queue: change knav_range_setup_acc_irq to static (2015-01-29 13:23:51 -0800)

----------------------------------------------------------------
Keystone Navigator SOC driver updates for 3.20

	- Makefile tweak so that knav_qmss and knav_dma can be made loadable
		modules without depedency issues.
	- Few more exports to support ARM allmodconfig.
	- Marking knav_range_setup_acc_irq() local function as static.

----------------------------------------------------------------
Murali Karicheri (3):
      soc: ti: knav_qmss_queue: export API calls for use by user driver
      soc: ti: knav_qmss_queue: makefile tweak to build as dynamic module
      soc: ti: knav_qmss_queue: change knav_range_setup_acc_irq to static

 drivers/soc/ti/Makefile          | 3 ++-
 drivers/soc/ti/knav_qmss_acc.c   | 2 +-
 drivers/soc/ti/knav_qmss_queue.c | 9 +++++++++
 3 files changed, 12 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL 2/2] ARM: Keystone soc config updates for 3.20
  2015-02-02 21:03 [GIT PULL 1/2] soc: ti: Keystone Navigator SOC driver updates for 3.20 Santosh Shilimkar
@ 2015-02-02 21:03 ` Santosh Shilimkar
  2015-02-06  8:28   ` Olof Johansson
  2015-02-06  8:27 ` [GIT PULL 1/2] soc: ti: Keystone Navigator SOC driver " Olof Johansson
  1 sibling, 1 reply; 5+ messages in thread
From: Santosh Shilimkar @ 2015-02-02 21:03 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

  Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)

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 dbbfae701a940e6a416d4cdd4b918d95feb13e03:

  ARM: config: add DEVTMPFS option by default to keystone config (2015-01-29 09:00:20 -0800)

----------------------------------------------------------------
Keystone DEVTMPFS config update for 3.20

----------------------------------------------------------------
Murali Karicheri (1):
      ARM: config: add DEVTMPFS option by default to keystone config

 arch/arm/configs/keystone_defconfig | 1 +
 1 file changed, 1 insertion(+)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL 1/2] soc: ti: Keystone Navigator SOC driver updates for 3.20
  2015-02-02 21:03 [GIT PULL 1/2] soc: ti: Keystone Navigator SOC driver updates for 3.20 Santosh Shilimkar
  2015-02-02 21:03 ` [GIT PULL 2/2] ARM: Keystone soc config " Santosh Shilimkar
@ 2015-02-06  8:27 ` Olof Johansson
  2015-02-07  0:04   ` santosh shilimkar
  1 sibling, 1 reply; 5+ messages in thread
From: Olof Johansson @ 2015-02-06  8:27 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Feb 02, 2015 at 01:03:12PM -0800, Santosh Shilimkar wrote:
> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
> 
>   Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/drivers-soc-ti
> 
> for you to fetch changes up to a68094c67bf1fa86630bd011d2d212899c41e1bc:
> 
>   soc: ti: knav_qmss_queue: change knav_range_setup_acc_irq to static (2015-01-29 13:23:51 -0800)
> 
> ----------------------------------------------------------------
> Keystone Navigator SOC driver updates for 3.20
> 
> 	- Makefile tweak so that knav_qmss and knav_dma can be made loadable
> 		modules without depedency issues.
> 	- Few more exports to support ARM allmodconfig.
> 	- Marking knav_range_setup_acc_irq() local function as static.
> 
> ----------------------------------------------------------------
> Murali Karicheri (3):
>       soc: ti: knav_qmss_queue: export API calls for use by user driver
>       soc: ti: knav_qmss_queue: makefile tweak to build as dynamic module
>       soc: ti: knav_qmss_queue: change knav_range_setup_acc_irq to static

Merged, thanks.


-Olof

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL 2/2] ARM: Keystone soc config updates for 3.20
  2015-02-02 21:03 ` [GIT PULL 2/2] ARM: Keystone soc config " Santosh Shilimkar
@ 2015-02-06  8:28   ` Olof Johansson
  0 siblings, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2015-02-06  8:28 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Feb 02, 2015 at 01:03:13PM -0800, Santosh Shilimkar wrote:
> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
> 
>   Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
> 
> 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 dbbfae701a940e6a416d4cdd4b918d95feb13e03:
> 
>   ARM: config: add DEVTMPFS option by default to keystone config (2015-01-29 09:00:20 -0800)
> 
> ----------------------------------------------------------------
> Keystone DEVTMPFS config update for 3.20
> 

Thanks, merged.


-Olof

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL 1/2] soc: ti: Keystone Navigator SOC driver updates for 3.20
  2015-02-06  8:27 ` [GIT PULL 1/2] soc: ti: Keystone Navigator SOC driver " Olof Johansson
@ 2015-02-07  0:04   ` santosh shilimkar
  0 siblings, 0 replies; 5+ messages in thread
From: santosh shilimkar @ 2015-02-07  0:04 UTC (permalink / raw)
  To: linux-arm-kernel


On 2/6/2015 12:27 AM, Olof Johansson wrote:
> On Mon, Feb 02, 2015 at 01:03:12PM -0800, Santosh Shilimkar wrote:
>> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
>>
>>    Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
>>
>> are available in the git repository at:
>>
>>    git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/drivers-soc-ti
>>

>
> Merged, thanks.
>
Cool. Thanks Olof !!

Regards,
Santosh

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-02-07  0:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-02 21:03 [GIT PULL 1/2] soc: ti: Keystone Navigator SOC driver updates for 3.20 Santosh Shilimkar
2015-02-02 21:03 ` [GIT PULL 2/2] ARM: Keystone soc config " Santosh Shilimkar
2015-02-06  8:28   ` Olof Johansson
2015-02-06  8:27 ` [GIT PULL 1/2] soc: ti: Keystone Navigator SOC driver " Olof Johansson
2015-02-07  0:04   ` santosh shilimkar

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).