[PATCH 0/5] staging: media: atomisp: code formatting changes

2021-04-30 Thread Deepak R Varma
This patch set overall improves the code organisation and readability of the files of atomisp drivers. There are several complaints reported by checkpatch including ERROR and WARNING types on the files under atomisp/pci directory. The changes are proposed on a per file basis since there are many i

[PATCH 0/5] staging: rtl8192e: delba_param_set union cleanups

2021-02-19 Thread William Durand
This patchset fixes the checkpatch issues related to the `delba_param_set` union defined in `rtl8192e/rtl819x_BA.h` (avoid camelcase). William Durand (5): staging: rtl8192e: rename charData to char_data in delba_param_set union staging: rtl8192e: rename shortData to short_data in delba_param_s

[PATCH 0/5] staging: vchiq: stop using compat_alloc_user_space

2020-09-18 Thread Arnd Bergmann
This driver is one of only a few remaining files using compat_alloc_user_space() and copy_in_user() to implement the compat_ioctl handlers. Change it to be more like the other drivers, calling the underlying implementation directly, which is generally simpler and less error-prone. This is only bu

Re: [PATCH 0/5] ARM: dts: sun8i: r40: Enable video decoder

2020-09-17 Thread Maxime Ripard
On Thu, Sep 17, 2020 at 10:33:39AM +0200, Hans Verkuil wrote: > Hi Maxime, > > On 27/08/2020 17:19, Maxime Ripard wrote: > > On Tue, Aug 25, 2020 at 07:35:18PM +0200, Jernej Skrabec wrote: > >> Allwinner R40 SoC contains video engine very similar to that in A33. > >> > >> First two patches add sys

Re: [PATCH 0/5] ARM: dts: sun8i: r40: Enable video decoder

2020-09-17 Thread Hans Verkuil
Hi Maxime, On 27/08/2020 17:19, Maxime Ripard wrote: > On Tue, Aug 25, 2020 at 07:35:18PM +0200, Jernej Skrabec wrote: >> Allwinner R40 SoC contains video engine very similar to that in A33. >> >> First two patches add system controller nodes and the rest of them >> add support for Cedrus VPU. >>

Re: [PATCH 0/5] address W=1 warnings at staging/media/atomisp

2020-09-08 Thread Mauro Carvalho Chehab
Hi Greg, Em Tue, 8 Sep 2020 12:12:21 +0200 Mauro Carvalho Chehab escreveu: > The linux-media policy is to have zero warnings with W=1. However, when > I started using a Jenkins instance at https://builder.linuxtv.org to automate > such tests, I didn't notice that a bug at the scripts were just

[PATCH 0/5] address W=1 warnings at staging/media/atomisp

2020-09-03 Thread Mauro Carvalho Chehab
The linux-media policy is to have zero warnings with W=1. However, when I started using a Jenkins instance at https://builder.linuxtv.org to automate such tests, I didn't notice that a bug at the scripts were just ignoring warnings. Now that this is fixed, we need to get rid of the warnings that g

Re: [PATCH 0/5] ARM: dts: sun8i: r40: Enable video decoder

2020-08-27 Thread Maxime Ripard
On Tue, Aug 25, 2020 at 07:35:18PM +0200, Jernej Skrabec wrote: > Allwinner R40 SoC contains video engine very similar to that in A33. > > First two patches add system controller nodes and the rest of them > add support for Cedrus VPU. > > Please take a look. Applied all 5 patches, thanks Maxim

[PATCH 0/5] ARM: dts: sun8i: r40: Enable video decoder

2020-08-25 Thread Jernej Skrabec
Allwinner R40 SoC contains video engine very similar to that in A33. First two patches add system controller nodes and the rest of them add support for Cedrus VPU. Please take a look. Best regards, Jernej Jernej Skrabec (5): dt-bindings: sram: allwinner,sun4i-a10-system-control: Add R40 c

[PATCH 0/5] staging: rtl8712: Code simplifications

2020-07-04 Thread Mauro Dreissig
This series applies some code enhancements to rtl8712 staging driver. Mauro Dreissig (5): staging: rtl8712: Replace constant 49152 with expression 48 * 1024 staging: rtl8712: Simplify expressions with boolean logic staging: rtl8712: Use ETH_ALEN instead of hardcoded value staging: rtl8712:

[PATCH 0/5] staging: most: sound: clean up

2020-06-23 Thread Christian Gromm
Patch set to clean up code and fix issues. Christian Gromm (5): staging: most: sound: remove noisy log messages staging: most: sound: fix error path staging: most: sound: fix return values staging: most: sound: fix white spaces staging: most: sound: remove overcautious argument checking

[PATCH 0/5] Improve ACPI detection code for atomisp

2020-06-04 Thread Mauro Carvalho Chehab
Add support to read the sensor configuration directly from the BIOS, instead of relying on DMI match tables. As we don't have the legacy models there which has their own DMI match tables, we can't remove them, but this change should make this driver to better detect unlisted devices. Mauro Carval

[PATCH 0/5] Cleaning s_uGetDataDuration function

