Re: [PATCH 86/86] usb/dwc3: move ids to pci_ids.h

2015-03-29 Thread Greg Kroah-Hartman
On Mon, Mar 30, 2015 at 08:50:34AM +0200, Michael S. Tsirkin wrote: > On Sun, Mar 29, 2015 at 10:42:00PM +0200, Greg Kroah-Hartman wrote: > > On Sun, Mar 29, 2015 at 03:43:40PM +0200, Michael S. Tsirkin wrote: > > > Comment says IDs should move to pci_ids.h, let's do it. > > > > No, please remove

Re: [PATCH 86/86] usb/dwc3: move ids to pci_ids.h

2015-03-29 Thread Michael S. Tsirkin
On Sun, Mar 29, 2015 at 10:42:00PM +0200, Greg Kroah-Hartman wrote: > On Sun, Mar 29, 2015 at 03:43:40PM +0200, Michael S. Tsirkin wrote: > > Comment says IDs should move to pci_ids.h, let's do it. > > No, please remove the comment, it's not needed in pci_ids.h at all. vendor ID does belong in pc

Re: [PATCH 13/14] twl4030_charger: Increase current carefully while watching voltage.

2015-03-29 Thread NeilBrown
On Mon, 23 Mar 2015 22:25:41 +0100 Pavel Machek wrote: > Hi! > > > The USB Battery Charging spec (BC1.2) suggests a dedicated > > charging port can deliver from 0.5 to 5.0A at between 4.75 and 5.25 > > volts. > > > > To choose the "correct" current voltage setting requires a trial > > and error

Re: [PATCHv3 2/2] HSI: nokia-modem: Add cmt-speech support

2015-03-29 Thread Aaro Koskinen
Hi, On Sat, Mar 21, 2015 at 08:09:17PM +0100, Sebastian Reichel wrote: > Register cmt-speech driver in nokia-modem driver and forward > hsi channel information. > > Signed-off-by: Sebastian Reichel Acked-by: Aaro Koskinen A. -- To unsubscribe from this list: send the line "unsubscribe linux-o

Re: [PATCHv3 1/2] HSI: cmt_speech: Add cmt-speech driver

2015-03-29 Thread Aaro Koskinen
Hi, On Sat, Mar 21, 2015 at 08:09:16PM +0100, Sebastian Reichel wrote: > From: Kai Vehmanen > > Introduces the cmt-speech driver, which implements > a character device interface for transferring speech > data frames over HSI/SSI. > > The driver is used to exchange voice/speech data between > th

Re: [GIT PULL] omap fixes for v4.0-rc cycle

2015-03-29 Thread Olof Johansson
On Thu, Mar 19, 2015 at 01:49:23PM -0700, Tony Lindgren wrote: > The following changes since commit 5b7610f235627878617648a99dd1442997f1c889: > > ARM: OMAP2+: Fix wl12xx on dm3730-evm with mainline u-boot (2015-03-06 > 10:37:34 -0800) > > are available in the git repository at: > > git://gi

Re: [PATCH 86/86] usb/dwc3: move ids to pci_ids.h

2015-03-29 Thread Greg Kroah-Hartman
On Sun, Mar 29, 2015 at 03:43:40PM +0200, Michael S. Tsirkin wrote: > Comment says IDs should move to pci_ids.h, let's do it. No, please remove the comment, it's not needed in pci_ids.h at all. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to ma

[PATCH 65/86] usb/dwc3: comment update

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, update comment to list the correct header. Signed-off-by: Michael S. Tsirkin --- drivers/usb/dwc3/dwc3-pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/dwc3/dwc3-pci.c b/drivers/usb/dwc3/dwc3-pci.c in

[PATCH 86/86] usb/dwc3: move ids to pci_ids.h

2015-03-29 Thread Michael S. Tsirkin
Comment says IDs should move to pci_ids.h, let's do it. Signed-off-by: Michael S. Tsirkin --- include/uapi/linux/pci_ids.h | 8 drivers/usb/dwc3/dwc3-pci.c | 10 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/include/uapi/linux/pci_ids.h b/include/uapi/linux