* [PATCH 0/3] Support Samsung S5P OHCI device and driver [not found] <33510089.42761321876635907.JavaMail.weblogic@epv6ml08> @ 2011-11-21 17:23 ` Greg KH 2011-12-01 10:10 ` Kukjin Kim 0 siblings, 1 reply; 7+ messages in thread From: Greg KH @ 2011-11-21 17:23 UTC (permalink / raw) To: linux-arm-kernel On Mon, Nov 21, 2011 at 11:57:16AM +0000, Jingoo Han wrote: > > -----Original Message----- > > From: Greg KH [mailto:greg at kroah.com] > > Sent: Friday, November 18, 2011 4:12 AM > > To: Jingoo Han > > Cc: linux-arm-kernel at lists.infradead.org; linux-usb at vger.kernel.org; > > linux-samsung-soc at vger.kernel.org; gregkh at suse.de; > > stern at rowland.harvard.edu; kgene.kim at samsung.com; yulgon.kim at samsung.com; > > jy0922.shim at samsung.com > > Subject: Re: [PATCH 0/3] Support Samsung S5P OHCI device and driver > > > > On Tue, Nov 15, 2011 at 06:49:58AM +0000, Jingoo Han wrote: > > > Hello. > > > > > > This patch series adds USB OHCI device and initial driver for Samsung > > > S5P SoCs and is based from Linux 3.2-rc1. I have tested on SMDKV310 > > board > > > using EXYNOS4. > > > > This is to be sent through some arm tree, not the usb tree, right? > Right, 1st and 2nd patch are sent throught arm tree. > However, 3rd patch is sent through the usb tree. > Thanks. > [PATCH 1/3] ARM: SAMSUNG: Add USB OHCI device > [PATCH 2/3] ARM: EXYNOS: Add USB OHCI support to SMDKV310 board > [PATCH 3/3] USB: Add S5P OHCI diver So the third patch does not depend on the first two? If it does, that means I will get build errors in the USB tree when I apply that patch, right? If so, then all three should go through a single tree. greg k-h ^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 0/3] Support Samsung S5P OHCI device and driver 2011-11-21 17:23 ` [PATCH 0/3] Support Samsung S5P OHCI device and driver Greg KH @ 2011-12-01 10:10 ` Kukjin Kim 2011-12-09 23:58 ` Greg KH 0 siblings, 1 reply; 7+ messages in thread From: Kukjin Kim @ 2011-12-01 10:10 UTC (permalink / raw) To: linux-arm-kernel Greg KH wrote: > > On Mon, Nov 21, 2011 at 11:57:16AM +0000, Jingoo Han wrote: > > > -----Original Message----- > > > From: Greg KH [mailto:greg at kroah.com] > > > Sent: Friday, November 18, 2011 4:12 AM > > > To: Jingoo Han > > > Cc: linux-arm-kernel at lists.infradead.org; linux-usb at vger.kernel.org; > > > linux-samsung-soc at vger.kernel.org; gregkh at suse.de; > > > stern at rowland.harvard.edu; kgene.kim at samsung.com; > yulgon.kim at samsung.com; > > > jy0922.shim at samsung.com > > > Subject: Re: [PATCH 0/3] Support Samsung S5P OHCI device and driver > > > > > > On Tue, Nov 15, 2011 at 06:49:58AM +0000, Jingoo Han wrote: > > > > Hello. > > > > > > > > This patch series adds USB OHCI device and initial driver for > Samsung > > > > S5P SoCs and is based from Linux 3.2-rc1. I have tested on SMDKV310 > > > board > > > > using EXYNOS4. > > > > > > This is to be sent through some arm tree, not the usb tree, right? > > Right, 1st and 2nd patch are sent throught arm tree. > > However, 3rd patch is sent through the usb tree. > > Thanks. > > [PATCH 1/3] ARM: SAMSUNG: Add USB OHCI device > > [PATCH 2/3] ARM: EXYNOS: Add USB OHCI support to SMDKV310 board > > [PATCH 3/3] USB: Add S5P OHCI diver > Hi Greg, Sorry for late response. I came back today from family vacation... Anyway, > So the third patch does not depend on the first two? If it does, that > means I will get build errors in the USB tree when I apply that patch, > right? > > If so, then all three should go through a single tree. > Yes, right. This series would be handled in same tree so that we can avoid useless conflicts. I commented small thing on 3rd patch. So I think, if you're ok on his updated patch, it can be sent to upstream via Samsung tree. Or your tree with my ack? Thanks. Best regards, Kgene. -- Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. ^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 0/3] Support Samsung S5P OHCI device and driver 2011-12-01 10:10 ` Kukjin Kim @ 2011-12-09 23:58 ` Greg KH 2011-12-21 4:38 ` Kukjin Kim 0 siblings, 1 reply; 7+ messages in thread From: Greg KH @ 2011-12-09 23:58 UTC (permalink / raw) To: linux-arm-kernel On Thu, Dec 01, 2011 at 07:10:17PM +0900, Kukjin Kim wrote: > Greg KH wrote: > > > > On Mon, Nov 21, 2011 at 11:57:16AM +0000, Jingoo Han wrote: > > > > -----Original Message----- > > > > From: Greg KH [mailto:greg at kroah.com] > > > > Sent: Friday, November 18, 2011 4:12 AM > > > > To: Jingoo Han > > > > Cc: linux-arm-kernel at lists.infradead.org; linux-usb at vger.kernel.org; > > > > linux-samsung-soc at vger.kernel.org; gregkh at suse.de; > > > > stern at rowland.harvard.edu; kgene.kim at samsung.com; > > yulgon.kim at samsung.com; > > > > jy0922.shim at samsung.com > > > > Subject: Re: [PATCH 0/3] Support Samsung S5P OHCI device and driver > > > > > > > > On Tue, Nov 15, 2011 at 06:49:58AM +0000, Jingoo Han wrote: > > > > > Hello. > > > > > > > > > > This patch series adds USB OHCI device and initial driver for > > Samsung > > > > > S5P SoCs and is based from Linux 3.2-rc1. I have tested on SMDKV310 > > > > board > > > > > using EXYNOS4. > > > > > > > > This is to be sent through some arm tree, not the usb tree, right? > > > Right, 1st and 2nd patch are sent throught arm tree. > > > However, 3rd patch is sent through the usb tree. > > > Thanks. > > > [PATCH 1/3] ARM: SAMSUNG: Add USB OHCI device > > > [PATCH 2/3] ARM: EXYNOS: Add USB OHCI support to SMDKV310 board > > > [PATCH 3/3] USB: Add S5P OHCI diver > > > Hi Greg, > > Sorry for late response. I came back today from family vacation... > > Anyway, > > > So the third patch does not depend on the first two? If it does, that > > means I will get build errors in the USB tree when I apply that patch, > > right? > > > > If so, then all three should go through a single tree. > > > Yes, right. This series would be handled in same tree so that we can avoid > useless conflicts. > > I commented small thing on 3rd patch. So I think, if you're ok on his > updated patch, it can be sent to upstream via Samsung tree. Or your tree > with my ack? The samsung tree is fine to take these, thanks. greg k-h ^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 0/3] Support Samsung S5P OHCI device and driver 2011-12-09 23:58 ` Greg KH @ 2011-12-21 4:38 ` Kukjin Kim 2011-12-21 18:57 ` Greg KH 0 siblings, 1 reply; 7+ messages in thread From: Kukjin Kim @ 2011-12-21 4:38 UTC (permalink / raw) To: linux-arm-kernel > -----Original Message----- > From: Greg KH [mailto:greg at kroah.com] > Sent: Saturday, December 10, 2011 8:58 AM > To: Kukjin Kim > Cc: 'Jingoo Han'; linux-arm-kernel at lists.infradead.org; linux- > usb at vger.kernel.org; linux-samsung-soc at vger.kernel.org; gregkh at suse.de; > stern at rowland.harvard.edu; 'Yulgon Kim'; 'Shim Joonyoung' > Subject: Re: Re: [PATCH 0/3] Support Samsung S5P OHCI device and driver > > On Thu, Dec 01, 2011 at 07:10:17PM +0900, Kukjin Kim wrote: > > Greg KH wrote: > > > > > > On Mon, Nov 21, 2011 at 11:57:16AM +0000, Jingoo Han wrote: > > > > > -----Original Message----- > > > > > From: Greg KH [mailto:greg at kroah.com] > > > > > Sent: Friday, November 18, 2011 4:12 AM > > > > > To: Jingoo Han > > > > > Cc: linux-arm-kernel at lists.infradead.org; linux- > usb at vger.kernel.org; > > > > > linux-samsung-soc at vger.kernel.org; gregkh at suse.de; > > > > > stern at rowland.harvard.edu; kgene.kim at samsung.com; > > > yulgon.kim at samsung.com; > > > > > jy0922.shim at samsung.com > > > > > Subject: Re: [PATCH 0/3] Support Samsung S5P OHCI device and > driver > > > > > > > > > > On Tue, Nov 15, 2011 at 06:49:58AM +0000, Jingoo Han wrote: > > > > > > Hello. > > > > > > > > > > > > This patch series adds USB OHCI device and initial driver for > > > Samsung > > > > > > S5P SoCs and is based from Linux 3.2-rc1. I have tested on > SMDKV310 > > > > > board > > > > > > using EXYNOS4. > > > > > > > > > > This is to be sent through some arm tree, not the usb tree, right? > > > > Right, 1st and 2nd patch are sent throught arm tree. > > > > However, 3rd patch is sent through the usb tree. > > > > Thanks. > > > > [PATCH 1/3] ARM: SAMSUNG: Add USB OHCI device > > > > [PATCH 2/3] ARM: EXYNOS: Add USB OHCI support to SMDKV310 board > > > > [PATCH 3/3] USB: Add S5P OHCI diver > > > > > Hi Greg, > > > > Sorry for late response. I came back today from family vacation... > > > > Anyway, > > > > > So the third patch does not depend on the first two? If it does, that > > > means I will get build errors in the USB tree when I apply that patch, > > > right? > > > > > > If so, then all three should go through a single tree. > > > > > Yes, right. This series would be handled in same tree so that we can > avoid > > useless conflicts. > > > > I commented small thing on 3rd patch. So I think, if you're ok on his > > updated patch, it can be sent to upstream via Samsung tree. Or your tree > > with my ack? > > The samsung tree is fine to take these, thanks. > Hi Greg, OK, let me pick this up in my tree...so, when I apply, may I can have a ack from you on 3rd patch? Thanks. Best regards, Kgene. -- Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. ^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 0/3] Support Samsung S5P OHCI device and driver 2011-12-21 4:38 ` Kukjin Kim @ 2011-12-21 18:57 ` Greg KH 0 siblings, 0 replies; 7+ messages in thread From: Greg KH @ 2011-12-21 18:57 UTC (permalink / raw) To: linux-arm-kernel On Wed, Dec 21, 2011 at 01:38:24PM +0900, Kukjin Kim wrote: > > > > -----Original Message----- > > From: Greg KH [mailto:greg at kroah.com] > > Sent: Saturday, December 10, 2011 8:58 AM > > To: Kukjin Kim > > Cc: 'Jingoo Han'; linux-arm-kernel at lists.infradead.org; linux- > > usb at vger.kernel.org; linux-samsung-soc at vger.kernel.org; gregkh at suse.de; > > stern at rowland.harvard.edu; 'Yulgon Kim'; 'Shim Joonyoung' > > Subject: Re: Re: [PATCH 0/3] Support Samsung S5P OHCI device and driver > > > > On Thu, Dec 01, 2011 at 07:10:17PM +0900, Kukjin Kim wrote: > > > Greg KH wrote: > > > > > > > > On Mon, Nov 21, 2011 at 11:57:16AM +0000, Jingoo Han wrote: > > > > > > -----Original Message----- > > > > > > From: Greg KH [mailto:greg at kroah.com] > > > > > > Sent: Friday, November 18, 2011 4:12 AM > > > > > > To: Jingoo Han > > > > > > Cc: linux-arm-kernel at lists.infradead.org; linux- > > usb at vger.kernel.org; > > > > > > linux-samsung-soc at vger.kernel.org; gregkh at suse.de; > > > > > > stern at rowland.harvard.edu; kgene.kim at samsung.com; > > > > yulgon.kim at samsung.com; > > > > > > jy0922.shim at samsung.com > > > > > > Subject: Re: [PATCH 0/3] Support Samsung S5P OHCI device and > > driver > > > > > > > > > > > > On Tue, Nov 15, 2011 at 06:49:58AM +0000, Jingoo Han wrote: > > > > > > > Hello. > > > > > > > > > > > > > > This patch series adds USB OHCI device and initial driver for > > > > Samsung > > > > > > > S5P SoCs and is based from Linux 3.2-rc1. I have tested on > > SMDKV310 > > > > > > board > > > > > > > using EXYNOS4. > > > > > > > > > > > > This is to be sent through some arm tree, not the usb tree, right? > > > > > Right, 1st and 2nd patch are sent throught arm tree. > > > > > However, 3rd patch is sent through the usb tree. > > > > > Thanks. > > > > > [PATCH 1/3] ARM: SAMSUNG: Add USB OHCI device > > > > > [PATCH 2/3] ARM: EXYNOS: Add USB OHCI support to SMDKV310 board > > > > > [PATCH 3/3] USB: Add S5P OHCI diver > > > > > > > Hi Greg, > > > > > > Sorry for late response. I came back today from family vacation... > > > > > > Anyway, > > > > > > > So the third patch does not depend on the first two? If it does, that > > > > means I will get build errors in the USB tree when I apply that patch, > > > > right? > > > > > > > > If so, then all three should go through a single tree. > > > > > > > Yes, right. This series would be handled in same tree so that we can > > avoid > > > useless conflicts. > > > > > > I commented small thing on 3rd patch. So I think, if you're ok on his > > > updated patch, it can be sent to upstream via Samsung tree. Or your tree > > > with my ack? > > > > The samsung tree is fine to take these, thanks. > > > Hi Greg, > > OK, let me pick this up in my tree...so, when I apply, may I can have a ack > from you on 3rd patch? Yes, feel free to add: Acked-by: Greg Kroah-Hartman <gregkh@suse.de> ^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 0/3] Support Samsung S5P OHCI device and driver
@ 2011-11-15 6:49 Jingoo Han
2011-11-17 19:12 ` Greg KH
0 siblings, 1 reply; 7+ messages in thread
From: Jingoo Han @ 2011-11-15 6:49 UTC (permalink / raw)
To: linux-arm-kernel
Hello.
This patch series adds USB OHCI device and initial driver for Samsung
S5P SoCs and is based from Linux 3.2-rc1. I have tested on SMDKV310 board
using EXYNOS4.
Thanks.
Jingoo Han (4):
ARM: SAMSUNG: Add USB OHCI device
ARM: EXYNOS: Add USB OHCI support to SMDKV310 board
USB: Add S5P OHCI diver
arch/arm/mach-exynos/Kconfig | 1 +
arch/arm/mach-exynos/mach-smdkv310.c | 13 +++++++++++++
arch/arm/mach-exynos/include/mach/map.h | 2 +
arch/arm/plat-s5p/Kconfig | 5 ++++
arch/arm/plat-samsung/devs.c | 34 +++++++++++++++++++++++++++++
arch/arm/plat-samsung/include/plat/devs.h | 1 +
arch/arm/plat-samsung/include/plat/ohci.h | 21 +++++++++++++++++
drivers/usb/Kconfig | 1 +
drivers/usb/host/Kconfig | 6 +
drivers/usb/host/ohci-hcd.c | 5 +
drivers/usb/host/ohci-s5p.c | 273 +++++++++++++++++++++++++++++++++++++++++++
11 files changed, 362 insertions(+), 0 deletions(-)
create mode 100644 arch/arm/plat-samsung/include/plat/ohci.h
create mode 100644 drivers/usb/host/ohci-s5p.c
^ permalink raw reply [flat|nested] 7+ messages in thread* [PATCH 0/3] Support Samsung S5P OHCI device and driver 2011-11-15 6:49 Jingoo Han @ 2011-11-17 19:12 ` Greg KH 0 siblings, 0 replies; 7+ messages in thread From: Greg KH @ 2011-11-17 19:12 UTC (permalink / raw) To: linux-arm-kernel On Tue, Nov 15, 2011 at 06:49:58AM +0000, Jingoo Han wrote: > Hello. > > This patch series adds USB OHCI device and initial driver for Samsung > S5P SoCs and is based from Linux 3.2-rc1. I have tested on SMDKV310 board > using EXYNOS4. This is to be sent through some arm tree, not the usb tree, right? thanks, greg k-h ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-12-21 18:57 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <33510089.42761321876635907.JavaMail.weblogic@epv6ml08>
2011-11-21 17:23 ` [PATCH 0/3] Support Samsung S5P OHCI device and driver Greg KH
2011-12-01 10:10 ` Kukjin Kim
2011-12-09 23:58 ` Greg KH
2011-12-21 4:38 ` Kukjin Kim
2011-12-21 18:57 ` Greg KH
2011-11-15 6:49 Jingoo Han
2011-11-17 19:12 ` Greg KH
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).