2020-05-03 Thread Matej Dujava
This patch set will eliminate few checkpatch LONG_LINE errors. Simplify code paths by: - returning at the end of case body - removing unnecessary else branches Matej Dujava (5): staging: vt6655: merge two switch cases in s_uGetDataDuration staging: vt6655: do calculation of uAckTime first

[PATCH 0/5] staging: vt6656: Rebase all rejected patches

2020-04-14 Thread Oscar Carter
This patch series makes a "rebase" of all the patches that were previously rejected because they did not apply. The first patch uses the error code returned by the vnt_control_out function as the returned value of the vnt_rf_write_embedded function instead of a boolean value. This way, the return

[PATCH 0/5] staging: mt7621-pci-phy: Use only two phys to avoid unstable pcie links

2020-03-20 Thread Sergio Paracuellos
Mt7621 soc has two phy's for the pcie one of them using just a different register for settig it up but sharing all the rest of the config. Until now we was presenting this schema as three different phy's in the device tree using the 'phy-cells' node property to discriminate an index and setting up

[PATCH 0/5] staging: mt7621-pci: re-do reset boot process

2020-03-11 Thread Sergio Paracuellos
Some time ago Greg Ungerer reported some random hangs using the staging mt7621-pci driver: See: * http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/2019-June/134947.html Try to fix that is the main motivation of this patch series. Also in openwrt there is a driver for mt7621-p

[PATCH 0/5] staging: wfx: late fixes

2020-03-10 Thread Jerome Pouiller
From: Jérôme Pouiller This series fixes some issues for 5.6. The two last patches fix misuse of RCU. They are probably the most important of the series. Jérôme Pouiller (5): staging: wfx: fix warning about freeing in-use mutex during device unregister staging: wfx: fix lines ending with

[PATCH 0/5] staging: rtl8723bs: remove some unused variables

2019-11-17 Thread zhengbin
zhengbin (5): staging: rtl8723bs: remove set but not used variable 'pHalData','pregistrypriv' staging: rtl8723bs: remove set but not used variable 'pHalData','pdmpriv' staging: rtl8723bs: remove set but not used variable 'pmlmeinfo','pHalData' staging: rtl8723bs: remove set but

[PATCH 0/5] staging: rts5208: Eliminate the use of CamelCase

2019-10-28 Thread Gabriela Bittencourt
Cleans up checks of "Avoid CamelCase" in tree rts5208 Gabriela Bittencourt (5): staging: rts5208: Eliminate the use of Camel Case in file ms.c staging: rts5208: Eliminate the use of Camel Case in file ms.h staging: rts5208: Eliminate the use of Camel Case in file xd.c staging: rts5208: El

[PATCH 0/5] staging: wlang-ng: coding style changes/cleanups

2019-10-25 Thread Tim Collier
Remove unnecessary casts from void* to structure pointer. Fix compilation with DEBUG_USB macro defined. Remove unused field from usb ctlx structure. Formatting changes suggested by checkpatch. Tim Collier (5): staging: wlan-ng: remove unnecessary casts from prism2usb.c staging: wlan-ng: sho

Re: [PATCH 0/5] Remove declarations of new typedef in

2019-10-11 Thread Wambui Karuga
On Fri, Oct 11, 2019 at 11:01:00AM +0200, Greg KH wrote: > On Fri, Oct 11, 2019 at 09:02:37AM +0300, Wambui Karuga wrote: > > This patchset removes various typedef declarations of new data types > > in drivers/staging/octeon/octeon-stubs.h. > > The series also changes their old uses with the new de

Re: [PATCH 0/5] Remove declarations of new typedef in

2019-10-11 Thread Greg KH
On Fri, Oct 11, 2019 at 09:02:37AM +0300, Wambui Karuga wrote: > This patchset removes various typedef declarations of new data types > in drivers/staging/octeon/octeon-stubs.h. > The series also changes their old uses with the new declaration > format. The subject line of this email seems to be l

[PATCH 0/5] Remove declarations of new typedef in

2019-10-10 Thread Wambui Karuga
This patchset removes various typedef declarations of new data types in drivers/staging/octeon/octeon-stubs.h. The series also changes their old uses with the new declaration format. Wambui Karuga (5): staging: octeon: remove typedef declaration for cvmx_wqe_t staging: octeon: remove typedef d

[PATCH 0/5] staging/rtl8723bs/core: Remove some set but not used variables

2019-10-06 Thread zhengbin
zhengbin (5): staging: rtl8723bs: Remove set but not used variable 'i' staging: rtl8723bs: Remove set but not used variable 'tmp_aid' staging: rtl8723bs: Remove set but not used variable 'prwskeylen' staging: rtl8723bs: Remove set but not used variables 'ppp','type','data' staging: rt

[PATCH 0/5] MIPS: ralink: add CPU clock detection for MT7621

2019-07-09 Thread Chuanhong Guo
This patchset ports CPU clock detection for MT7621 from OpenWrt. Last time I sent this, I forgot to add an binding include which caused a compile error and the patch doesn't stay in linux-next. This patchset resent the first two commits and also added binding documentation for mt7621-pll and used

[PATCH 0/5] staging: kpc2000: remove unnecessary debug prints

2019-06-10 Thread Simon Sandström
These patches removes unnecessary debug prints in staging/kpc2000. Debug prints that just informs about function entry or exit can be removed as ftrace can be used to get this information. Simon Sandström (5): staging: kpc2000: remove unnecessary debug prints in cell_probe.c staging: kpc2000:

