Re: [PATCH] staging: dwc2: add microframe scheduler from downstream Pi kernel

2013-07-17 Thread Gordon Hollingworth
I'd suggest just adding a Raspberry Pi Foundation copyright. Is that OK or do you need names for SOB? Gordon ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH 1/1] Drivers: hv: balloon: Initialize the transaction ID just before sending the packet

2013-07-17 Thread K. Y. Srinivasan
Each message sent from the guest carries with it a transaction ID. Assign the transaction ID just before putting the message on the VMBUS. This would help in debugging on the host side. Signed-off-by: K. Y. Srinivasan --- drivers/hv/hv_balloon.c |4 ++-- 1 files changed, 2 insertions(+), 2 d

Re: [PATCH] Adds Digi driver to staging.

2013-07-17 Thread Greg KH
On Wed, Jul 17, 2013 at 04:18:01PM -0400, Lidza Louina wrote: > This patch adds the Digi driver to staging. Which digi driver? For what hardware? What type of driver is it? Please provide some more details here. > It builds. Needs work done > to adapt to the API changes. > > Signed-off-by: Li

[PATCH] staging: dwc2: add microframe scheduler from downstream Pi kernel

2013-07-17 Thread Paul Zimmerman
The transfer scheduler in the dwc2 driver is pretty basic, not to mention buggy. It works fairly well with just a couple of devices plugged in, but if you add, say, multiple devices with periodic endpoints, the scheduler breaks down and can't even enumerate all the devices. To fix this, import the

Re: [PATCH net] hyperv: Fix the NETIF_F_SG flag setting in netvsc

2013-07-17 Thread David Miller
From: KY Srinivasan Date: Wed, 17 Jul 2013 11:40:41 + > > >> -Original Message- >> From: Haiyang Zhang [mailto:haiya...@microsoft.com] >> Sent: Wednesday, July 17, 2013 2:01 AM >> To: da...@davemloft.net; net...@vger.kernel.org >> Cc: Haiyang Zhang; KY Srinivasan; o...@aepfle.de; ja

RE: [PATCH] staging: dwc2: add driver parameter to set AHB config register value

2013-07-17 Thread Paul Zimmerman
> From: Matthijs Kooijman [mailto:matth...@stdin.nl] > Sent: Wednesday, July 17, 2013 4:15 AM > > On Tue, Jul 16, 2013 at 12:22:12PM -0700, Paul Zimmerman wrote: > > The dwc2 driver sets the value of the DWC2 GAHBCFG register to 0x6, > > which is GAHBCFG_HBSTLEN_INCR4. But different platforms may

RE: [PATCH 1/1] Drivers: hv: util: Fix a bug in version negotiation code for util services

2013-07-17 Thread KY Srinivasan
> -Original Message- > From: gre...@linuxfoundation.org [mailto:gre...@linuxfoundation.org] > Sent: Wednesday, July 17, 2013 1:13 PM > To: KY Srinivasan > Cc: linux-ker...@vger.kernel.org; de...@linuxdriverproject.org; > o...@aepfle.de; > a...@canonical.com; jasow...@redhat.com > Subject

Re: [PATCH 1/1] Drivers: hv: util: Fix a bug in version negotiation code for util services

2013-07-17 Thread gre...@linuxfoundation.org
On Wed, Jul 17, 2013 at 12:35:42PM +, KY Srinivasan wrote: > > > > -Original Message- > > From: K. Y. Srinivasan [mailto:k...@microsoft.com] > > Sent: Tuesday, July 02, 2013 1:32 PM > > To: gre...@linuxfoundation.org; linux-ker...@vger.kernel.org; > > de...@linuxdriverproject.org; o..

Re: [PATCH] mmc/core: free mmc_card when cmd 3, 9, 7 got failed in mmc_sd_init_card

2013-07-17 Thread Vivek Subbarao
On Wed, Jul 17, 2013 at 02:21:10PM +0800, wei_w...@realsil.com.cn wrote: > From: Wei WANG > > In function mmc_sd_init_card, if command 3/9/7 got failed, mmc_card > allocated just before won't be freed. This would cause memory leak. > > Signed-off-by: Wei WANG > --- > drivers/mmc/core/sd.c |

RE: [PATCH 1/1] Drivers: hv: util: Fix a bug in version negotiation code for util services

