mbox series

[RESEND,v4,0/4] I2C: DWC3 USB: Add support for ACPI based AArch64 Laptops

Message ID 20190617125105.6186-1-lee.jones@linaro.org (mailing list archive)
Headers show
Series I2C: DWC3 USB: Add support for ACPI based AArch64 Laptops | expand

Message

Lee Jones June 17, 2019, 12:51 p.m. UTC
This patch-set ensures the kernel is bootable on the newly released
AArch64 based Laptops using ACPI configuration tables.  The Pinctrl
changes have been accepted, leaving only I2C (keyboard, touchpad,
touchscreen, fingerprint, etc, HID device) and USB (root filesystem,
camera, networking, etc) enablement.

RESEND: Stripped I2C patches as they have also been merged into
        their respective subsystem.

v4:
 * Collecting Acks
 * Adding Andy Gross' new email
 * Removing applied Pinctrl patches

Lee Jones (4):
  soc: qcom: geni: Add support for ACPI
  usb: dwc3: qcom: Add support for booting with ACPI
  usb: dwc3: qcom: Start USB in 'host mode' on the SDM845
  usb: dwc3: qcom: Improve error handling

 drivers/soc/qcom/qcom-geni-se.c |  21 ++-
 drivers/usb/dwc3/Kconfig        |   2 +-
 drivers/usb/dwc3/dwc3-qcom.c    | 221 ++++++++++++++++++++++++++++----
 3 files changed, 209 insertions(+), 35 deletions(-)

Comments

Felipe Balbi June 17, 2019, 12:55 p.m. UTC | #1
Lee Jones <lee.jones@linaro.org> writes:

> This patch-set ensures the kernel is bootable on the newly released
> AArch64 based Laptops using ACPI configuration tables.  The Pinctrl
> changes have been accepted, leaving only I2C (keyboard, touchpad,
> touchscreen, fingerprint, etc, HID device) and USB (root filesystem,
> camera, networking, etc) enablement.
>
> RESEND: Stripped I2C patches as they have also been merged into
>         their respective subsystem.
>
> v4:
>  * Collecting Acks
>  * Adding Andy Gross' new email
>  * Removing applied Pinctrl patches
>
> Lee Jones (4):
>   soc: qcom: geni: Add support for ACPI
>   usb: dwc3: qcom: Add support for booting with ACPI
>   usb: dwc3: qcom: Start USB in 'host mode' on the SDM845
>   usb: dwc3: qcom: Improve error handling

pushed to testing/next
Lee Jones June 17, 2019, 1:23 p.m. UTC | #2
On Mon, 17 Jun 2019, Felipe Balbi wrote:

> Lee Jones <lee.jones@linaro.org> writes:
> 
> > This patch-set ensures the kernel is bootable on the newly released
> > AArch64 based Laptops using ACPI configuration tables.  The Pinctrl
> > changes have been accepted, leaving only I2C (keyboard, touchpad,
> > touchscreen, fingerprint, etc, HID device) and USB (root filesystem,
> > camera, networking, etc) enablement.
> >
> > RESEND: Stripped I2C patches as they have also been merged into
> >         their respective subsystem.
> >
> > v4:
> >  * Collecting Acks
> >  * Adding Andy Gross' new email
> >  * Removing applied Pinctrl patches
> >
> > Lee Jones (4):
> >   soc: qcom: geni: Add support for ACPI
> >   usb: dwc3: qcom: Add support for booting with ACPI
> >   usb: dwc3: qcom: Start USB in 'host mode' on the SDM845
> >   usb: dwc3: qcom: Improve error handling
> 
> pushed to testing/next

Sounds promising, thanks Felipe.

OOI, what is your process?

How does do the patches typically sit in there?
Felipe Balbi June 18, 2019, 7:23 a.m. UTC | #3
Hi,

Lee Jones <lee.jones@linaro.org> writes:
> On Mon, 17 Jun 2019, Felipe Balbi wrote:
>
>> Lee Jones <lee.jones@linaro.org> writes:
>> 
>> > This patch-set ensures the kernel is bootable on the newly released
>> > AArch64 based Laptops using ACPI configuration tables.  The Pinctrl
>> > changes have been accepted, leaving only I2C (keyboard, touchpad,
>> > touchscreen, fingerprint, etc, HID device) and USB (root filesystem,
>> > camera, networking, etc) enablement.
>> >
>> > RESEND: Stripped I2C patches as they have also been merged into
>> >         their respective subsystem.
>> >
>> > v4:
>> >  * Collecting Acks
>> >  * Adding Andy Gross' new email
>> >  * Removing applied Pinctrl patches
>> >
>> > Lee Jones (4):
>> >   soc: qcom: geni: Add support for ACPI
>> >   usb: dwc3: qcom: Add support for booting with ACPI
>> >   usb: dwc3: qcom: Start USB in 'host mode' on the SDM845
>> >   usb: dwc3: qcom: Improve error handling
>> 
>> pushed to testing/next
>
> Sounds promising, thanks Felipe.
>
> OOI, what is your process?
>
> How does do the patches typically sit in there?

