Fix the CHECK from checkpatch.pl and support nway_reset.
Hayes Wang (2):
r8152: rename tx_underun
r8152: support nway_reset of ethtool
drivers/net/usb/r8152.c | 26 --
1 file changed, 24 insertions(+), 2 deletions(-)
--
1.9.3
--
To unsubscribe from this list: send
Replace tx_underun with tx_underrun for checkpatch.pl.
Signed-off-by: Hayes Wang
---
drivers/net/usb/r8152.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c
index e3d84c3..fdea194 100644
--- a/drivers/net/usb/r8152.c
+++ b
Support the nway_reset() function for ethtool.
Signed-off-by: Hayes Wang
---
drivers/net/usb/r8152.c | 22 ++
1 file changed, 22 insertions(+)
diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c
index fdea194..e1810bc 100644
--- a/drivers/net/usb/r8152.c
+++ b/dri
musb registers can be dumped using the file regdump
which is created in debugfs. Up to now hard coded
register addresses are used for that. Different glue
layers however have different register addresses. The
patch addresses this issue by substituting bare register
addresses with defines.
---
dri
On Mon, 2014-10-27 at 20:40 +0100, Oliver Neukum wrote:
> On Mon, 2014-10-27 at 19:07 +0100, Johan Hovold wrote:
>
> > I guess we could use that quirk, but I'm actually leaning towards just
> > removing that quirk and reducing the log level of the message to info.
> >
> > Oliver, what do you say?
On Mon, 2014-10-27 at 19:07 +0100, Johan Hovold wrote:
> I guess we could use that quirk, but I'm actually leaning towards just
> removing that quirk and reducing the log level of the message to info.
>
> Oliver, what do you say?
Now that I think about this, I'd say that we should actually
expor
On 10/27/2014 05:22 PM, Felipe Balbi wrote:
On Mon, Oct 27, 2014 at 05:15:16PM +0200, Kyösti Mälkki wrote:
On 10/27/2014 03:35 PM, Felipe Balbi wrote:
Hi,
On Sun, Oct 26, 2014 at 08:01:29PM +0200, Kyösti Mälkki wrote:
SET_FEATURE request for DEBUG_MODE only worked the first time after module
On Mon, Oct 27, 2014 at 05:56:27PM +, Karl Palsson wrote:
> On Mon, Oct 27, 2014 at 06:34:33PM +0100, Johan Hovold wrote:
> > Add device-id entry for GW Instek AFG-2225, which has a byte swapped
> > bInterfaceSubClass (0x20).
> >
> > Reported-by: Karl Palsson
> > Cc: stable
> > Signed-off-by
The am335x-evmsk support two kinds of suspend:
- standby
the USB device remains powered while the system goes into suspend
- mem
the USB device becomes powerless while the system goes into suspend.
In the "standby" case the device resumes quickly. In the "mem" case the
system hangs for a few
Attaching a keyboard, using it as a wakeup via
|for f in $(find /sys/devices/ocp.3/4740.usb -name wakeup)
|do
| echo enabled > $f
|done
going into standby
| echo standby > /sys/power/state
and now a wake up by a pressing a key.
What happens is that the system wakes up but the USB devi
On Mon, Oct 27, 2014 at 06:34:33PM +0100, Johan Hovold wrote:
> Add device-id entry for GW Instek AFG-2225, which has a byte swapped
> bInterfaceSubClass (0x20).
>
> Reported-by: Karl Palsson
> Cc: stable
> Signed-off-by: Johan Hovold
> ---
>
> Care to give this patch a try as well, Karl? You
Add device-id entry for GW Instek AFG-2225, which has a byte swapped
bInterfaceSubClass (0x20).
Reported-by: Karl Palsson
Cc: stable
Signed-off-by: Johan Hovold
---
Care to give this patch a try as well, Karl? You can respond with a
Tested-by tag if you want.
Thanks,
Johan
drivers/usb/clas
On 10/27/2014 06:19 PM, Pavitrakumar Managutte wrote:
> Added failure check for usb_assign_descriptors call in bind function.
>
> Signed-off-by: Pavitrakumar Managutte
Thank you.
Acked-By: Sebastian Andrzej Siewior
Sebastian
--
To unsubscribe from this list: send the line "unsubscribe linux-
Added failure check for usb_assign_descriptors call in bind function.
Signed-off-by: Pavitrakumar Managutte
---
drivers/usb/gadget/function/f_ncm.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/usb/gadget/function/f_ncm.c
b/drivers/usb/gadget/function/f_ncm.c
index bcdc882..ff5
On 10/27/2014 09:38 AM, Felipe Balbi wrote:
> Hi,
>
> On Sun, Oct 26, 2014 at 08:01:30PM +0200, Kyösti Mälkki wrote:
>> There are applications where it is desirable to not hangup ttyGS* when
>> USB disconnect is detected. USB host side of communication may
>> power-cycle periodically or there may
On Mon, 2014-10-27 at 18:31 +0200, Octavian Purdila wrote:
> This patch implements the USB part of the Diolan USB-I2C/SPI/GPIO
> Master Adapter DLN-2. Details about the device can be found here:
trivia:
> diff --git a/drivers/mfd/dln2.c b/drivers/mfd/dln2.c
[]
> +static int _dln2_transfer(struct
On Mon, Oct 27, 2014 at 05:40:31PM +0100, Robert Jarzmik wrote:
> Felipe Balbi writes:
>
> > On Sun, Oct 26, 2014 at 04:12:04PM +0100, Robert Jarzmik wrote:
> >> Robert Jarzmik writes:
> >>
> >> > These are the remaining patches from the initial serie.
> >>
> >> Ping ?
> >
> > $ git log --onel
On Thu, Oct 9, 2014 at 9:22 PM, Octavian Purdila
wrote:
> From: Daniel Baluta
>
> This patch adds GPIO and IRQ support for the Diolan DLN-2 GPIO module.
>
> Information about the USB protocol interface can be found in the
> Programmer's Reference Manual [1], see section 2.9 for the GPIO
> module
Felipe Balbi writes:
> On Sun, Oct 26, 2014 at 04:12:04PM +0100, Robert Jarzmik wrote:
>> Robert Jarzmik writes:
>>
>> > These are the remaining patches from the initial serie.
>>
>> Ping ?
>
> $ git log --oneline --author="robert.jarz...@free.fr" testing/next
> ^linus/master
> 19a4918 usb: g
On Thu, Oct 9, 2014 at 9:22 PM, Octavian Purdila
wrote:
> Some GPIO chips (e.g. the DLN2 USB adapter) have blocking get/set
> operation but do not need a threaded irq handler.
>
> Signed-off-by: Octavian Purdila
This is already upstream now. Rebase and you can drop this patch.
Yours,
Linus Wal
This patch series adds support for Diolan USB-I2C/GPIO Master Adapter
DLN-2. Details about device can be found here:
https://www.diolan.com/i2c/i2c_interface.html.
This patch series is against the MFD tree branch
for-mfd-next-v3.19. It does include a gpiolib patch that was merged by
Linus W but i
Some GPIO chips (e.g. the DLN2 USB adapter) have blocking get/set
operation but do not need a threaded irq handler.
Signed-off-by: Octavian Purdila
---
drivers/gpio/gpiolib.c | 2 +-
include/linux/gpio/driver.h | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/drivers/g
From: Laurentiu Palcu
This patch adds support for the Diolan DLN-2 I2C master module. Due
to hardware limitations it does not support SMBUS quick commands.
Information about the USB protocol interface can be found in the
Programmer's Reference Manual [1], see section 6.2.2 for the I2C
master mod
From: Daniel Baluta
This patch adds GPIO and IRQ support for the Diolan DLN-2 GPIO module.
Information about the USB protocol interface can be found in the
Programmer's Reference Manual [1], see section 2.9 for the GPIO
module commands and responses.
[1] https://www.diolan.com/downloads/dln-api
This patch implements the USB part of the Diolan USB-I2C/SPI/GPIO
Master Adapter DLN-2. Details about the device can be found here:
https://www.diolan.com/i2c/i2c_interface.html.
Information about the USB protocol can be found in the Programmer's
Reference Manual [1], see section 1.7.
Because th
On Mon, Oct 27, 2014 at 04:38:48PM +0100, Johan Hovold wrote:
> On Mon, Oct 27, 2014 at 02:52:59PM +, Karl Palsson wrote:
> > Hi,
> >
> > I've got a GW Instek function generator (AFG-2225) that _appears_ like
> > it should be a
> > CDC-ACM device, but it seems to have a bug in it's descriptor.
On Mon, Oct 27, 2014 at 05:43:06PM +0200, Kyösti Mälkki wrote:
> On 10/27/2014 03:38 PM, Felipe Balbi wrote:
> >Hi,
> >
> >On Sun, Oct 26, 2014 at 08:01:30PM +0200, Kyösti Mälkki wrote:
> >>There are applications where it is desirable to not hangup ttyGS* when
> >>USB disconnect is detected. USB ho
On Mon, Oct 27, 2014 at 02:52:59PM +, Karl Palsson wrote:
> Hi,
>
> I've got a GW Instek function generator (AFG-2225) that _appears_ like
> it should be a
> CDC-ACM device, but it seems to have a bug in it's descriptor. The
> same bug as Steven
> Ackerman had in this thread:
> http://comment
On 10/27/2014 03:38 PM, Felipe Balbi wrote:
Hi,
On Sun, Oct 26, 2014 at 08:01:30PM +0200, Kyösti Mälkki wrote:
There are applications where it is desirable to not hangup ttyGS* when
USB disconnect is detected. USB host side of communication may
power-cycle periodically or there may be the actua
On Thu, Oct 9, 2014 at 1:46 AM, RR wrote:
> On Wed, Oct 8, 2014 at 12:18 AM, Alexandre Courbot wrote:
>> On Wed, Oct 8, 2014 at 4:09 PM, Muthu Mani wrote:
> +static int cy_gpio_direction_output(struct gpio_chip *chip,
> + unsigned offset, int valu
On Mon, Oct 27, 2014 at 05:15:16PM +0200, Kyösti Mälkki wrote:
> On 10/27/2014 03:35 PM, Felipe Balbi wrote:
> >Hi,
> >
> >On Sun, Oct 26, 2014 at 08:01:29PM +0200, Kyösti Mälkki wrote:
> >>SET_FEATURE request for DEBUG_MODE only worked the first time after module
> >>initialisation. On USB host re
On 10/27/2014 03:35 PM, Felipe Balbi wrote:
Hi,
On Sun, Oct 26, 2014 at 08:01:29PM +0200, Kyösti Mälkki wrote:
SET_FEATURE request for DEBUG_MODE only worked the first time after module
initialisation. On USB host reset or cable disconnect gserial_disconnect()
clears the associations dbgp.seria
Hi,
I've got a GW Instek function generator (AFG-2225) that _appears_ like it
should be a
CDC-ACM device, but it seems to have a bug in it's descriptor. The same bug as
Steven
Ackerman had in this thread:
http://comments.gmane.org/gmane.linux.usb.general/71225
(lsusb -v output at the bottom o
On Mon, Oct 27, 2014 at 03:21:10PM +0200, Octavian Purdila wrote:
> On Thu, Oct 23, 2014 at 6:16 PM, Johan Hovold wrote:
> > On Wed, Oct 15, 2014 at 05:48:08PM +0300, Octavian Purdila wrote:
> > > +struct dln2_event_cb_entry {
> > > + struct list_head list;
> > > + u16 id;
> > > + str
On Sun, Oct 26, 2014 at 04:12:04PM +0100, Robert Jarzmik wrote:
> Robert Jarzmik writes:
>
> > These are the remaining patches from the initial serie.
>
> Ping ?
$ git log --oneline --author="robert.jarz...@free.fr" testing/next ^linus/master
19a4918 usb: gadget: pxa27x_udc: fix clock prepare a
Hi,
On Mon, Oct 27, 2014 at 10:31:42AM +1100, Andre Wolokita wrote:
> I'm noticing some strange behaviour in the gadgetfs driver when
> running gadgetfs-test; the program fails with the error "ep0 read
> after poll: Invalid argument".
>
> As far as I understand, an inode is created upon an open()
Hello,
On 2014-10-25 02:35, Paul Zimmerman wrote:
From: Marek Szyprowski [mailto:m.szyprow...@samsung.com]
Sent: Monday, October 20, 2014 3:46 AM
This patch changes s3c_hsotg_core_init function to leave hardware in
soft disconnect mode, so the moment of coupling the hardware to the usb
bus can
The switch back is limited to ULT even on HP. The contrary
finding arose by bad luck in BIOS versions for testing.
This fixes spontaneous resume from S3 on some HP laptops.
Signed-off-by: Oliver Neukum
---
drivers/usb/host/xhci-pci.c | 14 --
1 file changed, 14 deletions(-)
diff --g
Hi,
On Sun, Oct 26, 2014 at 08:01:30PM +0200, Kyösti Mälkki wrote:
> There are applications where it is desirable to not hangup ttyGS* when
> USB disconnect is detected. USB host side of communication may
> power-cycle periodically or there may be the actual need to physically
> disconnect and rec
Hi,
On Sun, Oct 26, 2014 at 08:01:29PM +0200, Kyösti Mälkki wrote:
> SET_FEATURE request for DEBUG_MODE only worked the first time after module
> initialisation. On USB host reset or cable disconnect gserial_disconnect()
> clears the associations dbgp.serial->in->desc and dbgp_serial->out->desc.
>
On Sun, Oct 26, 2014 at 08:01:28PM +0200, Kyösti Mälkki wrote:
> USB gadget driver dbgp can be used as an EHCI debug dongle in replacement
> for product like Net20DC. With it one can receive early kernel messages
> from remote targets over USB. See parameter earlyprintk=dbgp for target
> kernel req
On Sun, Oct 26, 2014 at 8:55 PM, Huang Rui wrote:
> On Fri, Oct 24, 2014 at 10:35:29AM -0600, Bjorn Helgaas wrote:
>> On Fri, Oct 17, 2014 at 04:53:27PM +0800, Huang Rui wrote:
>> > +/* FIXME should define in */
>> > +#define PCI_DEVICE_ID_AMD_NL 0x7912
>>
>> If you KNOW this should be in
On Thu, Oct 23, 2014 at 6:16 PM, Johan Hovold wrote:
>
> On Wed, Oct 15, 2014 at 05:48:08PM +0300, Octavian Purdila wrote:
>
> Here's some late feedback due to travels. You managed to get two updates
> in there so commenting on the diff from v6.
>
Thanks for the review :)
> > +struct dln2_event_
On 27/10/14 13:59, Jani Nikula wrote:
>> While doing 'depends on' instead of 'select' is an "easy" fix for this,
>> I do dislike it quite a bit. It's a major pain to go around the kernel
>> config, trying to find all the dependencies that a particular driver
>> wants. If I need fb-foobar, I should
On 10/27/2014 02:31 PM, Sergei Shtylyov wrote:
Hello.
On 10/26/2014 9:01 PM, Kyösti Mälkki wrote:
There are applications where it is desirable to not hangup ttyGS* when
USB disconnect is detected. USB host side of communication may
power-cycle periodically or there may be the actual need to ph
On Thu, Oct 23, 2014 at 6:19 PM, Johan Hovold wrote:
>
> On Wed, Oct 15, 2014 at 05:48:09PM +0300, Octavian Purdila wrote:
>
> > +static int dln2_i2c_xfer(struct i2c_adapter *adapter,
> > + struct i2c_msg *msgs, int num)
> > +{
> > + struct dln2_i2c *dln2 = i2c_get_adapdat
Hello.
On 10/26/2014 9:01 PM, Kyösti Mälkki wrote:
There are applications where it is desirable to not hangup ttyGS* when
USB disconnect is detected. USB host side of communication may
power-cycle periodically or there may be the actual need to physically
disconnect and reconnect USB cable temp
On Wed, 22 Oct 2014, Tomi Valkeinen wrote:
> On 18/10/14 00:13, Jani Nikula wrote:
>> Documentation/kbuild/kconfig-language.txt warns to use select with care,
>> and in general use select only for non-visible symbols and for symbols
>> with no dependencies, because select will force a symbol to a
On Thu, 2014-10-23 at 01:52 -0700, russ.d...@gmail.com wrote:
> From: Russ Dill
>
> This patch provides the FTDI genuine product verification steps
> as contained within the new 2.12.00 official release. It ensures
> that counterfeiters don't exploit engineering investment made
> by FTDI. Counter
On Thu, 2014-10-23 at 01:52 -0700, russ.d...@gmail.com wrote:
> From: Russ Dill
>
> This patch provides the FTDI genuine product verification steps
> as contained within the new 2.12.00 official release. It ensures
> that counterfeiters don't exploit engineering investment made
> by FTDI. Counter
> -Original Message-
> From: Sebastian Andrzej Siewior [mailto:sebast...@breakpoint.cc]
> Sent: Saturday, October 25, 2014 3:07 PM
> To: Krzysztof Opasiak
> Cc: 'Sebastian Andrzej Siewior'; 'Krzysztof Opasiak'; Andrzej
> Pietrasiewicz; Marek Szyprowski; 'Greg Kroah-Hartman';
> ba...@ti.co
Am 09.10.2014 um 09:29 schrieb Adel Gadllah:
Currently this quirk is enabled for the model with the device id 0x0089, it
is needed for the 0x009b model, which is found on the Fujitsu Lifebook u904
as well.
Signed-off-by: Adel Gadllah
---
drivers/usb/core/quirks.c | 3 +++
1 file changed, 3 i
In commit 0ec8fd70fb ("USB: musb: fix possible panic while resuming")
musb_resume() became musb_resume_early() in order to enable the clocks
early on resume. This piece of the resume code was removed later in
commit 034917612 ("usb: musb: move clock handling to glue layer").
In between the function
On Thu, Oct 16, 2014 at 7:39 PM, Alan Stern wrote:
> On Thu, 16 Oct 2014, Naveen Kumar Parna wrote:
>
>> > Indeed. However, it is possible to use an additional in between your
>> > devices and the internal hub.
>> >
>> > Regards
>> > Oliver
>> >
>> >
>>
>>
>> Tested with th
Hello,
On 2014-10-25 03:16, Paul Zimmerman wrote:
From: Marek Szyprowski [mailto:m.szyprow...@samsung.com]
Sent: Monday, October 20, 2014 3:46 AM
Suspend/resume code assumed that the gadget was always enabled and
connected to usb bus. This means that the actual state of the gadget
(soft-enabled
55 matches
Mail list logo