[PATCH v2 0/7] staging: qlge: Re-writing the debugging features

2020-10-14 Thread Coiby Xu
This patch set aims to avoid dumping registers, data structures and coredump to dmesg and also to reduce the code size of the qlge driver. As pointed out by Benjamin [1], > At 2000 lines, qlge_dbg.c alone is larger than some entire ethernet > drivers. Most of what it does is dump kernel data stru

[PATCH v2 0/7] crypto: mark ecb(arc4) skcipher as obsolete

2020-08-24 Thread Ard Biesheuvel
RC4 hasn't aged very well, and is a poor fit for the skcipher API so it would be good if we could get rid of the ecb(arc4) drivers in the kernel at some point in the future. This prevents new users from creeping in, and allows us to improve the skcipher API without having to care too much about obs

[PATCH v2 0/7] staging: most: usb: fix issues found in code audit

2020-05-14 Thread Christian Gromm
This series fixes the comments/findings on the previously submitted code of the USB adapter driver. The fixes should be applied in staging before moving the driver out as one patch. v2: modded patch 2/7 Christian Gromm (7): staging: most: usb: use dev_*() functions to print messages s

Re: [PATCH v2 0/7] staging: qlge: Checkpatch.pl indentation fixes in qlge_main.c

2020-04-29 Thread Joe Perches
On Wed, 2020-04-29 at 21:31 -0400, Rylan Dmello wrote: > This patchset fixes some indentation- and style-related issues in qlge_main.c > reported by checkpatch.pl, such as: > > WARNING: Avoid multiple line dereference > WARNING: line over 80 characters > WARNING: suspect code indent for cond

[PATCH v2 0/7] staging: qlge: Checkpatch.pl indentation fixes in qlge_main.c

2020-04-29 Thread Rylan Dmello
This patchset fixes some indentation- and style-related issues in qlge_main.c reported by checkpatch.pl, such as: WARNING: Avoid multiple line dereference WARNING: line over 80 characters WARNING: suspect code indent for conditional statements v2: - Addressed feedback from Joe Perches by u

[PATCH v2 0/7] staging: kpc2000: fix a bunch of orginization and header file issues

2019-05-20 Thread Greg Kroah-Hartman
Second try at some kpc2000 patches to clean up some header file issues and move things around to make it a bit cleaner. Some of the v1 series have already been applied to the tree, and this series builds on some other patches that have also been merged from other developers. v2: fix build issues f

[PATCH v2 0/7] Hexdump Enhancements

