mbox

[GIT,PULL,07/10] Samsung S3C24XX PINCTRL-2 for v3.11

Message ID 51C0BC6B.2080507@samsung.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git

Message

Kukjin Kim June 18, 2013, 8 p.m. UTC
The following changes since commit af99a7507469d4fa6dd4d8d633e093b1ff7aff6e:

   pinctrl: Add pinctrl-s3c24xx driver (2013-05-21 00:56:13 +0900)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
tags/s3c24xx-pinctrl-2

for you to fetch changes up to c2c70a7905dbf97472e9a5fa6919675462373994:

   pinctrl: s3c24xx: use correct header for chained_irq functions 
(2013-06-19 02:41:20 +0900)

----------------------------------------------------------------
based on s3c24xx-pinctrl
- use correct header for chained_irq functions for s3c24xx-pinctrl

----------------------------------------------------------------
Heiko Stuebner (1):
       pinctrl: s3c24xx: use correct header for chained_irq functions

  drivers/pinctrl/pinctrl-s3c24xx.c | 3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Arnd Bergmann June 20, 2013, 8:28 p.m. UTC | #1
On Tuesday 18 June 2013, Kukjin Kim wrote:
> The following changes since commit af99a7507469d4fa6dd4d8d633e093b1ff7aff6e:
> 
>    pinctrl: Add pinctrl-s3c24xx driver (2013-05-21 00:56:13 +0900)
> 
> are available in the git repository at:
> 
>    git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
> tags/s3c24xx-pinctrl-2
> 
> for you to fetch changes up to c2c70a7905dbf97472e9a5fa6919675462373994:
> 
>    pinctrl: s3c24xx: use correct header for chained_irq functions 
> (2013-06-19 02:41:20 +0900)
> 
> ----------------------------------------------------------------
> based on s3c24xx-pinctrl
> - use correct header for chained_irq functions for s3c24xx-pinctrl
> 
> ----------------------------------------------------------------
> Heiko Stuebner (1):
>        pinctrl: s3c24xx: use correct header for chained_irq functions
> 
>   drivers/pinctrl/pinctrl-s3c24xx.c | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
> 

Pulled into next/drivers, thanks!

	Arnd