mbox

[GIT,PULL,1/2] soc: ti: Keystone Navigator SOC driver updates for 3.20

Message ID 1422910993-4634-1-git-send-email-santosh.shilimkar@oracle.com
State New
Headers show

Pull-request

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

Message

Santosh Shilimkar Feb. 2, 2015, 9:03 p.m. UTC
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(-)

Comments

Olof Johansson Feb. 6, 2015, 8:27 a.m. UTC | #1
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
Santosh Shilimkar Feb. 7, 2015, 12:04 a.m. UTC | #2
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