[PATCH 0/5] staging: kpc2000: kpc_spi: Assorted small fixes

2019-06-02 Thread Geordan Neukum
This patch set contains a few small fixups to the kpc_spi driver. There is certainly nothing groundbreaking in this patch set. It is limited to style fixups, removing unused things, and using the managed resource API for mapping I/O space. Geordan Neukum (5): staging: kpc2000: kpc_spi: Remove un

Re: [PATCH 0/5] Updates to staging driver: kpc_i2c

2019-05-21 Thread Greg Kroah-Hartman
On Tue, May 21, 2019 at 08:15:52AM +, Geordan Neukum wrote: > On Mon, May 20, 2019 at 10:30:26AM +0200, Greg Kroah-Hartman wrote: > > On Sat, May 18, 2019 at 02:29:55AM +, Geordan Neukum wrote: > > > Attached are an assortment of updates to the kpc_i2c driver in the > > > staging subtree. >

Re: [PATCH 0/5] Updates to staging driver: kpc_i2c

2019-05-21 Thread Geordan Neukum
> On Mon, May 20, 2019 at 10:30:26AM +0200, Greg Kroah-Hartman wrote: > > All now queued up. I'll rebase my patches that move this file on top of > yours, as kbuild found some problems with mine, and I'll resend them to > the list. > > Thanks. ** Same content as last reply, just realized that I h

Re: [PATCH 0/5] Updates to staging driver: kpc_i2c

2019-05-21 Thread Geordan Neukum
On Mon, May 20, 2019 at 10:30:26AM +0200, Greg Kroah-Hartman wrote: > On Sat, May 18, 2019 at 02:29:55AM +, Geordan Neukum wrote: > > Attached are an assortment of updates to the kpc_i2c driver in the > > staging subtree. > > All now queued up. I'll rebase my patches that move this file on top

Re: [PATCH 0/5] Updates to staging driver: kpc_i2c

2019-05-20 Thread Greg Kroah-Hartman
On Sat, May 18, 2019 at 02:29:55AM +, Geordan Neukum wrote: > Attached are an assortment of updates to the kpc_i2c driver in the > staging subtree. All now queued up. I'll rebase my patches that move this file on top of yours, as kbuild found some problems with mine, and I'll resend them to t

[PATCH 0/5] Updates to staging driver: kpc_i2c

2019-05-17 Thread Geordan Neukum
Attached are an assortment of updates to the kpc_i2c driver in the staging subtree. As a quick summary: Patches 1, 4, and 5 address style concerns raised by the checkpatch script. Patch 1 (a reindentation fix) likely added additional 'line length' warnings, but given the fact that they were only

[PATCH 0/5] staging: kpc2000: assorted fixes

2019-05-15 Thread Jeremy Sowden
The first patch contains some white-space and formatting fixes that I made while I was looking at the following two TODO items: * the loop in kp2000_probe_cores() that uses probe_core_uio() also probably needs error handling. * probe_core_uio() probably needs error handling The second and

Re: [PATCH 0/5] *** SUBJECT HERE ***

2019-03-23 Thread Matt Ranostay
You may want to change "*** SUBJECT HERE ***" in the future :) - Matt On Sat, Mar 23, 2019 at 5:53 AM Cristian Sicilia wrote: > > Some source refactoring, parameters aligment and camel case clearing. > > Replacement of bool to bitfield in a struct, but not found > the population to check if it

[PATCH 0/5] *** SUBJECT HERE ***

2019-03-23 Thread Cristian Sicilia
Some source refactoring, parameters aligment and camel case clearing. Replacement of bool to bitfield in a struct, but not found the population to check if it is done correctly. Cristian Sicilia (5): staging: iio: adc: Tab alignment staging: iio: adc: Converted bool to bitfield format stagi

Re: [PATCH 0/5] Fix several coding style errors

2019-03-17 Thread Greg KH
On Sat, Mar 09, 2019 at 03:30:42PM -0300, Guilherme Tadashi Maeoka wrote: > Fix space around operators, pointer definition, constant on the right > side, assignment outside of if condition and else to follow close brace > at staging: rtl8723bs: os_dep. > > Guilherme Tadashi Maeoka (5): > Staging

[PATCH 0/5] Fix several coding style errors

2019-03-09 Thread Guilherme Tadashi Maeoka
Fix space around operators, pointer definition, constant on the right side, assignment outside of if condition and else to follow close brace at staging: rtl8723bs: os_dep. Guilherme Tadashi Maeoka (5): Staging: rtl8723bs: os_dep: Fix assignment in if condition Staging: rtl8723bs: os_dep: Fix

Re: [PATCH 0/5] staging: mt7621-pci: minor cleanups

2019-02-15 Thread Sergio Paracuellos
Hi Neil, Looking at this trace I have one concern. Please, see below. On Fri, Feb 15, 2019 at 10:31 AM NeilBrown wrote: > > On Tue, Feb 12 2019, Sergio Paracuellos wrote: > > > This patch series make some minor cleanups of this driver in order > > to prepare it to be promoted from staging. Chang

Re: [PATCH 0/5] staging: mt7621-pci: minor cleanups

2019-02-15 Thread Sergio Paracuellos
Hi Neil, On Fri, Feb 15, 2019 at 10:31 AM NeilBrown wrote: > > On Tue, Feb 12 2019, Sergio Paracuellos wrote: > > > This patch series make some minor cleanups of this driver in order > > to prepare it to be promoted from staging. Changes are: > > * use general pcie reset line in device tree and u

Re: [PATCH 0/5] staging: mt7621-pci: minor cleanups

2019-02-15 Thread NeilBrown
On Tue, Feb 12 2019, Sergio Paracuellos wrote: > This patch series make some minor cleanups of this driver in order > to prepare it to be promoted from staging. Changes are: > * use general pcie reset line in device tree and use reset_control > to handle it, > * some minor space-tabs issue. > * So

Re: [PATCH 0/5] staging: mt7621-pci: minor cleanups

2019-02-12 Thread Sergio Paracuellos
Hi Neil, On Wed, Feb 13, 2019 at 1:24 AM NeilBrown wrote: > > On Tue, Feb 12 2019, Sergio Paracuellos wrote: > > > This patch series make some minor cleanups of this driver in order > > to prepare it to be promoted from staging. Changes are: > > * use general pcie reset line in device tree and us

Re: [PATCH 0/5] staging: mt7621-pci: minor cleanups

2019-02-12 Thread NeilBrown
On Tue, Feb 12 2019, Sergio Paracuellos wrote: > This patch series make some minor cleanups of this driver in order > to prepare it to be promoted from staging. Changes are: > * use general pcie reset line in device tree and use reset_control > to handle it, > * some minor space-tabs issue. > * So

[PATCH 0/5] staging: mt7621-pci: minor cleanups

2019-02-12 Thread Sergio Paracuellos
This patch series make some minor cleanups of this driver in order to prepare it to be promoted from staging. Changes are: * use general pcie reset line in device tree and use reset_control to handle it, * some minor space-tabs issue. * Some minor removes of not needed stuff. After this changes, o

Re: [PATCH 0/5] binderfs: debug galore

2019-01-19 Thread Christian Brauner
On Fri, Jan 18, 2019 at 11:26:34PM +, Al Viro wrote: > On Fri, Jan 18, 2019 at 03:53:39PM +0100, Christian Brauner wrote: > > Hey everyone, > > > > Al gave me a really helpful review of binderfs and pointed out a range > > of bugs. The most obvious and serious ones have fortunately already bee

Re: [PATCH 0/5] binderfs: debug galore

2019-01-18 Thread Al Viro
On Fri, Jan 18, 2019 at 03:53:39PM +0100, Christian Brauner wrote: > Hey everyone, > > Al gave me a really helpful review of binderfs and pointed out a range > of bugs. The most obvious and serious ones have fortunately already been > taken care of by patches sitting in Greg's char-misc-linus tree

[PATCH 0/5] binderfs: debug galore

2019-01-18 Thread Christian Brauner
Hey everyone, Al gave me a really helpful review of binderfs and pointed out a range of bugs. The most obvious and serious ones have fortunately already been taken care of by patches sitting in Greg's char-misc-linus tree. The others are hopefully all covered in this patchset. Thanks! Christian

[PATCH 0/5] staging: erofs: document, bugfix and cleanups

2019-01-14 Thread Gao Xiang
Hi, This is the first EROFS patchset for this new round. An initial document describing the details of EROFS is added in this patchset and it was previewed in https://lists.ozlabs.org/pipermail/linux-erofs/2019-January/001227.html In addition, Li Guifu found an unexpected crash related to fast sy

[PATCH 0/5] drivers: staging: erofs: Fix styling issues

2018-12-11 Thread Aaron Strahlberger
Fixed several styling issues and one error, reported by checkpatch.pl. Signed-off-by: Aaron Strahlberger Signed-off-by: Julius Wiedmann Signed-off-by: Dominik Huber Aaron Strahlberger (5): drivers: staging: erofs: Fix alignment. drivers: staging: erofs: Fix comparison to NULL issues. dri

[PATCH 0/5] Drivers: hv: Miscellaneous fixes

2018-10-16 Thread kys
From: "K. Y. Srinivasan" Miscellaneous fixes. Dexuan Cui (3): Drivers: hv: kvp: Fix the recent regression caused by incorrect clean-up Drivers: hv: kvp: Use %u to print U32 Tools: hv: kvp: Fix a warning of buffer overflow with gcc 8.0.1 Haiyang Zhang (1): hv_utils: update name in st

[PATCH 0/5] staging: vc04_services: Fix checkpatch.pl errors

2018-09-23 Thread Aymen Qader
This patchset fixes the following checkpatch.pl errors in the interface/vchi directory: ERROR: space prohibited after/before that open/closed parenthesis ERROR: code indent should use tabs where possible ERROR: space required after that ',' ERROR: Macros with complex values should be enclosed in p

[PATCH 0/5] staging: wilc1000: compilation error fixes & cleanup changes

2018-08-11 Thread Ajay Singh
This patch series contains the changes to avoid below compilation error. "drivers/staging/wilc1000/wilc_debugfs.o:(.data+0x10): undefined reference to `__this_module'" Split the changes into multiple patches, as discussed in [1]. [1]. https://www.spinics.net/lists/linux-wireless/msg176009.html

[PATCH 0/5] Miscellaneous fixes/enhancements

2018-08-10 Thread kys
From: "K. Y. Srinivasan" Miscellaneous fixes/enhancements. K. Y. Srinivasan (1): Tools: hv: Fix a bug in the key delete code Michael Kelley (1): Drivers: hv: vmbus: Fix synic per-cpu context initialization Stephen Hemminger (3): vmbus: add driver_override support uio_hv_generic: increa

[PATCH 0/5] staging: gasket: fixes and cleanups

2018-07-27 Thread Todd Poynor
From: Todd Poynor The fun continues with gasket+apex: remove dead code and unnecessary stuff, fixup apex PCI class for devices that advertise class 0 (undefined), and make sure the struct device doesn't go away on us. Most of these from review comments of previous patch series. Todd Poynor (5):

[PATCH 0/5] staging: fsl-dpaa2/eth: Cleanup and minor fixes

2018-07-09 Thread Ioana Radulescu
One bug fix, one small functional change and a couple of cleanup patches. Ioana Radulescu (5): staging: fsl-dpaa2/eth: Fix DMA mapping direction staging: fsl-dpaa2/eth: Remove obsolete reference staging: fsl-dpaa2/eth: Remove pointless instruction staging: fsl-dpaa2/eth: MTU cleanup stag

[PATCH 0/5] Enable Linux guests on Hyper-V on ARM64

2018-06-19 Thread Michael Kelley
This patch series enables Linux guests running on Hyper-V on ARM64 hardware. New ARM64-specific code in arch/arm64/hyperv initializes Hyper-V, including its synthetic clocks and hypercall mechanism. Existing architecture independent drivers for Hyper-V's VMbus and synthetic devices just work when b

[PATCH 0/5] staging: mt7621 improvements, particularly SPI

2018-06-06 Thread NeilBrown
The highlight here is a substantial rewrite of the mt7621 SPI driver so that it makes sensible use of the hardware. The hardware is quite capable of transceiving large messages, it just needs to handle them 32 bytes at a time. This is more efficient than requiring upper levels to only send 32byte

[PATCH 0/5] staging: remove ncpfs and ipx code

2018-06-01 Thread Greg Kroah-Hartman
The ncpfs filesystem and ipx networking code moved into the drivers/staging/ tree back in November of last year. Since then, no one has steped up to take over maintance of this code. Given that it has been more than 6 months, it is time to delete it. Note, there is more work to be done to remove

Re: [PATCH 0/5] staging: mt7621-gpio: some driver cleanups

2018-05-14 Thread Sergio Paracuellos
On Tue, May 15, 2018 at 11:01:20AM +1000, NeilBrown wrote: > On Mon, May 14 2018, Sergio Paracuellos wrote: > > > The following patch series fix all remaining checkpatch complains > > about this driver. Changes have not been tested and also compiled > > but it should not have any problem about the

[PATCH 0/5] staging: lustre: llite: remaining xattr fixes

2018-05-14 Thread James Simmons
Fixed the bugs in the set_acl patch pointed out by Dan Carpenter. Rebased the next patch 'remove unused parameter..." on the parent patch. Added newer xattr fixes that were recently pushed. Andrew Perepechko (1): staging: lustre: mdc: excessive memory consumption by the xattr cache Dmitry Eremi

Re: [PATCH 0/5] staging: mt7621-gpio: some driver cleanups

2018-05-14 Thread NeilBrown
On Mon, May 14 2018, Sergio Paracuellos wrote: > The following patch series fix all remaining checkpatch complains > about this driver. Changes have not been tested and also compiled > but it should not have any problem about them. Thanks for these. As you say, nothing in them could change behav

[PATCH 0/5] staging: mt7621-gpio: some driver cleanups

2018-05-14 Thread Sergio Paracuellos
The following patch series fix all remaining checkpatch complains about this driver. Changes have not been tested and also compiled but it should not have any problem about them. Sergio Paracuellos (5): staging: mt7621-gpio: fix some warnings because of lines exceded 80 characters staging:

[PATCH 0/5] X86: Hyper-V: APIC enlightenments

2018-04-25 Thread kys
From: "K. Y. Srinivasan" Implement APIC related enlightenments. K. Y. Srinivasan (5): X86: Hyper-V: Enlighten APIC access X86: Hyper-V: Enable IPI enlightenments X86: Hyper-V: Enhanced IPI enlightenment X86: Hyper-V: Consolidate code for converting cpumask to vpset X86: Hyper-V: Consol

[PATCH 0/5] staging: fsl-mc/dpio: Fix sparse warnings

2018-03-06 Thread Ioana Radulescu
Some code cleanup and bug fixes based on warnings reported by sparse when building on x86. Ioana Radulescu (5): staging: fsl-mc/dpio: Fix incorrect cast staging: fsl-mc/dpio: Fix cast truncate warning staging: fsl-mc/dpio: Use __leXX types where needed staging: fsl-mc/dpio: Fix incorrect m

[PATCH 0/5] mtd: Simplify erase handling

