Hi Greg,
here's my second pull request for the current -rc cycle. Looks like
things are really calm this merge window.
Let me know if you want anything to be changed.
cheers
The following changes since commit 2e6e902d185027f8e3cb8b7305238f7e35d6a436:
Linux 4.20-rc4 (2018-11-25 14:19:31 -080
Le 27/11/2018 à 21:27, mario.limoncie...@dell.com a écrit :
Le 27/11/2018 à 16:19, mario.limoncie...@dell.com a écrit :
Some news from today.
I realized that I was not always restarting the computer when changing
the Mac pass-through setting in the BIOS.
Sometimes I was just hibernating, and
On Thu, Nov 29, 2018 at 12:26:29PM +0200, Felipe Balbi wrote:
>
> Hi Greg,
>
> here's my second pull request for the current -rc cycle. Looks like
> things are really calm this merge window.
>
> Let me know if you want anything to be changed.
>
> cheers
>
> The following changes since commit 2
> I tried with your patch but the Mac address pass-through still does not
> work with the usbc adaptor, so it probably does not support it.
>
> So I will buy a Dell one, it should work.
>
> Thanks anyway. Frédéric
OK, sounds good.
Oliver,
That debugging patch that provided to Frédéric, would y
>
> On Tue, Nov 27, 2018 at 7:31 AM PETER CHEN wrote:
> >
> > For USB HSIC, the data and strobe pin needs to be pulled down at
> > default, we consider it as "idle" state. When the USB host is ready to
> > be used, the strobe pin needs to be pulled up, we consider it as
> > "active" state.
> >
> On 27.11.18 10:30, PETER CHEN wrote:
> > The chipidea controller has some special requirements during
> > suspend/resume, override common ehci->hub_control to implement it.
> >
> > Signed-off-by: Peter Chen
>
> Tested on i.MX6S with Microchip LAN9730 USB HSIC Ethernet Controller.
> I have som
>
> The implementation for setting the over current polarity has always been the
> over-
> current-active-high property. The problem with this is there is no way to
> enable
> over current active low polarity since the default state of the register bit
> that controls
> the over current pola
On Fri, Nov 09, 2018 at 12:31:59PM +0100, Paolo Pisati wrote:
> On Thu, Nov 08, 2018 at 10:49:04AM -0500, Sasha Levin wrote:
> >
> > Can you confirm it actually works on 4.4?
>
> Yes, built and tested on 4.4.y:
>
> Tested-by: Paolo Pisati
Now queued up, thanks.
greg k-h
Hi,
Anurag Kumar Vulisha writes:
>>> diff --git a/drivers/usb/gadget/udc/core.c b/drivers/usb/gadget/udc/core.c
>>> index af88b48..41cc23b 100644
>>> --- a/drivers/usb/gadget/udc/core.c
>>> +++ b/drivers/usb/gadget/udc/core.c
>>> @@ -52,6 +52,24 @@ static int udc_bind_to_driver(struct usb_udc *u
On Thu, Nov 08, 2018 at 10:49:04AM -0500, Sasha Levin wrote:
> On Thu, Nov 08, 2018 at 12:01:27PM +0100, Paolo Pisati wrote:
> > On Wed, Nov 07, 2018 at 07:17:51PM -0500, Sasha Levin wrote:
> > > So why not just take 760db29bdc completely? It looks safer than taking a
> > > partial backport, and wi
On Thu, Nov 29, 2018 at 02:51:36PM +0800, JackyChou wrote:
>
> From: JackyChou
>
> In the read/write function, set port 2 independently in the 2-port case.
>
> When setting the offset of port registers, the offset between port 1 and
> other ports is different, so port 1 is set independently.
>
Hi Felipe,
>-Original Message-
>From: Felipe Balbi [mailto:ba...@kernel.org]
>Sent: Thursday, November 29, 2018 6:22 PM
>To: Anurag Kumar Vulisha ; Greg Kroah-Hartman
>; Alan Stern ; Johan
>Hovold ; Jaejoong Kim ; Benjamin
>Herrenschmidt ; Roger Quadros
>Cc: linux-usb@vger.kernel.org; lin
> Roger Quadros writes:
> >> +static void cdns3_gadget_config(struct cdns3_device *priv_dev) {
> >> + struct cdns3_usb_regs __iomem *regs = priv_dev->regs;
> >> +
> >> + cdns3_ep0_config(priv_dev);
> >> +
> >> + /* enable interrupts for endpoint 0 (in and out) */
> >> + writel(EP_IEN_EP_OUT0
Hi,
>> Roger Quadros writes:
>> >> +static void cdns3_gadget_config(struct cdns3_device *priv_dev) {
>> >> + struct cdns3_usb_regs __iomem *regs = priv_dev->regs;
>> >> +
>> >> + cdns3_ep0_config(priv_dev);
>> >> +
>> >> + /* enable interrupts for endpoint 0 (in and out) */
>> >> + writel(EP_IEN_
From: JackyChou
In the read/write function, set port 2 independently in the 2-port case.
When setting the offset of port registers, the offset between port 1 and
other ports is different, so port 1 is set independently.
Then in the rest of ports, the port 2 between 2-ports case and 4-ports case
From: JackyChou
Add a new PID 0x7843 to the driver.
Let the new products be able to set up 3 serial ports with the driver.
Signed-off-by: JackyChou
---
drivers/usb/serial/mos7840.c | 10 --
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/serial/mos7840.c b/dri
> +
> +/*
> + * USBSS-DEV register interface.
> + * This corresponds to the USBSS Device Controller Interface */
> +/**
> + * struct xhci_cap_regs - xHCI Host Controller Capability Registers.
struct cdns3_usb_regs - device controller registers
> +struct cdns3_device;
> +
> +struct cdns3_endp
On Sun, Nov 18, 2018 at 6:16 PM Pawel Laszczak wrote:
>
> Patch adds core.c and core.h file that implements initialization
> of platform driver and adds function responsible for selecting,
> switching and running appropriate Device/Host mode.
>
> Signed-off-by: Pawel Laszczak
> ---
> drivers/usb
18 matches
Mail list logo