mbox

[GIT,PULL,2/4] Samsung serial updates for v3.19

Message ID 5476CD7B.4020808@kernel.org
State New
Headers show

Pull-request

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

Message

'Kukjin Kim' Nov. 27, 2014, 7:06 a.m. UTC
Hi Arnd, Olof, Kevin

Please pull this branch for exynos7 SoC into arm-soc.
Note Greg agreed to upstream via arm-soc tree.

Thanks,
Kukjin

The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)

are available in the git repository at:

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

for you to fetch changes up to edeeec85f7145fe8f2a5ffe250a8ee6b1fe4ab28:

  serial: samsung: Fix serial config dependencies for exynos7
(2014-11-22 00:09:25 +0900)

----------------------------------------------------------------
Samsung driver update for v3.19

- Change samsung serial dependencies for exynos7 (ARMv8)

----------------------------------------------------------------
Pankaj Dubey (1):
      serial: samsung: Fix serial config dependencies for exynos7

 drivers/tty/serial/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Arnd Bergmann Nov. 28, 2014, 12:28 p.m. UTC | #1
On Thursday 27 November 2014, Kukjin Kim wrote:
> Hi Arnd, Olof, Kevin
> 
> Please pull this branch for exynos7 SoC into arm-soc.
> Note Greg agreed to upstream via arm-soc tree.
 
I don't really see any dependency on anything else here, so I
wonder why you are sending it to me, but I assume there is some
reason and it's trivial enough.

Pulled into next/drivers.

	Arnd
'Kukjin Kim' Nov. 29, 2014, 12:16 a.m. UTC | #2
Arnd Bergmann wrote:
> 
> On Thursday 27 November 2014, Kukjin Kim wrote:
> > Hi Arnd, Olof, Kevin
> >
> > Please pull this branch for exynos7 SoC into arm-soc.
> > Note Greg agreed to upstream via arm-soc tree.
> 
> I don't really see any dependency on anything else here, so I
> wonder why you are sending it to me, but I assume there is some
> reason and it's trivial enough.
> 
Yes, actually there is no dependency for build the kernel but I wanted to
provide a topic branch for test and implement further features on exynos7.

> Pulled into next/drivers.
>
Thanks a lot.

- Kukjin