Signed-off-by: Javier Martinez Canillas
---
drivers/staging/bcm/Bcmchar.c | 20 ++--
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c
index 2064c2e..3d9055a 100644
--- a/drivers/staging/bcm/Bcmchar.c
+
Signed-off-by: Javier Martinez Canillas
---
drivers/staging/bcm/Bcmchar.c | 52 ++---
1 files changed, 28 insertions(+), 24 deletions(-)
diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c
index 2a3f64c..2064c2e 100644
--- a/drivers/s
Signed-off-by: Javier Martinez Canillas
---
drivers/staging/bcm/Bcmchar.c | 68 ++--
1 files changed, 31 insertions(+), 37 deletions(-)
diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c
index edcd0c0..2a3f64c 100644
--- a/drivers/sta
Signed-off-by: Javier Martinez Canillas
---
drivers/staging/bcm/Bcmchar.c | 22 --
1 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c
index 7dff283..edcd0c0 100644
--- a/drivers/staging/bcm/Bcmchar.c
This patchset fixes a few coding style issues in Beceem WIMAX driver.
The patches in this patchset are the following:
[PATCH 1/4] Staging: bcm: Bcmchar: Fix style issues on bcm_char_open()
[PATCH 2/4] Staging: bcm: Bcmchar: Fix style issues on bcm_char_release()
[PATCH 3/4] Staging: bcm: Bcmchar:
On Fri, Feb 11, 2011 at 02:48:45PM -0800, K. Y. Srinivasan wrote:
> The subject says it all. There is no need to
> specify different page protection bits based
> on the architecture.
Wonderful, thanks for doing this. I'll queue it up after your previous
patches sometime next week.
thanks,
greg
The subject says it all. There is no need to
specify different page protection bits based
on the architecture.
Signed-off-by: K. Y. Srinivasan
Signed-off-by: Hank Janssen
---
drivers/staging/hv/hv.c |5 -
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/hv
> -Original Message-
> From: Greg KH [mailto:gre...@suse.de]
> Sent: Friday, February 11, 2011 4:24 PM
> To: KY Srinivasan
> Cc: linux-ker...@vger.kernel.org; devel@linuxdriverproject.org;
> virtualizat...@lists.osdl.org; Hank Janssen
> Subject: Re: [PATCH 1/3]: Staging: hv: Use native pa
> -Original Message-
> From: Greg KH [mailto:gre...@suse.de] On Friday, February 11, 2011 1:24 PM
> On Fri, Feb 11, 2011 at 08:55:56PM +, KY Srinivasan wrote:
> > > I'm not saying this patch is wrong at all, but I still don't
> > > understand why this is different depending on the arc
> -Original Message-
> And then KY Srinivasan spoke on Friday, February 11, 2011 12:56 PM
> > From: Greg KH [mailto:gre...@suse.de]
> > Sent: Friday, February 11, 2011 1:30 PM
> > > - virtaddr = osd_virtual_alloc_exec(PAGE_SIZE);
> > > +#ifdef __x86_64__
> > > + virtaddr = __vmalloc(PAGE_
On Fri, Feb 11, 2011 at 08:55:56PM +, KY Srinivasan wrote:
>
>
> > -Original Message-
> > From: Greg KH [mailto:gre...@suse.de]
> > Sent: Friday, February 11, 2011 1:30 PM
> > To: KY Srinivasan
> > Cc: linux-ker...@vger.kernel.org; devel@linuxdriverproject.org;
> > virtualizat...@list
> -Original Message-
> From: Greg KH [mailto:gre...@suse.de]
> Sent: Friday, February 11, 2011 1:30 PM
> To: KY Srinivasan
> Cc: linux-ker...@vger.kernel.org; devel@linuxdriverproject.org;
> virtualizat...@lists.osdl.org; Hank Janssen
> Subject: Re: [PATCH 1/3]: Staging: hv: Use native pa
On Fri, Feb 11, 2011 at 09:59:00AM -0800, K. Y. Srinivasan wrote:
> --- a/drivers/staging/hv/hv.c
> +++ b/drivers/staging/hv/hv.c
> @@ -230,7 +230,12 @@ int hv_init(void)
> * Allocate the hypercall page memory
> * virtaddr = osd_page_alloc(1);
> */
> - virtaddr = osd_virtual_a
The OSD layer was a wrapper around native interfaces
adding little value and was infact buggy -
refer to the osd_wait.patch for details.
This patch gets rid of the OSD abstraction.
Signed-off-by: K. Y. Srinivasan
Signed-off-by: Hank Janssen
---
drivers/staging/hv/Makefile |2 +-
dri
In preperation for getting rid of the osd layer; change
the code to use native wait interfaces. As part of this,
fixed the buggy implementation in the osd_wait_primitive
where the condition was cleared potentially after the
condition was signalled.
Signed-off-by: K. Y. Srinivasan
Signed-off-by:
In preperation for getting rid of the osd.[ch] files;
change all page allocation/free functions to use native interfaces.
Signed-off-by: K. Y. Srinivasan
Signed-off-by: Hank Janssen
---
drivers/staging/hv/channel.c| 12 +++-
drivers/staging/hv/connection.c | 13 -
On Fri, Feb 11, 2011 at 7:01 AM, Greg KH wrote:
> On Fri, Feb 11, 2011 at 01:21:35PM +0300, Dan Carpenter wrote:
>> On Fri, Feb 11, 2011 at 01:27:15AM -0800, Luis R. Rodriguez wrote:
>> > + address = mboxAddress[ENDPOINT1];
>> > + status =
>> > +
On Fri, Feb 11, 2011 at 01:21:35PM +0300, Dan Carpenter wrote:
> On Fri, Feb 11, 2011 at 01:27:15AM -0800, Luis R. Rodriguez wrote:
> > + address = mboxAddress[ENDPOINT1];
> > + status =
> > + HIFReadWrite(device, address, buffer, length,
> > +
iPhone/iPad Application Development - Blackberry/Android Mobile Application
Development
We are China based company explicitly active for iPhone software programming
solutions and Mobile Application Development services as well as wireless
application (WAP) development. We are organized to deliv
On Fri, Feb 11, 2011 at 01:27:15AM -0800, Luis R. Rodriguez wrote:
> +address = mboxAddress[ENDPOINT1];
> +status =
> +HIFReadWrite(device, address, buffer, length,
> + HIF_RD_SYNC_BYTE_INC, NULL); if (statu
If there's a memset or an A_MEMZERO, use kzalloc.
Cc: Vipin Mehta
Cc: Naveen Singh
Signed-off-by: Luis R. Rodriguez
---
.../ath6kl/hif/sdio/linux_sdio/src/hif_scatter.c | 16 +++--
drivers/staging/ath6kl/htc2/AR6000/ar6k.c |2 +-
.../ath6kl/htc2/AR6000/ar6k_gmbox_hciuart.c
for i in $(find ./drivers/staging/ath6kl/ -name \*.[ch]) ; do \
sed -r -i -e "s/A_MEMCMP/memcmp/g" $i; done
Cc: Vipin Mehta
Cc: Naveen Singh
Signed-off-by: Luis R. Rodriguez
---
drivers/staging/ath6kl/miscdrv/common_drv.c|4 ++--
drivers/staging/ath6kl/os/linux/ar6000_drv.c
Cc: Vipin Mehta
Cc: Naveen Singh
Signed-off-by: Luis R. Rodriguez
---
drivers/staging/ath6kl/bmi/include/bmi_internal.h |4 +-
drivers/staging/ath6kl/bmi/src/bmi.c | 34
.../hif/sdio/linux_sdio/include/hif_internal.h |2 +-
.../staging/ath6kl/hif/sdio/linux
Greg,
here are a few cleanups. Joe Perches had a lot of changes but I ran
into issues rebasing them myself so I just decided to do my own cleanup
based on his descriptions. It was easier than a rebase or applying the
patches myself manually.
I'll start off with these 5 patches for my work on 2011
On Fri, Feb 11, 2011 at 01:02:46AM +0100, Klaas Neirinck wrote:
> Fixed several coding style issues.
>
> Signed-off-by: Klaas Neirinck
--- dest = ibuf.bufr;
> #ifdef OPT_ZERO_COPY_LOADER
> zero_copy = false;
> -
25 matches
Mail list logo