2019-05-08 Thread Alastair D'Silva
From: Alastair D'Silva Apologies for the large CC list, it's a heads up for those responsible for subsystems where a prototype change in generic code causes a change in those subsystems. This series enhances hexdump. These improve the readability of the dumped data in certain situations (eg. wi

Re: [PATCH V2 0/7] Add FOLL_LONGTERM to GUP fast and use it

2019-02-15 Thread Ira Weiny
> NOTE: This series depends on my clean up patch to remove the write parameter > from gup_fast_permitted()[1] > > HFI1, qib, and mthca, use get_user_pages_fast() due to it performance > advantages. These pages can be held for a significant time. But > get_user_pages_fast() does not protect again

[PATCH V2 0/7] Add FOLL_LONGTERM to GUP fast and use it

2019-02-13 Thread ira . weiny
From: Ira Weiny NOTE: This series depends on my clean up patch to remove the write parameter from gup_fast_permitted()[1] HFI1, qib, and mthca, use get_user_pages_fast() due to it performance advantages. These pages can be held for a significant time. But get_user_pages_fast() does not protect

Re: [PATCH v2 0/7] binder: eliminate use of vmalloc space for binder buffers

2019-02-08 Thread Todd Kjos
On Fri, Feb 8, 2019 at 3:26 AM Greg KH wrote: > > On Wed, Jan 30, 2019 at 02:46:48PM -0800, Todd Kjos wrote: > > Binder buffers have always been mapped into kernel space > > via map_kernel_range_noflush() to allow the binder driver > > to modify the buffer before posting to userspace for > > proce

Re: [PATCH v2 0/7] binder: eliminate use of vmalloc space for binder buffers

2019-02-08 Thread Greg KH
On Wed, Jan 30, 2019 at 02:46:48PM -0800, Todd Kjos wrote: > Binder buffers have always been mapped into kernel space > via map_kernel_range_noflush() to allow the binder driver > to modify the buffer before posting to userspace for > processing. > > In recent Android releases, the number of long-

[PATCH v2 0/7] binder: eliminate use of vmalloc space for binder buffers

2019-01-30 Thread Todd Kjos
Binder buffers have always been mapped into kernel space via map_kernel_range_noflush() to allow the binder driver to modify the buffer before posting to userspace for processing. In recent Android releases, the number of long-running binder processes has increased to the point that for 32-bit sys

Re: [PATCH v2 0/7] staging: mt7621-pci: some fixes after test previous series

2018-11-26 Thread Sergio Paracuellos
On Mon, Nov 26, 2018 at 8:58 PM Greg KH wrote: > > On Mon, Nov 26, 2018 at 08:46:10PM +0100, Sergio Paracuellos wrote: > > On Mon, Nov 26, 2018 at 4:28 PM Greg KH wrote: > > > > > > On Sun, Nov 25, 2018 at 07:59:48AM +0100, Sergio Paracuellos wrote: > > > > On Sat, Nov 24, 2018 at 9:05 PM NeilBro

Re: [PATCH v2 0/7] staging: mt7621-pci: some fixes after test previous series

2018-11-26 Thread Greg KH
On Mon, Nov 26, 2018 at 08:46:10PM +0100, Sergio Paracuellos wrote: > On Mon, Nov 26, 2018 at 4:28 PM Greg KH wrote: > > > > On Sun, Nov 25, 2018 at 07:59:48AM +0100, Sergio Paracuellos wrote: > > > On Sat, Nov 24, 2018 at 9:05 PM NeilBrown wrote: > > > > > > > > On Sat, Nov 24 2018, Sergio Parac

Re: [PATCH v2 0/7] staging: mt7621-pci: some fixes after test previous series

2018-11-26 Thread Sergio Paracuellos
On Mon, Nov 26, 2018 at 4:28 PM Greg KH wrote: > > On Sun, Nov 25, 2018 at 07:59:48AM +0100, Sergio Paracuellos wrote: > > On Sat, Nov 24, 2018 at 9:05 PM NeilBrown wrote: > > > > > > On Sat, Nov 24 2018, Sergio Paracuellos wrote: > > > > > > > Previous cleanup series was added to the staging tre

Re: [PATCH v2 0/7] staging: mt7621-pci: some fixes after test previous series

2018-11-26 Thread Greg KH
On Sun, Nov 25, 2018 at 07:59:48AM +0100, Sergio Paracuellos wrote: > On Sat, Nov 24, 2018 at 9:05 PM NeilBrown wrote: > > > > On Sat, Nov 24 2018, Sergio Paracuellos wrote: > > > > > Previous cleanup series was added to the staging tree without any > > > testing. After get testing feedback some i

Re: [PATCH v2 0/7] staging: mt7621-pci: some fixes after test previous series

2018-11-24 Thread Sergio Paracuellos
On Sat, Nov 24, 2018 at 9:05 PM NeilBrown wrote: > > On Sat, Nov 24 2018, Sergio Paracuellos wrote: > > > Previous cleanup series was added to the staging tree without any > > testing. After get testing feedback some issues appear and this patch > > series should make the driver works properly aga

Re: [PATCH v2 0/7] staging: mt7621-pci: some fixes after test previous series

2018-11-24 Thread NeilBrown
On Sat, Nov 24 2018, Sergio Paracuellos wrote: > Previous cleanup series was added to the staging tree without any > testing. After get testing feedback some issues appear and this patch > series should make the driver works properly again. > > Previous series are here: > * > http://driverdev.lin

[PATCH v2 0/7] staging: mt7621-pci: some fixes after test previous series

2018-11-24 Thread Sergio Paracuellos
Previous cleanup series was added to the staging tree without any testing. After get testing feedback some issues appear and this patch series should make the driver works properly again. Previous series are here: * http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/2018-November/1

[PATCH v2 0/7]

2018-11-24 Thread Sergio Paracuellos
Previous cleanup series was added to the staging tree without any testing. After get testing feedback some issues appear and this patch series should make the driver works properly again. Previous series are here: * http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/2018-November/1

[PATCH v2 0/7] staging:iio:ad2s90: Add dt support and move out of staging

2018-11-17 Thread Matheus Tavares
This series adds device tree support to ad2s90, adds the respective dt-binding documentation, solves all remaining codestyle problems in the driver code and move it out of staging.

Re: [PATCH v2 0/7] staging: bcm2835-audio: Cleanups and upgrades

2018-10-18 Thread Stefan Wahren
> Nicolas Saenz Julienne hat am 17. Oktober 2018 um > 21:01 geschrieben: > > > Hi, > > I just received a RPi3B+ and decided to have a go at fixing stuff in the > audio driver. The changes are mostly cosmetic. I also took the liberty > to update the TODO file. > > The series was developed on

[PATCH v2 0/7] staging: bcm2835-audio: Cleanups and upgrades

2018-10-17 Thread Nicolas Saenz Julienne
Hi, I just received a RPi3B+ and decided to have a go at fixing stuff in the audio driver. The changes are mostly cosmetic. I also took the liberty to update the TODO file. The series was developed on top of linux-next and tested on a RPi2B and RPi3B+. Sadly I don't have an HDMI monitor with soun

Re: [PATCH v2 0/7] staging: mt7621-gpio: last cleanups

2018-06-12 Thread Sergio Paracuellos
On Tue, Jun 12, 2018 at 12:01:38PM +1000, NeilBrown wrote: > On Mon, Jun 11 2018, Sergio Paracuellos wrote: > > > On Mon, Jun 11, 2018 at 06:33:44PM +1000, NeilBrown wrote: > >> On Mon, Jun 11 2018, Sergio Paracuellos wrote: > >> > >> > After submiting this driver to try to get mainlined and get

Re: [PATCH v2 0/7] staging: mt7621-gpio: last cleanups

2018-06-11 Thread NeilBrown
On Mon, Jun 11 2018, Sergio Paracuellos wrote: > On Mon, Jun 11, 2018 at 06:33:44PM +1000, NeilBrown wrote: >> On Mon, Jun 11 2018, Sergio Paracuellos wrote: >> >> > After submiting this driver to try to get mainlined and get >> > out of staging some new cleanups seems to be necessary. >> > Accor

Re: [PATCH v2 0/7] staging: mt7621-gpio: last cleanups

2018-06-11 Thread Sergio Paracuellos
On Mon, Jun 11, 2018 at 06:33:44PM +1000, NeilBrown wrote: > On Mon, Jun 11 2018, Sergio Paracuellos wrote: > > > After submiting this driver to try to get mainlined and get > > out of staging some new cleanups seems to be necessary. > > According to this main of Linus Walleij: > > > > http://driv

Re: [PATCH v2 0/7] staging: mt7621-gpio: last cleanups

2018-06-11 Thread NeilBrown
On Mon, Jun 11 2018, Sergio Paracuellos wrote: > After submiting this driver to try to get mainlined and get > out of staging some new cleanups seems to be necessary. > According to this main of Linus Walleij: > > http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/2018-June/121742.h

[PATCH v2 0/7] staging: mt7621-gpio: last cleanups

2018-06-10 Thread Sergio Paracuellos
After submiting this driver to try to get mainlined and get out of staging some new cleanups seems to be necessary. According to this main of Linus Walleij: http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/2018-June/121742.html this series tries to fix all of the issues in order

[PATCH v2 0/7] staging: mt7621: Checkpatch cleanup

2018-03-21 Thread Christian Lütke-Stetzkamp
This patchset fiexes errors, warnings and checks found by checkpatch. Changes in v2: * Added reviewd by tags * Reworked patch "Remove assignment in if" by adding an inner if Christian Lütke-Stetzkamp (7): staging: mt7621-dma: Fix Pointer Location staging: mt7621-dma: Fix Spacing staging: m

Re: [PATCH v2 0/7] crypto: ccree: Introduce Arm TrustZone CryptoCell

2018-02-15 Thread Herbert Xu
On Mon, Jan 22, 2018 at 09:26:58AM +, Gilad Ben-Yossef wrote: > Arm TrustZone CryptoCell is a security hardware IP that > includes support for hardware based hash, digest, cipher > and AEAD operations. This driver provides support for > these as part of the Linux Crypto sub-system. > > The dri

[PATCH v2 0/7] crypto: ccree: Introduce Arm TrustZone CryptoCell

2018-01-22 Thread Gilad Ben-Yossef
Arm TrustZone CryptoCell is a security hardware IP that includes support for hardware based hash, digest, cipher and AEAD operations. This driver provides support for these as part of the Linux Crypto sub-system. The driver spent some time now in the staging tree being cleaned up and is now submit

Re: [PATCH v2 0/7] x86/kvm/hyperv: stable clocksorce for L2 guests when running nested KVM on Hyper-V

2018-01-03 Thread Vitaly Kuznetsov
Vitaly Kuznetsov writes: > Paolo Bonzini writes: >> >> Patches 5-7 are >> >> Acked-by: Paolo Bonzini >> >> I would appreciate if the Hyper-V folks can provide a topic branch to be >> merged in both HV and KVM trees. >> > > There's no such thing as Hyper-V tree, patches are usually getting > mer

Re: [PATCH v2 0/7] x86/kvm/hyperv: stable clocksorce for L2 guests when running nested KVM on Hyper-V

2017-12-15 Thread Vitaly Kuznetsov
Paolo Bonzini writes: > On 13/12/2017 16:09, Vitaly Kuznetsov wrote: >> Currently, KVM passes PVCLOCK_TSC_STABLE_BIT to its guests when running in >> so called 'masterclock' mode and this is only possible when the clocksource >> on the host is TSC. When running nested on Hyper-V we're using a dif

Re: [PATCH v2 0/7] x86/kvm/hyperv: stable clocksorce for L2 guests when running nested KVM on Hyper-V

2017-12-15 Thread Paolo Bonzini
On 13/12/2017 16:09, Vitaly Kuznetsov wrote: > Currently, KVM passes PVCLOCK_TSC_STABLE_BIT to its guests when running in > so called 'masterclock' mode and this is only possible when the clocksource > on the host is TSC. When running nested on Hyper-V we're using a different > clocksource in L1 (H

[PATCH v2 0/7] x86/kvm/hyperv: stable clocksorce for L2 guests when running nested KVM on Hyper-V

2017-12-13 Thread Vitaly Kuznetsov
Changes since v1: - PATCH5 "x86/irq: Count Hyper-V reenlightenment interrupts" added [Michael Kelley] - PATCH3 "x86/hyper-v: reenlightenment notifications support" changes: - rename register_hv_tsc_update/unregister_hv_tsc_update() to set_hv_tscchange_cb()/clear_hv_tscchange_cb() to avoid t

Re: [PATCH v2 0/7] staging: fsl-mc: make the driver compile on other architectures

2017-07-18 Thread Laurentiu Tudor
Hi Arnd, On 07/18/2017 05:26 PM, Arnd Bergmann wrote: > On Tue, Jul 18, 2017 at 3:37 PM, wrote: >> From: Laurentiu Tudor >> >> Apart from a small change (first patch) which adds a missing comment, >> this series make the bus driver compile on other architectures, as per >> GregKH comment [1]. >

Re: [PATCH v2 0/7] staging: fsl-mc: make the driver compile on other architectures

2017-07-18 Thread Arnd Bergmann
On Tue, Jul 18, 2017 at 3:37 PM, wrote: > From: Laurentiu Tudor > > Apart from a small change (first patch) which adds a missing comment, > this series make the bus driver compile on other architectures, as per > GregKH comment [1]. > Compiled tested on: > - booke powerpc (corenet{32,64}_smp_de

[PATCH v2 0/7] staging: fsl-mc: make the driver compile on other architectures

2017-07-18 Thread laurentiu.tudor
From: Laurentiu Tudor Apart from a small change (first patch) which adds a missing comment, this series make the bus driver compile on other architectures, as per GregKH comment [1]. Compiled tested on: - booke powerpc (corenet{32,64}_smp_defconfig) with this ppc patch [2] - x86 (i386_defconfig

[PATCH v2 0/7] staging: ccree: bug fixes and TODO items for 4.13

2017-06-22 Thread Gilad Ben-Yossef
An assortment of bug fixes and staging TODO items. Highlights includes the driver passing crypto testmgr boot tests and support of multiple HW revs. without build time changes. CC: Dan Carpenter Changes from v1: - Rebased on top of latest patches sent to mailing list but not yet marged for sam

[PATCH v2 0/7] staging: sm750fb: cleaning code

2017-05-15 Thread Matej Dujava
Folowing patch set cleans some warnings and checkups from checkpatch.pl and also fix code to better fot linux code style. Changes since v1 [1]: * staging: sm750fb: fix length of lines, function calls and declaration * created better description * squashed: staging: sm750fb: unif

Re: [PATCH v2 0/7] staging: rtl8732: Various checkpatch fixes

2017-05-04 Thread Bastien Nocera
On Mon, 2017-05-01 at 18:52 -0600, Justin Vreeland wrote: > v2: >   Added commit messages >   Fixed overly long lines >   Added Bastien Nocera's Reviewed-by tag > - Also fixed commit messages marked reviewed, hope that's OK. The > patch >   contents are identical. > > Justin Vreeland (7):

[PATCH v2 0/7] staging: rtl8732: Various checkpatch fixes

2017-05-01 Thread Justin Vreeland
v2: Added commit messages Fixed overly long lines Added Bastien Nocera's Reviewed-by tag - Also fixed commit messages marked reviewed, hope that's OK. The patch contents are identical. Justin Vreeland (7): staging: rtl8723bs: Fix initialization of static variables staging: rtl8

Re: [PATCH V2 0/7] staging: vchiq_arm: Add compat ioctls

2017-01-21 Thread Stefan Wahren
Hi Michael, > Michael Zoran hat am 21. Januar 2017 um 18:48 > geschrieben: > > > These set of changes add compat ioctls for vc04_services. Each ioctl > modifed is pulled into a compat and native specific wrapper that > calls a platform neutral handler function. > > At this time only the ioctl

[PATCH V2 0/7] staging: vchiq_arm: Add compat ioctls

2017-01-21 Thread Michael Zoran
These set of changes add compat ioctls for vc04_services. Each ioctl modifed is pulled into a compat and native specific wrapper that calls a platform neutral handler function. At this time only the ioctls needed for compat are handled, but a general pattern is developed that can be used for clean

Re: [PATCH v2 0/7] Tests for sync infrastructure

2016-12-02 Thread Shuah Khan
On 12/01/2016 06:17 PM, Shuah Khan wrote: > On 10/19/2016 06:49 AM, Emilio López wrote: >> Hello everyone, >> >> This is a series of tests to exercise the sync kernel infrastructure. It is >> meant to be a test suite for the work Gustavo has been doing to destage it. >> >> These tests were original

Re: [PATCH v2 0/7] Tests for sync infrastructure

2016-12-01 Thread Shuah Khan
On 10/19/2016 06:49 AM, Emilio López wrote: > Hello everyone, > > This is a series of tests to exercise the sync kernel infrastructure. It is > meant to be a test suite for the work Gustavo has been doing to destage it. > > These tests were originally part of a battery of tests shipping with > An

[PATCH v2 0/7] staging: xgifb: vb_setmode.c checkpatch modifications

2016-11-17 Thread Walt Feasel
Make Linux kernel coding style modifications for vb_setmode.c to include: CHECK: spaces preferred around that CHECK: Alignment should match open parenthesis CHECK: No space is necessary after a cast WARNING: braces {} are not necessary for single statement blocks CHECK: Logical continuations shoul

[PATCH v2 0/7] staging: xgifb: XGI_main_26.c checkpatch modifications

2016-11-16 Thread Walt Feasel
Make Linux kernel coding style modifications for XGI_main_26.c to include: CHECK: Alignment should match open parenthesis CHECK: No space is necessary after a cast CHECK: Logical continuations should be on the previous line CHECK: spaces preferred around that '-' CHECK: Blank lines aren't necessar

[PATCH v2 0/7] Tests for sync infrastructure

2016-10-19 Thread Emilio López
Hello everyone, This is a series of tests to exercise the sync kernel infrastructure. It is meant to be a test suite for the work Gustavo has been doing to destage it. These tests were originally part of a battery of tests shipping with Android's libsync that were rewritten to use the new userspa

[PATCH v2 0/7] staging: comedi: Fix checkpatch warning

2016-08-26 Thread Anson Jacob
Fix checkpath.pl warning: line over 80 characters Block comments use * on subsequent lines Block comments use a trailing */ on a separate line Statements should start on a tabstop Comparisons should place the constant on the right side of the test Changes in V2: Remove extra space after /* Align s

Re: [Nouveau] [PATCH v2 0/7] lib: string: add functions to case-convert strings

2016-07-06 Thread Alexandre Courbot
On Wed, Jul 6, 2016 at 7:56 AM, Joe Perches wrote: > On Tue, 2016-07-05 at 15:36 -0700, Markus Mayer wrote: >> On 5 July 2016 at 15:14, Joe Perches wrote: >> > On Tue, 2016-07-05 at 13:47 -0700, Markus Mayer wrote: >> > > This series introduces a family of generic string case conversion >> > > fu

Re: [PATCH v2 0/7] lib: string: add functions to case-convert strings

2016-07-06 Thread Joe Perches
On Tue, 2016-07-05 at 13:47 -0700, Markus Mayer wrote: > This series introduces a family of generic string case conversion > functions. This kind of functionality is needed in several places in > the kernel. Right now, everybody seems to be implementing their own > copy of this functionality. > >

Re: [PATCH v2 0/7] lib: string: add functions to case-convert strings

2016-07-05 Thread Markus Mayer
On 5 July 2016 at 15:56, Joe Perches wrote: > On Tue, 2016-07-05 at 15:36 -0700, Markus Mayer wrote: >> On 5 July 2016 at 15:14, Joe Perches wrote: >> > On Tue, 2016-07-05 at 13:47 -0700, Markus Mayer wrote: >> > > This series introduces a family of generic string case conversion >> > > functions

Re: [PATCH v2 0/7] lib: string: add functions to case-convert strings

2016-07-05 Thread Joe Perches
On Tue, 2016-07-05 at 15:36 -0700, Markus Mayer wrote: > On 5 July 2016 at 15:14, Joe Perches wrote: > > On Tue, 2016-07-05 at 13:47 -0700, Markus Mayer wrote: > > > This series introduces a family of generic string case conversion > > > functions. This kind of functionality is needed in several p

Re: [PATCH v2 0/7] lib: string: add functions to case-convert strings

2016-07-05 Thread Markus Mayer
On 5 July 2016 at 15:14, Joe Perches wrote: > On Tue, 2016-07-05 at 13:47 -0700, Markus Mayer wrote: >> This series introduces a family of generic string case conversion >> functions. This kind of functionality is needed in several places in >> the kernel. Right now, everybody seems to be implemen

[PATCH v2 0/7] lib: string: add functions to case-convert strings

2016-07-05 Thread Markus Mayer
This series introduces a family of generic string case conversion functions. This kind of functionality is needed in several places in the kernel. Right now, everybody seems to be implementing their own copy of this functionality. Based on the discussion of the previous version of this series[1] a

[PATCH v2 0/7] drivers:hv: Ensure that bridge windows don't overlap

2016-03-30 Thread Jake Oshins
This series differs from v1 in that the last two patches have been modified to simplify the tracking of the frame buffer area during early boot, which is done so that other devices which may get probed and started first don't choose memory space that's in use by that frame buffer. Hyper-V VMs expo

[PATCH v2 0/7] staging: unisys: visorbus: visorchipset goto cleanup

2016-03-11 Thread David Kershner
This patch series clean up the gotos in visorbus/visorchipset.c v2 changes: - added patch cleanup goto in setup_crash_device_work_queue - added comment body to controlvm_payload_info patch - added comment body to parser_init_byte_stream patch David Kershner (7): staging: unisys: visorbus: cl

[PATCH v2 0/7] staging/wilc1000: Refactor spi read and write functions

2016-01-11 Thread Janosch Frank
The code for sending and receiving spi data had multiple style problems, was repetative and contained errors. This series simplifies the code and fixes some of the problems. v1 to v2: Readded module.h, as MODULE_DEVICE_TABLE depends on it. Janosch Frank (7): staging/wilc1000: Introduce linux

Re: [PATCH v2 0/7] staging: unisys: visorinput fixes and enhancements

2015-11-17 Thread Greg KH
xdriverproject.org > > Subject: Re: [PATCH v2 0/7] staging: unisys: visorinput fixes and > > enhancements > > > > On Mon, Nov 16, 2015 at 03:22:10PM -0500, Benjamin Romer wrote: > > > This patch series fixes visorinput to remove the dependency on FB and > > &

RE: [PATCH v2 0/7] staging: unisys: visorinput fixes and enhancements

2015-11-17 Thread Sell, Timothy C
> -Original Message- > From: Greg KH [mailto:gre...@linuxfoundation.org] > Sent: Tuesday, November 17, 2015 5:18 PM > To: Romer, Benjamin M > Cc: *S-Par-Maintainer; driverdev-devel@linuxdriverproject.org > Subject: Re: [PATCH v2 0/7] staging: unisys: visorinput fixes

Re: [PATCH v2 0/7] staging: unisys: visorinput fixes and enhancements

2015-11-17 Thread Greg KH
On Mon, Nov 16, 2015 at 03:22:10PM -0500, Benjamin Romer wrote: > This patch series fixes visorinput to remove the dependency on FB and > add dependency to INPUT, cleans up some formatting issues found with > checkpatch.pl, and adds the capability to change screen resolutions > without breaking mou

[PATCH v2 0/7] Fix hfi1_ioctl locking

2015-11-16 Thread ira . weiny
From: Ira Weiny It was identified that hfi1_ioctl may sleep with a spin lock held. This was identified publicly here: http://www.spinics.net/lists/linux-rdma/msg29926.html As well as by our internal development. This series cleans up the code and parameter checks, as well as fixing the lockin

[PATCH v2 0/7] staging: unisys: visorinput fixes and enhancements

2015-11-16 Thread Benjamin Romer
This patch series fixes visorinput to remove the dependency on FB and add dependency to INPUT, cleans up some formatting issues found with checkpatch.pl, and adds the capability to change screen resolutions without breaking mouse functionality. This is a resubmission of the series. Tim Sell (7):

[PATCH v2 0/7] staging: sm750fb: refactor lynxfb_pci_probe

2015-11-04 Thread Mike Rapoport
Hi, These patches refactor the lynxfb_pci_probe along with some minor cleanups v2 changes: * add pci_disable_device on the cleanup path * return actual error rather than ENODEV Mike Rapoport (7): staging: sm750fb: remove unused modedb.h staging: sm750fb: disable PCI device if lynxfb_pci_prob

[PATCH v2 0/7] staging: lustre: second series for libcfs hash code cleanup

2015-11-02 Thread James Simmons
This patch covers more style cleanup series for the libcfs hash code. Mostly removal of white spaces and resolving the checkpath issues in libcfs_hash.h. James Simmons (7): staging: lustre: remove white space in libcfs_hash.h staging: lustre: remove obsolete comment in libcfs_hash.h staging:

Re: [PATCH v2 0/7] staging: board: armadillo800eva: Board staging for sh_mobile_lcdc_fb

2015-06-17 Thread Simon Horman
On Wed, Jun 17, 2015 at 10:38:49AM +0200, Geert Uytterhoeven wrote: > Hi Greg, Simon, Magnus, > > This patch series adds board staging support for the Renesas R-Mobile A1 > (r8a7740) based Armadillo-800 EVA board. It allows to support the frame > buffer device for the on-board LCD (which isn

[PATCH v2 0/7] staging: board: armadillo800eva: Board staging for sh_mobile_lcdc_fb

2015-06-17 Thread Geert Uytterhoeven
Hi Greg, Simon, Magnus, This patch series adds board staging support for the Renesas R-Mobile A1 (r8a7740) based Armadillo-800 EVA board. It allows to support the frame buffer device for the on-board LCD (which isn't supported by a DT-aware driver yet) in modern DT-based multi-platform ker

[PATCH V2 0/7] scsi: storvsc: Some miscellaneous cleanup

2015-06-03 Thread K. Y. Srinivasan
Cleanup version handling as well as base feature detection on storage version as opposed to host version. In this version, I have addressed comments from Dan Carpenter. K. Y. Srinivasan (1): scsi: storvsc: Set the error code correctly in failure conditions Keith Mange (6): scsi: storvsc: Rat

[PATCH v2 0/7] staging: fsl-mc: New functionality to the MC bus driver

2015-05-06 Thread J. German Rivera
This patch series includes new functionality for the Freescale fsl-mc bus driver. Patch 1: MC bus IRQ support Patch 2: add device binding path 'driver_override' Patch 3: Propagate driver_override for a child DPRC's children Patch 4: Upgraded MC bus driver to match MC fw 7.0.0 Patch 5: Allow the MC

Re: [PATCH V2 0/7] scsi: storvsc: Miscellaneous enhancements and fixes

2015-04-08 Thread James Bottomley
On Fri, 2015-03-27 at 00:26 -0700, K. Y. Srinivasan wrote: > This patch-set addresses perf issues discovered on the Azure storage stack. > These patches also fix a couple of bugs. > > As in the first version of this patch-set, some of the patches are simply a > resend. > I have bumped up the vers

[PATCH V2 0/7] scsi: storvsc: Miscellaneous enhancements and fixes

2015-03-26 Thread K. Y. Srinivasan
This patch-set addresses perf issues discovered on the Azure storage stack. These patches also fix a couple of bugs. As in the first version of this patch-set, some of the patches are simply a resend. I have bumped up the version number of all patches though. In this version, I have addressed is

[PATCH V2 0/7] Drivers: hv: Miscellaneous fixes

2015-03-06 Thread K. Y. Srinivasan
This patch-set has miscellaneous fixes for both the VMBUS as well as the balloon driver. There is also a fix for the hv tools makefile. In this version of the patchset, I have included a patch from Dexuan. Furthermore, I have addressed a memory leak issue in the patch: Drivers: hv: vmbus: Perform

Re: [PATCH v2 0/7] Cleanup patches for bcm staging driver

2014-06-11 Thread Matthias Beyer
Hi, I'm so sorry, I forgot the "--in-reply-to" flag for this patchset. Do you want me to resend with the appropriate flag? On 11-06-2014 09:50:16, Matthias Beyer wrote: > Hi, > > I fixed what Dan suggested. > > Please notice: I cannot test these patches. I compiled them successfully, but > for

[PATCH v2 0/7] Cleanup patches for bcm staging driver

2014-06-11 Thread Matthias Beyer
Hi, I fixed what Dan suggested. Please notice: I cannot test these patches. I compiled them successfully, but for testing I do not have the appropriate hardware. Kind regards, Matthias Beyer Matthias Beyer (7): Staging: bcm: Shortened some lines Staging: bcm: replaced member accessing by va

Re: [PATCH V2 0/7] Staging: comedi: fix coding style issues in unioxx5.c

2013-11-25 Thread Ian Abbott
On 2013-11-21 19:57, Conrad Gomes wrote: This series contains various fixes to coding style issues in unioxx5.c found by checkpatch.pl and due to the usage of pr_err instead of the preferred dev_err type functions for device drivers. Conrad Gomes (7): Staging: comedi: fix line over 80 charact

[PATCH V2 0/7] Staging: comedi: fix coding style issues in unioxx5.c

2013-11-21 Thread Conrad Gomes
This series contains various fixes to coding style issues in unioxx5.c found by checkpatch.pl and due to the usage of pr_err instead of the preferred dev_err type functions for device drivers. Conrad Gomes (7): Staging: comedi: fix line over 80 character warning in unioxx5.c Staging: comedi: