option when the EHCI platform driver is enabled on the ATH79
platform.
Signed-off-by: Alban Bedel
---
arch/mips/Kconfig| 1 +
drivers/usb/host/Kconfig | 25 -
2 files changed, 1 insertion(+), 25 deletions(-)
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index
On Thu, 25 Aug 2016 11:16:36 +0200
Oliver Neukum wrote:
> On Wed, 2016-08-24 at 16:40 +0200, Alban Bedel wrote:
> > On Wed, 24 Aug 2016 16:30:39 +0200
> > Oliver Neukum wrote:
> >
> > > On Wed, 2016-08-24 at 15:52 +0200, Alban Bedel wrote:
>
On Wed, 24 Aug 2016 16:30:39 +0200
Oliver Neukum wrote:
> On Wed, 2016-08-24 at 15:52 +0200, Alban Bedel wrote:
> > Implement the .set_eeprom callback to allow setting the MAC address
> > as well as a few other parameters. Note that the EEPROM must have a
> > correct
Implement the .set_eeprom callback to allow setting the MAC address
as well as a few other parameters. Note that the EEPROM must have a
correct PID/VID checksum set otherwise the SROM is used and reads
return the SROM content.
Signed-off-by: Alban Bedel
---
drivers/net/usb/ax88179_178a.c | 57
t to the probe and
move pdata->reset_on_resume to the private data.
Signed-off-by: Alban Bedel
---
Changelog:
v2: * Use true instead of 1 to set boolean type
---
drivers/usb/host/ehci-platform.c | 13 +
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/drivers/us
t to the probe and
move pdata->reset_on_resume to the private data.
Signed-off-by: Alban Bedel
---
drivers/usb/host/ehci-platform.c | 13 +
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/drivers/usb/host/ehci-platform.c b/drivers/usb/host/ehci-platform.c
index 2593d