* [PATCH v2] linux-ti33x-psp 3.1rc8: Enable usb-to-serial drivers
@ 2011-10-26 14:18 Joel A Fernandes
2011-10-26 14:55 ` Jason Kridner
0 siblings, 1 reply; 3+ messages in thread
From: Joel A Fernandes @ 2011-10-26 14:18 UTC (permalink / raw)
To: meta-ti; +Cc: Joel A Fernandes
Enable the PL2303 usb-to-serial driver required for serial output
from the beaglebone tester.
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
---
v2 Changes: Enabled as a module
.../linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig | 3 ++-
recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig b/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig
index 4b3c21d..4508d22 100644
--- a/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig
@@ -2558,7 +2558,8 @@ CONFIG_USB_LIBUSUAL=y
# USB port drivers
#
# CONFIG_USB_USS720 is not set
-# CONFIG_USB_SERIAL is not set
+CONFIG_USB_SERIAL=m
+CONFIG_USB_SERIAL_PL2303=m
#
# USB Miscellaneous drivers
diff --git a/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb b/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb
index bffebea..fbee01f 100644
--- a/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb
+++ b/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb
@@ -11,7 +11,7 @@ MULTI_CONFIG_BASE_SUFFIX = ""
BRANCH = "master"
SRCREV = "1955a86594526e18f03c8d62db81119ffc4ccf0f"
-MACHINE_KERNEL_PR_append = "k+gitr${SRCREV}"
+MACHINE_KERNEL_PR_append = "l+gitr${SRCREV}"
COMPATIBLE_MACHINE = "(ti33x)"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH v2] linux-ti33x-psp 3.1rc8: Enable usb-to-serial drivers
2011-10-26 14:18 [PATCH v2] linux-ti33x-psp 3.1rc8: Enable usb-to-serial drivers Joel A Fernandes
@ 2011-10-26 14:55 ` Jason Kridner
2011-10-26 16:46 ` Denys Dmytriyenko
0 siblings, 1 reply; 3+ messages in thread
From: Jason Kridner @ 2011-10-26 14:55 UTC (permalink / raw)
To: Joel A Fernandes; +Cc: meta-ti
On Wed, Oct 26, 2011 at 10:18 AM, Joel A Fernandes <joelagnel@ti.com> wrote:
> Enable the PL2303 usb-to-serial driver required for serial output
> from the beaglebone tester.
>
> Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Acked-by: Jason Kridner <jdk@ti.com>
> ---
> v2 Changes: Enabled as a module
>
> .../linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig | 3 ++-
> recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb | 2 +-
> 2 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig b/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig
> index 4b3c21d..4508d22 100644
> --- a/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig
> +++ b/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig
> @@ -2558,7 +2558,8 @@ CONFIG_USB_LIBUSUAL=y
> # USB port drivers
> #
> # CONFIG_USB_USS720 is not set
> -# CONFIG_USB_SERIAL is not set
> +CONFIG_USB_SERIAL=m
> +CONFIG_USB_SERIAL_PL2303=m
>
> #
> # USB Miscellaneous drivers
> diff --git a/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb b/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb
> index bffebea..fbee01f 100644
> --- a/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb
> +++ b/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb
> @@ -11,7 +11,7 @@ MULTI_CONFIG_BASE_SUFFIX = ""
>
> BRANCH = "master"
> SRCREV = "1955a86594526e18f03c8d62db81119ffc4ccf0f"
> -MACHINE_KERNEL_PR_append = "k+gitr${SRCREV}"
> +MACHINE_KERNEL_PR_append = "l+gitr${SRCREV}"
>
> COMPATIBLE_MACHINE = "(ti33x)"
>
> --
> 1.7.0.4
>
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH v2] linux-ti33x-psp 3.1rc8: Enable usb-to-serial drivers
2011-10-26 14:55 ` Jason Kridner
@ 2011-10-26 16:46 ` Denys Dmytriyenko
0 siblings, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2011-10-26 16:46 UTC (permalink / raw)
To: Jason Kridner; +Cc: meta-ti, Joel A Fernandes
On Wed, Oct 26, 2011 at 10:55:14AM -0400, Jason Kridner wrote:
> On Wed, Oct 26, 2011 at 10:18 AM, Joel A Fernandes <joelagnel@ti.com> wrote:
> > Enable the PL2303 usb-to-serial driver required for serial output
> > from the beaglebone tester.
> >
> > Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
>
> Acked-by: Jason Kridner <jdk@ti.com>
Applied, thanks.
> > ---
> > v2 Changes: Enabled as a module
> >
> > .../linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig | 3 ++-
> > recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb | 2 +-
> > 2 files changed, 3 insertions(+), 2 deletions(-)
> >
> > diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig b/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig
> > index 4b3c21d..4508d22 100644
> > --- a/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig
> > +++ b/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig
> > @@ -2558,7 +2558,8 @@ CONFIG_USB_LIBUSUAL=y
> > # USB port drivers
> > #
> > # CONFIG_USB_USS720 is not set
> > -# CONFIG_USB_SERIAL is not set
> > +CONFIG_USB_SERIAL=m
> > +CONFIG_USB_SERIAL_PL2303=m
> >
> > #
> > # USB Miscellaneous drivers
> > diff --git a/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb b/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb
> > index bffebea..fbee01f 100644
> > --- a/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb
> > +++ b/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb
> > @@ -11,7 +11,7 @@ MULTI_CONFIG_BASE_SUFFIX = ""
> >
> > BRANCH = "master"
> > SRCREV = "1955a86594526e18f03c8d62db81119ffc4ccf0f"
> > -MACHINE_KERNEL_PR_append = "k+gitr${SRCREV}"
> > +MACHINE_KERNEL_PR_append = "l+gitr${SRCREV}"
> >
> > COMPATIBLE_MACHINE = "(ti33x)"
> >
> > --
> > 1.7.0.4
> >
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
> >
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-10-26 16:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-26 14:18 [PATCH v2] linux-ti33x-psp 3.1rc8: Enable usb-to-serial drivers Joel A Fernandes
2011-10-26 14:55 ` Jason Kridner
2011-10-26 16:46 ` Denys Dmytriyenko
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.