I'll probably merge to my 'next' branch today. I leave them in
testing/next for a couple days, usually, so 0-day can run its thing and
I get a chance of at least boot testing on our machines in the lab here.

Since this doesn't touch anything "generic", I don't _have_ to boot
test, so I'll probably merge to 'next' today.
Lee Jones June 18, 2019, 8:08 a.m. UTC | #4
On Tue, 18 Jun 2019, Felipe Balbi wrote:
> Lee Jones <lee.jones@linaro.org> writes:
> > On Mon, 17 Jun 2019, Felipe Balbi wrote:
> >
> >> Lee Jones <lee.jones@linaro.org> writes:
> >> 
> >> > This patch-set ensures the kernel is bootable on the newly released
> >> > AArch64 based Laptops using ACPI configuration tables.  The Pinctrl
> >> > changes have been accepted, leaving only I2C (keyboard, touchpad,
> >> > touchscreen, fingerprint, etc, HID device) and USB (root filesystem,
> >> > camera, networking, etc) enablement.
> >> >
> >> > RESEND: Stripped I2C patches as they have also been merged into
> >> >         their respective subsystem.
> >> >
> >> > v4:
> >> >  * Collecting Acks
> >> >  * Adding Andy Gross' new email
> >> >  * Removing applied Pinctrl patches
> >> >
> >> > Lee Jones (4):
> >> >   soc: qcom: geni: Add support for ACPI
> >> >   usb: dwc3: qcom: Add support for booting with ACPI
> >> >   usb: dwc3: qcom: Start USB in 'host mode' on the SDM845
> >> >   usb: dwc3: qcom: Improve error handling
> >> 
> >> pushed to testing/next
> >
> > Sounds promising, thanks Felipe.
> >
> > OOI, what is your process?
> >
> > How does do the patches typically sit in there?
> 
> I'll probably merge to my 'next' branch today. I leave them in
> testing/next for a couple days, usually, so 0-day can run its thing and
> I get a chance of at least boot testing on our machines in the lab here.
> 
> Since this doesn't touch anything "generic", I don't _have_ to boot
> test, so I'll probably merge to 'next' today.

You're a star.  Thanks Felipe.
Felipe Balbi June 18, 2019, 8:44 a.m. UTC | #5
Hi,

Lee Jones <lee.jones@linaro.org> writes:
> On Tue, 18 Jun 2019, Felipe Balbi wrote:
>> Lee Jones <lee.jones@linaro.org> writes:
>> > On Mon, 17 Jun 2019, Felipe Balbi wrote:
>> >
>> >> Lee Jones <lee.jones@linaro.org> writes:
>> >> 
>> >> > This patch-set ensures the kernel is bootable on the newly released
>> >> > AArch64 based Laptops using ACPI configuration tables.  The Pinctrl
>> >> > changes have been accepted, leaving only I2C (keyboard, touchpad,
>> >> > touchscreen, fingerprint, etc, HID device) and USB (root filesystem,
>> >> > camera, networking, etc) enablement.
>> >> >
>> >> > RESEND: Stripped I2C patches as they have also been merged into
>> >> >         their respective subsystem.
>> >> >
>> >> > v4:
>> >> >  * Collecting Acks
>> >> >  * Adding Andy Gross' new email
>> >> >  * Removing applied Pinctrl patches
>> >> >
>> >> > Lee Jones (4):
>> >> >   soc: qcom: geni: Add support for ACPI
>> >> >   usb: dwc3: qcom: Add support for booting with ACPI
>> >> >   usb: dwc3: qcom: Start USB in 'host mode' on the SDM845
>> >> >   usb: dwc3: qcom: Improve error handling
>> >> 
>> >> pushed to testing/next
>> >
>> > Sounds promising, thanks Felipe.
>> >
>> > OOI, what is your process?
>> >
>> > How does do the patches typically sit in there?
>> 
>> I'll probably merge to my 'next' branch today. I leave them in
>> testing/next for a couple days, usually, so 0-day can run its thing and
>> I get a chance of at least boot testing on our machines in the lab here.
>> 
>> Since this doesn't touch anything "generic", I don't _have_ to boot
>> test, so I'll probably merge to 'next' today.
>
> You're a star.  Thanks Felipe.

it's in my 'next' now. Should be in tomorrow's linux next.