2013-07-17 Thread KY Srinivasan
> -Original Message- > From: K. Y. Srinivasan [mailto:k...@microsoft.com] > Sent: Tuesday, July 02, 2013 1:32 PM > To: gre...@linuxfoundation.org; linux-ker...@vger.kernel.org; > de...@linuxdriverproject.org; o...@aepfle.de; a...@canonical.com; > jasow...@redhat.com > Cc: KY Srinivasan >

RE: [PATCH net] hyperv: Fix the NETIF_F_SG flag setting in netvsc

2013-07-17 Thread KY Srinivasan
> -Original Message- > From: Haiyang Zhang [mailto:haiya...@microsoft.com] > Sent: Wednesday, July 17, 2013 2:01 AM > To: da...@davemloft.net; net...@vger.kernel.org > Cc: Haiyang Zhang; KY Srinivasan; o...@aepfle.de; jasow...@redhat.com; linux- > ker...@vger.kernel.org; de...@linuxdriver

Re: [PATCH] staging: dwc2: add driver parameter to set AHB config register value

2013-07-17 Thread Matthijs Kooijman
Hi Paul, On Tue, Jul 16, 2013 at 12:22:12PM -0700, Paul Zimmerman wrote: > The dwc2 driver sets the value of the DWC2 GAHBCFG register to 0x6, > which is GAHBCFG_HBSTLEN_INCR4. But different platforms may require > different values. In particular, the Broadcom 2835 SOC used in the > Raspberry Pi n

Re: [PATCH v2 1/5] mfd:rtsx: Read vendor setting from config space

2013-07-17 Thread Dan Carpenter
Much better. Thank you. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH v2 3/5] mfd:rtsx: Move some actions from rtsx_pci_init_hw to individual extra_init_hw

2013-07-17 Thread wei_wang
From: Wei WANG These actions are individual for each reader model, so should be put in extra_init_hw instead of rtsx_pci_init_hw. Signed-off-by: Wei WANG --- drivers/mfd/rts5209.c |4 drivers/mfd/rts5227.c |2 ++ drivers/mfd/rts5229.c |4 drivers/mfd/rts5249.c |2

[PATCH v2 2/5] mfd:rtsx: Add shutdown callback in rtsx_pci_driver

2013-07-17 Thread wei_wang
From: Wei WANG Some actions to clear power state should be handled in .shutdown callback in rtsx_pci_driver. This patch adopts the following measures to catch this goal: 1. Add a function rtsx_pci_power_off to abstract the common ops in .shutdown and .suspend 2. Add pcr->ops->force_power_down to

[PATCH v2 5/5] mfd:rtsx: Configure to enter a deeper power-saving mode in S3

2013-07-17 Thread wei_wang
From: Wei WANG Set a bit to enable rts5227 and rts5249 to enter a deeper internal power-saving mode in S3, and recover it after resuming. Signed-off-by: Wei WANG --- drivers/mfd/rtl8411.c|2 +- drivers/mfd/rts5209.c|2 +- drivers/mfd/rts5227.c|6 +- driv

[PATCH v2 0/5] mfd:rtsx: MFD patches for Realtek cardreader

2013-07-17 Thread wei_wang
From: Wei WANG v2: Use macro when initializing vendor settings Wei WANG (5): mfd:rtsx: Read vendor setting from config space mfd:rtsx: Add shutdown callback in rtsx_pci_driver mfd:rtsx: Move some actions from rtsx_pci_init_hw to individual extra_init_hw mfd:rtsx: Clear hardware PFM m

[PATCH v2 4/5] mfd:rtsx: Clear hardware PFM mode in rtl8411b

2013-07-17 Thread wei_wang
From: Wei WANG Clear hw_pfm_en to disable hardware PFM mode, to fix a bug that in some situation registers in 0xFDxx domain can't be accessed. Signed-off-by: Wei WANG --- drivers/mfd/rtl8411.c|2 ++ include/linux/mfd/rtsx_pci.h |1 + 2 files changed, 3 insertions(+) diff --git

[PATCH v2 1/5] mfd:rtsx: Read vendor setting from config space

2013-07-17 Thread wei_wang
From: Wei WANG Normally OEMs will set vendor setting to the config space of Realtek card reader in BIOS stage. This patch reads the setting at the first, and configure the internal registers according to it, to improve card reader's compatibility condition. Signed-off-by: Wei WANG --- drivers/