2018-02-12 Thread Boris Brezillon
Hello, This series aims at simplifying erase handling both in MTD drivers and MTD users code. Historically, the erase operation has been designed to be asynchronous, which, in theory, is a good thing since erasing a block usually takes longer that reading/writing to a flash. In practice, all driv

[PATCH 0/5] more cleanups

2018-01-09 Thread Gilad Ben-Yossef
File name consistency renames, include files diet and address some sparse warnings. Gilad Ben-Yossef (5): staging: ccree: use a consistent file naming convention staging: ccree: remove unneeded includes staging: ccree: add missing include staging: ccree: make stub function static inline

[PATCH 0/5] staging: rtl8712: fix several checkpatch style issues

2017-12-18 Thread Martin Homuth
This patch series fixes some coding style issues reported by checkpatch.pl. It is based on next-20171218 Martin Homuth (5): staging: rtl8712: style fix over 80 characters warnings staging: rtl8712: style fix multiple line dereferences staging: rtl8712: style fix indentation staging: rtl87

Re: [PATCH 0/5] Introduce the new NAND core interface: ->exec_op()

2017-12-01 Thread Boris Brezillon
Hi all, On Thu, 30 Nov 2017 18:01:27 +0100 Miquel Raynal wrote: > Hi, > > This series adds the implementation of the NAND framework ->exec_op() > interface with all the related hooks and helpers. The reasons for adding > it are explained in details in the commit log: > > "mtd: nand: ad

[PATCH 0/5] Introduce the new NAND core interface: ->exec_op()

2017-11-30 Thread Miquel Raynal
Hi, This series adds the implementation of the NAND framework ->exec_op() interface with all the related hooks and helpers. The reasons for adding it are explained in details in the commit log: "mtd: nand: add ->exec_op() implementation" Long story short: it will ease later expansion of

[PATCH 0/5] staging: fsl-dpaa2/eth: Frame buffer work

2017-10-27 Thread Bogdan Purcareata
This patchset does some refactoring in the frame buffer area, in order for it to be in line with firmware (MC) configuration. Patches 1 - 2 do some label cleanup and move the buffer layout setup to a dedicated function. Patch 3 updates tx_data_offset - the offset for Tx frame buffers - to not acc

[PATCH 0/5] staging: pi433: rf69.c coding style errors cleanup

2017-10-11 Thread Marcin Ciupak
This set of patches is intended to fix coding style errors in rf69.c file in order to comply with kernel coding style guide as requested by TODO file. The following errors were fixed: ERROR: trailing statements should be on next line ERROR: spaces required around that '+=' (ctx:WxV) ERROR: spaces

[PATCH 0/5] Drivers: hv: Miscellaneous fixes

2017-09-09 Thread kys
From: "K. Y. Srinivasan" Miscellaneous fixes. Dexuan Cui (2): vmbus: don't acquire the mutex in vmbus_hvsock_device_unregister() vmbus: suppress uevents for hv_sock devices Olaf Hering (1): Drivers: hv: fcopy: restore correct transfer length Stephen Hemminger (2): vmbus: add per-channe

[PATCH 0/5] Drivers: hv: Miscellaneous fixes

2017-08-06 Thread kys
From: K. Y. Srinivasan Miscellaneous fixes. Alex Ng (5): Tools: hv: vss: Skip freezing filesystems backed by loop Drivers: hv: balloon: Correctly update onlined page count Drivers: hv: balloon: Show the max dynamic memory assigned Drivers: hv: balloon: Initialize last_post_time on startu

[PATCH 0/5] constify videobuf_queue_ops structures

2017-08-04 Thread Julia Lawall
These videobuf_queue_ops structures are only passed as the second argument to videobuf_queue_vmalloc_init, which is declared as const. Thus the videobuf_queue_ops structures themselves can be const. Done with the help of Coccinelle. --- drivers/media/pci/cx18/cx18-streams.c

Re: [PATCH 0/5] staging: ccree: fix checkpatch errors

2017-07-11 Thread Gilad Ben-Yossef
Tyler, On Tue, Jul 11, 2017 at 4:38 PM, Gilad Ben-Yossef wrote: > On Mon, Jul 10, 2017 at 12:10 AM, wrote: >> From: Tyler Olivieri >> >> This patchset fixes several checkpatch errors and warnings in /staging/ccree: You've messed Greg's email address, so my ACK bounced. The content is good,

Re: [PATCH 0/5] staging: ccree: fix checkpatch errors

