Hi Michał,
On Sun, Jul 14, 2019 at 12:04:26PM +0200, Michał Mirosław wrote:
> On Sat, Jul 13, 2019 at 11:08:53PM +0200, Ladislav Michl wrote:
> > Following patchset makes console work (patch 1 and 4) for an AT91SAM9G20
> > board connected to xhci_hcd and does some cleanup.
> > Tested with "console
On Sun, Jul 14, 2019 at 01:37:17PM +0200, Michał Mirosław wrote:
> On Sun, Jul 14, 2019 at 12:04:26PM +0200, Michał Mirosław wrote:
> > On Sat, Jul 13, 2019 at 11:08:53PM +0200, Ladislav Michl wrote:
> > > Following patchset makes console work (patch 1 and 4) for an AT91SAM9G20
> > > board connecte
On Sun, Jul 14, 2019 at 12:04:26PM +0200, Michał Mirosław wrote:
> On Sat, Jul 13, 2019 at 11:08:53PM +0200, Ladislav Michl wrote:
> > Following patchset makes console work (patch 1 and 4) for an AT91SAM9G20
> > board connected to xhci_hcd and does some cleanup.
> > Tested with "console=ttyS0,11520
On Sat, Jul 13, 2019 at 11:08:53PM +0200, Ladislav Michl wrote:
> Following patchset makes console work (patch 1 and 4) for an AT91SAM9G20
> board connected to xhci_hcd and does some cleanup.
> Tested with "console=ttyS0,115200n8 console=ttyGS0" on kernel command line
> and following inittab:
> con
Following patchset makes console work (patch 1 and 4) for an AT91SAM9G20
board connected to xhci_hcd and does some cleanup.
Tested with "console=ttyS0,115200n8 console=ttyGS0" on kernel command line
and following inittab:
console::respawn:/sbin/getty -L 115200 ttyS0 vt100
console::respawn:/sbin/get
Hi Heikki and Wolfram
These patches add support for runtime power management for UCSI CCGx driver.
I have tested them with NVIDIA GPU card which has i2c interface to talk to
CCG controller. I have added runtime pm support for the i2c bus driver as well.
First patch refactors master_xfer() of i2c
Hi,
On 4/18/2019 19:55, Doug Anderson wrote:
> Hi,
>
> On Thu, Apr 18, 2019 at 5:41 AM Minas Harutyunyan
> wrote:
>> Did you consider/reviewed patch series from Artur Petrosyan "[PATCH
>> 00/14] usb: dwc2: Fix and improve power saving modes" (submitted on
>> April 12) which fixing partial power
On 4/5/2019 5:36 PM, Jules Maselbas wrote:
> Hi,
>
> Theses patches tries to clean a bit dwc2's phy initialization and
> fix an issue in gadget mode where the utmi phy width is set
> regardless of utmi being used or not.
>
> I believe that when using ulpi a phy width of 8 bits must be used,
> but
Hi,
Theses patches tries to clean a bit dwc2's phy initialization and
fix an issue in gadget mode where the utmi phy width is set
regardless of utmi being used or not.
I believe that when using ulpi a phy width of 8 bits must be used,
but this wasn't the case as the variable phyif was set by defa
This series makes it possible to have more control over console using
USB serial gadget ports. This can be useful when you need more than
one USB console or are configuring multiple serial port function via
configfs.
The patches are against usb-next branch.
Michał Mirosław (5):
usb: gadget: u_
This patch set introduce new Cadence USBSS DRD driver
to linux kernel.
The Cadence USBSS DRD Driver s a highly
configurable IP Core which can be
instantiated as Dual-Role Device (DRD),
Peripheral Only and Host Only (XHCI)
configurations.
The current driver has been validated with
FPGA burned. We
Hello,
Some fixes for omap_udc making the driver usable again on Palm TE & 770.
v2: Patch #2 rewritten, now usb_add_gadget_udc_release() should be
properly used.
Patch #5 added.
v1: https://marc.info/?l=linux-usb&m=154258778216930&w=2
https://m
This patch series add various fixes to the debugfs printouts
Thinh Nguyen (5):
usb: dwc3: debugfs: Properly name Tx/RxFIFO
usb: dwc3: debugfs: Print eps Tx/RxFIFO in bytes
usb: dwc3: debugfs: Dump internal LSP and ep registers
usb: dwc3: debugfs: Properly print/set link state for HS
usb
Hi,
On 23-03-18 15:58, Li Jun wrote:
This patch set is to remove max_snk_mv/ma/mw configs, as we should
define the sink capability by sink PDOs, the first patch update
the source PDO match policy by compare the voltage range between
source and sink PDOs no matter what type they are, the followin
This patch set is to remove max_snk_mv/ma/mw configs, as we should
define the sink capability by sink PDOs, the first patch update
the source PDO match policy by compare the voltage range between
source and sink PDOs no matter what type they are, the following
patchs remove those 3 variables from 2
Thanks Geert,
applied to the dma-mapping tree for 4.17.
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi all,
If NO_DMA=y, get_dma_ops() returns a reference to the non-existing
symbol bad_dma_ops, thus causing a link failure if it is ever used.
The intention of this is twofold:
1. To catch users of the DMA API on systems that do no support the DMA
mapping API,
2. To avoid buildin
Hi,
This patchset introduces USB physical connector bindings, together with working
example.
I have added comments in relevant patches to describe possible issues.
In v2 I have addressed comments by Rob and Laurent, thanks
Changes are described in patches.
Regards
Andrzej
Andrzej Hajda (4):
On Thu, Nov 02, 2017 at 10:57:37AM +0200, Felipe Balbi wrote:
> Hi,
>
> Here's the new revision of PTM status support patches with the changes
> requested by Alan Stern.
>
> Changes since v1:
> - move code around to avoid two changes to all users of
> usb_get_status()
Now applied,
Hi,
Here's the new revision of PTM status support patches with the changes
requested by Alan Stern.
Changes since v1:
- move code around to avoid two changes to all users of
usb_get_status()
Felipe Balbi (5):
usb: core: add Status Type definitions
usb: core: rename usb_get_
Dear Kishon and Felipe,
I applied these patches on extcon-next branch for v4.14-rc1.
And I created the immutable branch ('ib-extcon-usb-phy-4.14')
and send the pull-request for these patches in order to
prevent the merge conflict.
Best Regards,
Chanwoo Choi
The following changes since commit 5
These patches replace the deprecated extcon API and remove them from extcon.
Patch4 (drivers/usb/gadget/udc/snps_udc_plat.c) neeeds the review
from usb maintainer. After finishing the review of patch4,
I'll create the immutable branch and send the pull request
to both usb and phy maintainer.
Chan
Xhci driver handles USB transaction errors on transfer events,
but transaction errors are possible on address device command
completion events as well.
The xHCI specification (section 4.6.5) says: A USB Transaction
Error Completion Code for an Address Device Command may be due
to a Stall response
On Wed, Mar 08, 2017 at 04:02:56PM +, Ian Abbott wrote:
> Some patches to skip accessing the FTDI latency timer on chips that
> don't support it, detect "BM" chips with iSerialNumber bug, validate
> written device attribute values, and allow hex and octal "event_char"
> values.
>
> This is v2
Some patches to skip accessing the FTDI latency timer on chips that
don't support it, detect "BM" chips with iSerialNumber bug, validate
written device attribute values, and allow hex and octal "event_char"
values.
This is v2 of the patch series, incorporating changes suggested by
Johan. The orig
This patch series implements interrupt moderation and also uses it in
implementing a workaround for STAR 9000961433.
v2:
* Remove the devicetree binding
John Youn (5):
usb: dwc3: Add a check for the DWC_usb3 core
usb: dwc3: Add a function to check properties
usb: dwc3: gadget: Write the ev
Adds qoriq platform driver for chipidea controller as well as
qoriq usb 2.0 phy driver. Also, enables chipidea driver and QorIQ
USB 2.0 PHY driver on LS1021A platform.
Rajesh Bhagat (5):
drivers: usb: chipidea: Add qoriq platform driver
usb: DT binding documentation for qoriq usb 2.0 controlle
Dear Felipe,
On 05/13/2016 05:37 PM, Felipe Balbi wrote:
Hi,
William Wu writes:
This series add support for rockchip dwc3 driver,
and add additional optional properties for specific
platforms (e.g., rockchip platform).
William Wu (5):
usb: dwc3: of-simple: add compatible for rockchip
us
Hi,
William Wu writes:
> This series add support for rockchip dwc3 driver,
> and add additional optional properties for specific
> platforms (e.g., rockchip platform).
>
> William Wu (5):
> usb: dwc3: of-simple: add compatible for rockchip
> usb: dwc3: add dis_u2_freeclk_exists_quirk
> usb
Hi William,
Am Freitag, 13. Mai 2016, 17:24:56 schrieb William Wu:
> This series add support for rockchip dwc3 driver,
> and add additional optional properties for specific
> platforms (e.g., rockchip platform).
when submitting new versions of patchsets please also start a new thread.
It is hard
This series add support for rockchip dwc3 driver,
and add additional optional properties for specific
platforms (e.g., rockchip platform).
William Wu (5):
usb: dwc3: of-simple: add compatible for rockchip
usb: dwc3: add dis_u2_freeclk_exists_quirk
usb: dwc3: add phyif_utmi_quirk
usb: dwc3:
Hello,
This patch series fixes TX FIFO handling in UDC part of DWC2 driver.
It gets rid of few bugs, improves compliance with DWC2 documentation
and cleanes up driver code. More detailed description is provided in
commit messages.
Best regards,
Robert Baldyga
Changelog:
v2:
- Addressed comments
From: Dean Jenkins
Date: Fri, 2 Oct 2015 14:29:03 +0100
> The ASIX RX handler algorithm is weak on error handling.
> There is a design flaw in the ASIX RX handler algorithm because the
> implementation for handling RX Ethernet frames for the DUB-E100 C1 can
> have Ethernet frames spanning multipl
From: Mark Craske
The ASIX RX handler algorithm is weak on error handling.
There is a design flaw in the ASIX RX handler algorithm because the
implementation for handling RX Ethernet frames for the DUB-E100 C1 can
have Ethernet frames spanning multiple URBs. This means that payload data
from more
On Tue, Sep 15, 2015 at 02:16:03PM -0500, Felipe Balbi wrote:
> Hi,
>
> with these patches (and, no, the mass storage patch is not extremely important
> although it gives some nice extra improvement - about 1 MiB/sec extra in some
> cases - at least not for USB2, I tested without that as well), I
Hi,
with these patches (and, no, the mass storage patch is not extremely important
although it gives some nice extra improvement - about 1 MiB/sec extra in some
cases - at least not for USB2, I tested without that as well), I increased USB2
on a AM437x board with g_mass_storage using RAM as backin
The patch supports MediaTek's xHCI controller.
There are some differences from xHCI spec:
1. The interval is specified in 250 * 8ns increments for Interrupt Moderation
Interval(IMODI) of the Interrupter Moderation(IMOD) register, it is 8 times as
much as that defined in xHCI spec.
2. For the valu
Hello,
This patch set contains few small bugfixes found in usb gadget functions
and UDC drivers. The most important is the [1] as it fixes bug causing
BUG_ON() in f_fs driver. Remaining patches contain minor fixes.
Best regards,
Robert Baldyga
Changelog:
v2:
- Addressed comments from Dan Carpen
Hello,
This series fix a few bugs in mass storage function, adds a warning
message when binding function with not contiguous LUN ids and replace
dynamically allocated luns array with static one what simplifies the
code.
This series also fix GET_MAX_LUNS request to return max id of valid
lun, not
Am Mittwoch, den 17.06.2015, 11:38 -0400 schrieb Alan Stern:
> On Wed, 17 Jun 2015, Stefan Koch wrote:
>
> > You write in another mail:
> > "You could probe all the interfaces whenever any interface is
> > authorized. Or there could be a separate mechanism to initiate probing."
> >
> > The first
On Wed, 17 Jun 2015, Stefan Koch wrote:
> You write in another mail:
> "You could probe all the interfaces whenever any interface is
> authorized. Or there could be a separate mechanism to initiate probing."
>
> The first is the actual approach and this works fine.
> It is regardless in which ord
Am Mittwoch, den 17.06.2015, 10:43 -0400 schrieb Alan Stern:
> On Tue, 16 Jun 2015, Stefan Koch wrote:
>
> > > If autoprobing is disabled, all the user has to do is avoid writing to
> > > /sys/bus/usb/drivers_probe.
> > With my test case that works only with bus_probe_device() becaus it
> > check
On Tue, 16 Jun 2015, Stefan Koch wrote:
> > If autoprobing is disabled, all the user has to do is avoid writing to
> > /sys/bus/usb/drivers_probe.
> With my test case that works only with bus_probe_device() becaus it
> checks the autoprobe status and calls then device_attach().
>
> I have compil
Am Dienstag, den 16.06.2015, 15:26 -0400 schrieb Alan Stern:
> On Tue, 16 Jun 2015, Stefan Koch wrote:
>
> > > And call the attribute "authorize", not "interface_authorize". It will
> > > be obvious that the attribute applies to the interface, because the
> > > attribute file will be inside the i
On Tue, 16 Jun 2015, Stefan Koch wrote:
> > And call the attribute "authorize", not "interface_authorize". It will
> > be obvious that the attribute applies to the interface, because the
> > attribute file will be inside the interface's sysfs directory.
> How do you solve the problem that the dev
Am Samstag, den 13.06.2015, 10:55 -0400 schrieb Alan Stern:
> On Fri, 12 Jun 2015, Stefan Koch wrote:
>
> > Am Freitag, den 12.06.2015, 16:34 -0400 schrieb Alan Stern:
> > > On Fri, 12 Jun 2015, Stefan Koch wrote:
> > >
> > > > Am Freitag, den 12.06.2015, 14:09 -0400 schrieb Alan Stern:
> > > > >
On Fri, 12 Jun 2015, Stefan Koch wrote:
> Am Freitag, den 12.06.2015, 16:34 -0400 schrieb Alan Stern:
> > On Fri, 12 Jun 2015, Stefan Koch wrote:
> >
> > > Am Freitag, den 12.06.2015, 14:09 -0400 schrieb Alan Stern:
> > > > On Fri, 12 Jun 2015, Stefan Koch wrote:
> > > > There is a lot of questio
Am Freitag, den 12.06.2015, 16:34 -0400 schrieb Alan Stern:
> On Fri, 12 Jun 2015, Stefan Koch wrote:
>
> > Am Freitag, den 12.06.2015, 14:09 -0400 schrieb Alan Stern:
> > > On Fri, 12 Jun 2015, Stefan Koch wrote:
> > > There is a lot of questionable material here.
> > >
> > > First of all, I agr
On Fri, 12 Jun 2015, Stefan Koch wrote:
> Am Freitag, den 12.06.2015, 14:09 -0400 schrieb Alan Stern:
> > On Fri, 12 Jun 2015, Stefan Koch wrote:
> > There is a lot of questionable material here.
> >
> > First of all, I agree with Krzysztof that having an "authorized"
> > attribute in each inte
Am Freitag, den 12.06.2015, 14:09 -0400 schrieb Alan Stern:
> On Fri, 12 Jun 2015, Stefan Koch wrote:
> There is a lot of questionable material here.
>
> First of all, I agree with Krzysztof that having an "authorized"
> attribute in each interface's sysfs directory would be simpler and
> easie
On Fri, 12 Jun 2015, Stefan Koch wrote:
> This is a patch that introduces an interface authorization for USB devices.
> The kernel supports already a device authorization bacause of wireless USB.
>
> But the new interface authorization allows to enable or disable individual
> interfaces per bitm
This is a patch that introduces an interface authorization for USB devices.
The kernel supports already a device authorization bacause of wireless USB.
But the new interface authorization allows to enable or disable individual
interfaces per bitmask
instead allow or deny a whole device.
The patc
Hi Felipe,
On 05/26/2015 07:08 PM, Felipe Balbi wrote:
> On Mon, May 04, 2015 at 02:55:10PM +0200, Robert Baldyga wrote:
>> Hi,
>>
>> This patch set introduces two functions usb_gadget_deactivate() and
>> usb_gadget_activate(), designed to prevent udc-core from showing binded
>> gadget to host unt
On Mon, May 04, 2015 at 02:55:10PM +0200, Robert Baldyga wrote:
> Hi,
>
> This patch set introduces two functions usb_gadget_deactivate() and
> usb_gadget_activate(), designed to prevent udc-core from showing binded
> gadget to host until it will be ready to work. It also makes
> usb_function_deac
HNP polling is a mechanism which allows the OTG device currently acting as host
to determine when the other attached OTG device wishes to take the host role.
When an OTG host, which supports HNP, is connected to an OTG peripheral which
also supports HNP it shall poll the peripheral regularly to det
These patches add support for XHCI compliant Host controller found
on Fujitsu Socs, and are based on http://lwn.net/Articles/629162/
The first patch is to add Fujitsu glue layer of Synopsis DesignWare USB3 driver
and last four patch is about quirk implementation of errata in Synopsis
DesignWare USB
Hi,
The whole series looks good to me, you can add my
Acked-by: Alexandre Belloni
On 06/01/2015 at 14:46:57 +0100, Boris Brezillon wrote :
> Hello,
>
> Here is a set of patches porting existing at91sam9rl erratum handling to
> DT and adding new code to handle at91sam9g45/9x5 erratum.
> It als
Hello,
Here is a set of patches porting existing at91sam9rl erratum handling to
DT and adding new code to handle at91sam9g45/9x5 erratum.
It also adds several compatible strings to differentiate those errata.
These patches should be backported to 3.17 and 3.18 stable releases but
they do not appl
Patches to add support for Rockchip usb phys.Add a new Rockchip
usb phy driver and modify dwc2 controller driver to make dwc2
platform devices support a generic PHY framework driver. This
patch set has been tested on my rk3288-evb and power off the usb
phys would reduce about 60mW power budget in t
This patch series replaces __skb_alloc_pages with a much simpler function,
__dev_alloc_pages. The main difference between the two is that
__skb_alloc_pages had an sk_buff pointer that was being passed as NULL in
call places where it was called. In a couple of cases the NULL was passed
by variable
Hi,
On Fri, Aug 22, 2014 at 06:59:00PM +0200, Bartlomiej Zolnierkiewicz wrote:
> Hi,
>
> This patch series removes the old Samsung USB PHY drivers that
> got replaced by the new ones using the generic PHY layer.
>
> Depends on:
> - v3.17-rc1 branch of Linus' kernel
>
> Changes since v1 (https:/
Hi,
This patch series removes the old Samsung USB PHY drivers that
got replaced by the new ones using the generic PHY layer.
Depends on:
- v3.17-rc1 branch of Linus' kernel
Changes since v1 (https://lkml.org/lkml/2014/8/14/241):
- rebased on v3.17-rc1 kernel
- added Acked-by-s from Kishon Vijay
Series add support for SW babble control logic found in
new silicon versions of AM335x. Runtime differentiation of
silicon version is done by checking the BABBLE_CTL register.
For newer silicon the register default value read is 0x4 and
for older versions its 0x0.
Patch 1 -> Convert recover work
These patches provides support of LPM capability to the dwc3 xhci hosts.
Patches have been tested on STih407.
Changes since V1:
-- patches have been rebased on next branch of balbi/usb.git.
-- Minor comment of Mathias for V1 have been incorporated.
-- New rebased patches h
Dear Matt,
In this series of patch I have fixed some bugs introduced some
time ago. First of it was a copy-pasta bug in functions which
allocates memory and the second one was missing read of bcdDevice
gadget attribute.
Second part of this series contains small rework of libusbg API.
In those pat
Wingman,
On Wednesday 04 December 2013 03:10 PM, WingMan Kwok wrote:
> Here is the updated version of the series which addresses comments from
> earlier version [1]. The PHY register programming is moved to a separate
> PHY driver.
>
> Series adds USB host support for Keystone SOCs. Keystone SOC
Here is the updated version of the series which addresses comments from
earlier version [1]. The PHY register programming is moved to a separate
PHY driver.
Series adds USB host support for Keystone SOCs. Keystone SOCs uses dwc3
hardware IP implementation. On Keystone II platforms, we use no-op
Actually this is the third reroll of this patchseries, but I just figured out
how to place this "v2" thing in the patches... sorry for that!
As Greg KH requested:
I splitted the coding style fixes into several patches. The replacing of spaces
by tabs in proc_reapurbnonblock() and proc_control_co
This patchset removes non-DT support for Exynos EHCI and OHCI
from arch and driver directories, because the non-DT for EXYNOS SoCs
is not supported from v3.11. Also, missing usb_put_hcd() is added to
prevent memory leak.
In order to keep the consistency, ehci-s5p.c is changed to
ehci-exynos.c. So,
Changes since v1:
* Push all manipulation of udev->usb2_hw_lpm_allowed and
udev->usb2_hw_lpm_enabled into the USB core:
- Move the BESL or internal port check into the USB core. This allows
us to avoid exporting the port connection type function.
- Move the USB 2.0 Link PM disabl
Changes since v1 [1]:
1/ Patch 4: updated after testing (discussed here [2]) to disable new
scheme enumeration for usb3 devices
2/ Patch 4: cleaned up a compile warning
3/ Patch 5: [new] when debugging it is nice to know if the failed command
was a context setup "address device BSR=1" or an
I've been working on some patches that allow suspending and resuming
the musb-dsps platform. This was tested for host mode only.
With these patches applied, I can successfully bring an AM335x board
to suspend with a USB media connected, and access it again after
resume.
This works for both PIO mo
Here are some patches to teach the cppi41 DMA driver support for
suspend and resume. Patches 1-3 are simply cosmetic things that emerged
during my debugging sessions.
Patch #4 is actually a real bugfix which I would like Sebastian
Andrzej Siewior to have a look at. Quite frankly, the allocation sc
On Tue, Sep 03, 2013 at 03:46:40PM +0200, Gerd Hoffmann wrote:
> Hi,
>
> This patch series enables uas support in the linux kernel. First patch
> fixes usb3 streams support in xhci, patches 2-4 improve uas error
> handling and patch 5 removes BROKEN from the uas kernel config.
As these depend
Hi,
This patch series enables uas support in the linux kernel. First patch
fixes usb3 streams support in xhci, patches 2-4 improve uas error
handling and patch 5 removes BROKEN from the uas kernel config.
v2 changes:
- use WARN_ON_ONCE() instead of BUG_ON()
- make checkpatch happy (codestyle
On Thu, Aug 29, 2013 at 05:25:55PM +0800, Peter Chen wrote:
> On Thu, Aug 29, 2013 at 10:53:50AM +0300, Alexander Shishkin wrote:
> > Peter Chen writes:
> >
> > > Changed for v2:
> > > - Fixed the build error for patch 5/5
> > >
> > > Below are un-queued chipidea patches, some of them were review
On Thu, Aug 29, 2013 at 10:53:50AM +0300, Alexander Shishkin wrote:
> Peter Chen writes:
>
> > Changed for v2:
> > - Fixed the build error for patch 5/5
> >
> > Below are un-queued chipidea patches, some of them were reviewed.
>
> I'd like to send 1/5, 3/5 and 4/5 now, have a closer look at 2/5
Peter Chen writes:
> Changed for v2:
> - Fixed the build error for patch 5/5
>
> Below are un-queued chipidea patches, some of them were reviewed.
I'd like to send 1/5, 3/5 and 4/5 now, have a closer look at 2/5 and
queue 5/5 for 3.13 unless you have objections.
Regards,
--
Alex
--
To unsubscri
Changed for v2:
- Fixed the build error for patch 5/5
Below are un-queued chipidea patches, some of them were reviewed.
Peter Chen (5):
usb: host: delete chipidea dependency
usb: chipidea: udc: Consolidate the calling of ci->driver->disconnect
usb: chipidea: udc: fix the oops when plugs in
At former design, both ci13xxx_imx and usbmisc_imx are individual
module, ci13xxx_imx is glue layer for imx usb driver. usbmisc_imx
handles non-core registers which have different register layout
for imx SoC serials, it usually supplies interface for wakeup
setting, PHY setting, etc.
usbmisc_imx u
Here I present the conversion of everything that is required to provide
the equivalent of g_multi.ko with configfs.
v1..v2:
- removed the cause of Felipe returning -ENOLOG
- moved fsg_common_set_sysfs invocation after the lun number is set, so that
the latter operation does not try freeing nonexi
On Thu, 2013-07-04 at 13:35 +0100, Rupesh Gujare wrote:
> This patch series splits earlier patch from Joe, into smaller patches.
Please add commit messages to the patches
that are slightly more than trivial.
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a
This patch series splits earlier patch from Joe, into smaller patches.
Joe Perches (5):
staging: ozwpan: Remove extra debug logs.
staging: ozwpan: Replace oz_trace with oz_dbg
staging: ozwpan: Remove old debug macro.
staging: ozwpan: Convert macro to function.
staging: ozwpan: Rename Kbu
Hi,
These patches add support for Tahvo USB transceiver and allow using both
host and peripheral modes on Nokia 770.
Tested (peripheral mode, host mode, vbus detection) with 3.10-rc6.
History:
v2: Use extcon framework to trigger OTG driver mode changes.
v1: http://marc.info/?l=li
Here I present the conversion of everthing that is required to provide
the equivalent of g_cdc.ko with configfs.
A branch will be available here (from 15th May 2013, afternoon UTC):
git://git.infradead.org/users/kmpark/linux-samsung usb-gadget-configfs
v1..v2:
- fixed a bug resulting from the de
Hello Felipe,
this is the v2 of my initial update series for ux500's musb.
Changes from v1:
- turn off vbus on USB_EVENT_VBUS event
Thanks,
Fabio
Fabio Baltieri (4):
usb: musb: ux500: implement musb_set_vbus
usb: musb: ux500: add otg notifier support
usb: otg: ab8500-usb: drop support fo
On 02/19/2013 09:05:00 AM, Felipe Balbi wrote:
Greg, can you pitch your suggestion here ? It would be great to hear
your rationale behind dropping class infrastructure, couldn't find
anything through Google and since feature-removal-schedule.txt has
been
removed (without adding it to feature-r
Hi,
On Tue, Feb 19, 2013 at 05:07:09PM +0100, Marc Kleine-Budde wrote:
> On 02/19/2013 04:05 PM, Felipe Balbi wrote:
> > Hi,
> >
> > On Tue, Feb 19, 2013 at 02:34:40PM +, Arnd Bergmann wrote:
> >> On Tuesday 19 February 2013, Felipe Balbi wrote:
> >>> On Tue, Feb 19, 2013 at 12:33:54PM +,
On 02/19/2013 04:05 PM, Felipe Balbi wrote:
> Hi,
>
> On Tue, Feb 19, 2013 at 02:34:40PM +, Arnd Bergmann wrote:
>> On Tuesday 19 February 2013, Felipe Balbi wrote:
>>> On Tue, Feb 19, 2013 at 12:33:54PM +, Arnd Bergmann wrote:
> Currently drivers/phy and drivers/net/phy are independen
On Tue, Feb 19, 2013 at 03:28:17PM +, Arnd Bergmann wrote:
> On Tuesday 19 February 2013, Felipe Balbi wrote:
> > On Tue, Feb 19, 2013 at 02:34:40PM +, Arnd Bergmann wrote:
> > > On Tuesday 19 February 2013, Felipe Balbi wrote:
> > > > On Tue, Feb 19, 2013 at 12:33:54PM +, Arnd Bergmann
On Tuesday 19 February 2013, Felipe Balbi wrote:
> On Tue, Feb 19, 2013 at 02:34:40PM +, Arnd Bergmann wrote:
> > On Tuesday 19 February 2013, Felipe Balbi wrote:
> > > On Tue, Feb 19, 2013 at 12:33:54PM +, Arnd Bergmann wrote:
> > It's a fine line, but I think a phy is something that resem
Hi,
On Tue, Feb 19, 2013 at 02:34:40PM +, Arnd Bergmann wrote:
> On Tuesday 19 February 2013, Felipe Balbi wrote:
> > On Tue, Feb 19, 2013 at 12:33:54PM +, Arnd Bergmann wrote:
> > > > Currently drivers/phy and drivers/net/phy are independent and are not
> > > > related to each other. The
On Tuesday 19 February 2013, Felipe Balbi wrote:
> On Tue, Feb 19, 2013 at 12:33:54PM +, Arnd Bergmann wrote:
> > > Currently drivers/phy and drivers/net/phy are independent and are not
> > > related to each other. There are some fundamental differences on how
> > > these frameworks work. IIU
Hi,
On Tue, Feb 19, 2013 at 12:33:54PM +, Arnd Bergmann wrote:
> On Tuesday 19 February 2013, kishon wrote:
> > On Tuesday 19 February 2013 04:14 PM, Arnd Bergmann wrote:
> > > On Tuesday 19 February 2013, Kishon Vijay Abraham I wrote:
> > >> Added a generic PHY framework that provides a set o
On Tuesday 19 February 2013, kishon wrote:
> On Tuesday 19 February 2013 04:14 PM, Arnd Bergmann wrote:
> > On Tuesday 19 February 2013, Kishon Vijay Abraham I wrote:
> >> Added a generic PHY framework that provides a set of APIs for the PHY
> >> drivers
> >> to create/destroy a PHY and APIs for t
Hi,
On Tuesday 19 February 2013 04:14 PM, Arnd Bergmann wrote:
On Tuesday 19 February 2013, Kishon Vijay Abraham I wrote:
Added a generic PHY framework that provides a set of APIs for the PHY drivers
to create/destroy a PHY and APIs for the PHY users to obtain a reference to
the PHY with or wit
On Tuesday 19 February 2013, Kishon Vijay Abraham I wrote:
> Added a generic PHY framework that provides a set of APIs for the PHY drivers
> to create/destroy a PHY and APIs for the PHY users to obtain a reference to
> the PHY with or without using phandle. To obtain a reference to the PHY
> withou
Added a generic PHY framework that provides a set of APIs for the PHY drivers
to create/destroy a PHY and APIs for the PHY users to obtain a reference to
the PHY with or without using phandle. To obtain a reference to the PHY
without using phandle, the platform specfic intialization code (say from
On Sat, Feb 09, 2013 at 08:05:52PM +, Paul Zimmerman wrote:
> > From: Felipe Balbi [mailto:ba...@ti.com]
> > Sent: Friday, February 08, 2013 8:23 AM
>
> ...
>
> > Note, also, that this patchset will help us finally
> > adding Hibernation support, but let's first make
> > sure that non-Hiberna
> From: Felipe Balbi [mailto:ba...@ti.com]
> Sent: Friday, February 08, 2013 8:23 AM
...
> Note, also, that this patchset will help us finally
> adding Hibernation support, but let's first make
> sure that non-Hibernation PM works as expected,
> since that's far more easier to implement and there
1 - 100 of 116 matches
Mail list logo