mbox

[GIT,PULL,5/7] Samsung irq for v3.14

Message ID 52AE0F8C.3040408@samsung.com
State New
Headers show

Pull-request

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

Message

Kukjin Kim Dec. 15, 2013, 8:22 p.m. UTC
The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:

   Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)

are available in the git repository at:

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

for you to fetch changes up to 9403ac88220d79f8822e22c875ad1ebd7ffbea6f:

   irqchip: exynos-combiner: remove hard-coded irq_base value 
(2013-12-02 07:15:51 +0900)

----------------------------------------------------------------
Samsung irq update for v3.14
- use linear irq domain for exynos-combiner

----------------------------------------------------------------
Chander Kashyap (1):
       irqchip: exynos-combiner: remove hard-coded irq_base value

  drivers/irqchip/exynos-combiner.c | 15 +++------------
  1 file changed, 3 insertions(+), 12 deletions(-)

Comments

Olof Johansson Dec. 22, 2013, 10:09 p.m. UTC | #1
On Mon, Dec 16, 2013 at 05:22:36AM +0900, Kukjin Kim wrote:
> The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
> 
>   Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
> 
> are available in the git repository at:
> 

> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/samsung-irq
> 
> for you to fetch changes up to 9403ac88220d79f8822e22c875ad1ebd7ffbea6f:
> 
>   irqchip: exynos-combiner: remove hard-coded irq_base value
> (2013-12-02 07:15:51 +0900)

Pulled into next/drivers. This should probably have gone through the irqchip
maintainer though. The patch is small so I took it anyway.


-Olof
Kukjin Kim Dec. 24, 2013, 1:55 a.m. UTC | #2
Olof Johansson wrote:
> 
> On Mon, Dec 16, 2013 at 05:22:36AM +0900, Kukjin Kim wrote:
> > The following changes since commit
> 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
> >
> >   Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
> >
> > are available in the git repository at:
> >
> 
> > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> > tags/samsung-irq
> >
> > for you to fetch changes up to 9403ac88220d79f8822e22c875ad1ebd7ffbea6f:
> >
> >   irqchip: exynos-combiner: remove hard-coded irq_base value
> > (2013-12-02 07:15:51 +0900)
> 
> Pulled into next/drivers. This should probably have gone through the
> irqchip
> maintainer though. The patch is small so I took it anyway.
> 
Yeah, I know, but irqchip maintainer, Tomas Gleixner is included in CC for
the patch for a long time. So I think, your pulling is fair enough ;-)

Thanks.
Kukjin