2017-07-11 Thread Gilad Ben-Yossef
On Mon, Jul 10, 2017 at 12:10 AM, wrote: > From: Tyler Olivieri > > This patchset fixes several checkpatch errors and warnings in /staging/ccree: > > ERROR: that open brace { should be on the previous line > ERROR: open brace '{' following function declarations go on the next line > WARNING: EXP

[PATCH 0/5] staging: ccree: fix checkpatch errors

2017-07-09 Thread sleepingzucchini
From: Tyler Olivieri This patchset fixes several checkpatch errors and warnings in /staging/ccree: ERROR: that open brace { should be on the previous line ERROR: open brace '{' following function declarations go on the next line WARNING: EXPORT_SYMBOL(foo); should immediately follow its function

[PATCH 0/5][v5] staging: fsl-mc: move bus driver out of staging

2017-05-22 Thread laurentiu.tudor
From: Laurentiu Tudor Now that there is a functional ethernet driver probed on the mc bus this patch series requests that the fsl-mc bus driver be moved out of staging. The proposed destination for the bus driver is drivers/bus. Proposed location for global header files for fsl-mc and dpaa2 is t

[PATCH 0/5] vmbus: improvements

2017-05-18 Thread Stephen Hemminger
This set of patches cleans up the vmbus infrastructure. The introduction of the vmbus iterator in 4.12-rc1 allows for other simplifications. And the lock on ring buffer read can be replaced by a better algorithm. Unused and duplicated functions can be eliminated. Stephen Hemminger (5): vmbus: si

[PATCH 0/5] staging: media: lirc: Fix several checkpatch issues

2017-05-15 Thread Ricardo Silva
This patch series is intended to fix several checkpatch issues (from CHECK level) found on lirc_zilog.c: The 1st patch focus on whitespace related fixes. The 2nd patch fixes NULL comparisons style. The 3rd patch is for using __func__ in logging functions that are to trace the function's name, inst

[PATCH 0/5] staging: ks7010: refactor, fix checkpatch

2017-03-26 Thread Tobin C. Harding
File ks_wlan_net.c emits various warnings/checks when parsed with checkpatch. An inaccessible execution patch also exists within the file, this was found while preparing for code cleanup. Patch 01 removes the inaccessible execution path code. Patch 02 moves a non-null pointer check to be before t

Re: [PATCH 0/5] staging: vc04_services: camera driver maintance

2017-03-20 Thread Michael Zoran
On Mon, 2017-03-20 at 23:40 +0300, Dan Carpenter wrote: > On Mon, Mar 20, 2017 at 07:53:18AM -0700, Michael Zoran wrote: > > On Mon, 2017-03-20 at 16:57 +0300, Dan Carpenter wrote: > > > On Mon, Mar 20, 2017 at 04:06:00AM -0700, Michael Zoran wrote: > > > > On Mon, 2017-03-20 at 13:55 +0300, Dan Ca

Re: [PATCH 0/5] staging: vc04_services: camera driver maintance

2017-03-20 Thread Dan Carpenter
On Mon, Mar 20, 2017 at 07:53:18AM -0700, Michael Zoran wrote: > On Mon, 2017-03-20 at 16:57 +0300, Dan Carpenter wrote: > > On Mon, Mar 20, 2017 at 04:06:00AM -0700, Michael Zoran wrote: > > > On Mon, 2017-03-20 at 13:55 +0300, Dan Carpenter wrote: > > > > I'm not going to review this because it h

Re: [PATCH 0/5] staging: vc04_services: camera driver maintance

2017-03-20 Thread Michael Zoran
On Mon, 2017-03-20 at 16:57 +0300, Dan Carpenter wrote: > On Mon, Mar 20, 2017 at 04:06:00AM -0700, Michael Zoran wrote: > > On Mon, 2017-03-20 at 13:55 +0300, Dan Carpenter wrote: > > > I'm not going to review this because it has kbuild errors. > > > > > > regards, > > > dan carpenter > > > > >

Re: [PATCH 0/5] staging: vc04_services: camera driver maintance

2017-03-20 Thread Dan Carpenter
On Mon, Mar 20, 2017 at 04:06:00AM -0700, Michael Zoran wrote: > On Mon, 2017-03-20 at 13:55 +0300, Dan Carpenter wrote: > > I'm not going to review this because it has kbuild errors. > > > > regards, > > dan carpenter > > > > Hi, can you e-mail out the errors or send them to me. It worked when

Re: [PATCH 0/5] staging: vc04_services: camera driver maintance

2017-03-20 Thread Michael Zoran
On Mon, 2017-03-20 at 13:55 +0300, Dan Carpenter wrote: > I'm not going to review this because it has kbuild errors. > > regards, > dan carpenter > Hi, can you e-mail out the errors or send them to me. It worked when I submitted it. ___ devel mailin

Re: [PATCH 0/5] staging: vc04_services: camera driver maintance

2017-03-20 Thread Dan Carpenter
I'm not going to review this because it has kbuild errors. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH 0/5] staging: vc04_services: camera driver maintance

2017-03-17 Thread Michael Zoran
This series imports a improved version of the port_paramter_get function for the camera from the github tree. The patch does not pass checkpatch.pl but I thought it's better the change gets in. I improved upon that patch by fixing a possible integer underrun. I finished the TODO item of the race

Re: [PATCH 0/5] staging: rtl8192e: Clean up tests if NULL returned on failure

2017-03-12 Thread SIMRAN SINGHAL
On Sun, Mar 12, 2017 at 7:12 PM, Greg KH wrote: > On Sat, Mar 11, 2017 at 05:10:34PM +0530, SIMRAN SINGHAL wrote: >> On Sat, Mar 11, 2017 at 5:01 PM, Dan Carpenter >> wrote: >> > On Sat, Mar 11, 2017 at 08:07:01AM +0530, SIMRAN SINGHAL wrote: >> >> On Sat, Mar 11, 2017 at 2:43 AM, Dan Carpenter

Re: [PATCH 0/5] staging: rtl8192e: Clean up tests if NULL returned on failure

2017-03-12 Thread Greg KH
On Sat, Mar 11, 2017 at 05:10:34PM +0530, SIMRAN SINGHAL wrote: > On Sat, Mar 11, 2017 at 5:01 PM, Dan Carpenter > wrote: > > On Sat, Mar 11, 2017 at 08:07:01AM +0530, SIMRAN SINGHAL wrote: > >> On Sat, Mar 11, 2017 at 2:43 AM, Dan Carpenter > >> wrote: > >> > Don't resend, but next time if you

Re: [PATCH 0/5] staging: rtl8192e: Clean up tests if NULL returned on failure

2017-03-11 Thread SIMRAN SINGHAL
On Sat, Mar 11, 2017 at 5:01 PM, Dan Carpenter wrote: > On Sat, Mar 11, 2017 at 08:07:01AM +0530, SIMRAN SINGHAL wrote: >> On Sat, Mar 11, 2017 at 2:43 AM, Dan Carpenter >> wrote: >> > Don't resend, but next time if you wanted to fold all these patches and >> > send them as one patch that would

Re: [PATCH 0/5] staging: rtl8192e: Clean up tests if NULL returned on failure

2017-03-11 Thread Dan Carpenter
On Sat, Mar 11, 2017 at 08:07:01AM +0530, SIMRAN SINGHAL wrote: > On Sat, Mar 11, 2017 at 2:43 AM, Dan Carpenter > wrote: > > Don't resend, but next time if you wanted to fold all these patches and > > send them as one patch that would be fine. > > > > Hi Dan, > > Before I sent this patches as

Re: [PATCH 0/5] staging: rtl8192e: Clean up tests if NULL returned on failure

2017-03-10 Thread SIMRAN SINGHAL
On Sat, Mar 11, 2017 at 2:43 AM, Dan Carpenter wrote: > Don't resend, but next time if you wanted to fold all these patches and > send them as one patch that would be fine. > Hi Dan, Before I sent this patches as single patch only, but then greg asked me to resend them as different patches. Tha

Re: [PATCH 0/5] staging: rtl8192e: Clean up tests if NULL returned on failure

2017-03-10 Thread Dan Carpenter
Don't resend, but next time if you wanted to fold all these patches and send them as one patch that would be fine. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverd

[PATCH 0/5] staging: rtl8192e: Clean up tests if NULL returned on failure

2017-03-09 Thread simran singhal
This patch series tests if functions like kmalloc/kzalloc return NULL on failure. When NULL represents failure, !x is commonly used. simran singhal (5): staging: rtllib_crypt_ccmp: Clean up tests if NULL returned on failure staging: rtllib_crypt_tkip: Clean up tests if NULL returned on failure

[PATCH 0/5] Use list_for_each_entry_safe

2017-03-05 Thread simran singhal
This patch-series replaces the while loop containing list_empty and list_entry with list_for_each_entry_safe. simran singhal (5): staging: lustre: Use list_for_each_entry_safe staging: lustre: ptlrpc: Use list_for_each_entry_safe staging: lustre: osc: Use list_for_each_entry_safe staging:

[PATCH 0/5] staging: ks7010 refactor _ks_wlan_hw_power_save

2017-02-26 Thread Tobin C. Harding
Function _ks_wlan_hw_power_save has 5 levels of indentation. Reducing the amount of indentation may make code clearer to read. Also a number of other checkpatch warnings may be removed if we first reduce the level of indentation in this function. There are a couple of split line warnings and vario

[PATCH 0/5] staging: vc04_services: Upstream fixes

2017-01-17 Thread Stefan Wahren
This patch series contain several fixes from the Foundation kernel and based on this pull request [1] from Phil Elwell. Since the original commits wasn't ready for mainline submission i reworked them. [1] - https://github.com/anholt/linux/pull/63 Phil Elwell (5): staging: vchiq_core: Reduce the

Re: [PATCH 0/5] Staging: comedi: Proc FS related cleanup

2017-01-03 Thread Ian Abbott
On 30/12/16 11:24, Cheah Kok Cheong wrote: This series does trivial cleanup for COMEDI proc fs related stuff. Cheah Kok Cheong (5): Staging: comedi: comedi_fops: Avoid orphaned proc entry Staging: comedi: proc: Change file permission to read only Staging: comedi: proc: Add __init prefix

[PATCH 0/5] staging-Lustre: Fine-tuning for some function implementations

2017-01-01 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 1 Jan 2017 17:10:10 +0100 A few update suggestions were taken into account from static source code analysis. Markus Elfring (5): llite: Use seq_puts() in three functions mgc: Combine two seq_printf() calls into one call in lprocfs_mgc_rd_ir_state() obdclass:

[PATCH 0/5] Staging: comedi: Proc FS related cleanup

2016-12-30 Thread Cheah Kok Cheong
This series does trivial cleanup for COMEDI proc fs related stuff. Cheah Kok Cheong (5): Staging: comedi: comedi_fops: Avoid orphaned proc entry Staging: comedi: proc: Change file permission to read only Staging: comedi: proc: Add __init prefix Staging: comedi: proc: Add module owner Sta

  1   2   3   >