On Tue, Jun 16, 2015 at 05:07:22PM +0100, Ian Abbott wrote:
> On 16/06/15 15:22, Gujulan Elango, Hari Prasath (H.) wrote:
> >From: Hari Prasath Gujulan Elango
> >
> >This patch fixes the checkpatch warning that suggests to use the BIT
> >macro for the shifting operation.
> >
> >Signed-off-by: Hari
From: Hari Prasath Gujulan Elango
This patch removes a couple of ununsed MACRO's in this header file
Signed-off-by: Hari Prasath Gujulan Elango
---
drivers/staging/slicoss/slic.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/slicoss/slic.h b/drivers/staging/slicoss/slic.
This patch alignes the lines of #define preprocessors.
Signed-off-by: Sunghoon Cho
---
drivers/staging/wilc1000/wilc_wlan_if.h | 18 --
1 file changed, 8 insertions(+), 10 deletions(-)
diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h
b/drivers/staging/wilc1000/wilc_wlan_if.
This patch removes the warnings reported by checkpatch.pl regarding
line over 80 chracters.
Signed-off-by: Sunghoon Cho
---
drivers/staging/wilc1000/wilc_wlan_if.h | 30 +++---
1 file changed, 19 insertions(+), 11 deletions(-)
diff --git a/drivers/staging/wilc1000/wilc_w
This patch removes the warnings reported by checkpatch.pl regarding
the multiple blank line.
Signed-off-by: Sunghoon Cho
---
drivers/staging/wilc1000/wilc_wlan_if.h | 12
1 file changed, 12 deletions(-)
diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h
b/drivers/staging/wilc100
This patch changes commenting style to Linux preferred C89 style.
Signed-off-by: Sunghoon Cho
---
drivers/staging/wilc1000/wilc_wlan_if.h | 721 ++--
1 file changed, 397 insertions(+), 324 deletions(-)
diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h
b/drivers/s
This patch alignes the line of enumeration types.
Signed-off-by: Sunghoon Cho
---
drivers/staging/wilc1000/wilc_wlan_if.h | 496
1 file changed, 248 insertions(+), 248 deletions(-)
diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h
b/drivers/staging/wilc1000/
On Tue, Jun 16, 2015 at 10:33:57AM -0700, Joe Perches wrote:
> On Tue, 2015-06-16 at 19:12 +0530, Sudip Mukherjee wrote:
> > move vgamode table from the header file to the C file and mark it
> > as const.
>
> The slightly odd indentation could be fixed here too.
Ok. I am sending v2. But if I am re
On Wed, 2015-06-17 at 13:45 +0530, Sudip Mukherjee wrote:
> On Tue, Jun 16, 2015 at 10:33:57AM -0700, Joe Perches wrote:
> > On Tue, 2015-06-16 at 19:12 +0530, Sudip Mukherjee wrote:
> > > move vgamode table from the header file to the C file and mark it
> > > as const.
> >
> > The slightly odd in
Am Dienstag, 16. Juni 2015, 23:13:21 schrieb Peng Fan:
> Sparse checking warning:
> "drivers/staging/nvec/nvec_ps2.c:172:14: warning: duplicate const".
> Remove the duplicated const to fix the warning.
>
> Signed-off-by: Peng Fan
Thanks!
Acked-by: Marc Dietrich
> ---
> drivers/staging/nvec/n
Configure pinctrl and a GPIO-controller board mux for LCD use.
This allows the armadillo800eva board staging code to enable lcdc0.
Signed-off-by: Geert Uytterhoeven
---
v2:
- New.
---
arch/arm/boot/dts/r8a7740-armadillo800eva.dts | 13 +
1 file changed, 13 insertions(+)
diff --git
Add support for easy registering of one ore more platform devices that
may:
- need clocks that are described in DT,
- be part of a PM Domain.
All these dependencies are optional.
Signed-off-by: Geert Uytterhoeven
---
v2:
- Drop support for pinctrl, use standard pinctrl in DT instead,
- D
As of commit 9a1091ef0017c40a ("irqchip: gic: Support hierarchy irq
domain."), GIC IRQ numbers are virtual, breaking hardcoded hardware IRQ
numbers in platform device resources.
Translate the hardware IRQ numbers to virtual IRQ numbers to fix this.
Signed-off-by: Geert Uytterhoeven
---
Untested
This reverts commit d13778d537a0ed6115d2a79a942af999cfb8eec6.
Commit 13c11072536f2613 ("staging:board: remove unnecessary function")
fixed the build of drivers/staging/board/board.c.
Signed-off-by: Geert Uytterhoeven
Reviewed-by: Simon Horman
---
v2:
- Add Reviewed-by.
---
drivers/staging/bo
Add staging board support for the r8a7740-based armadillo800eva board
and add platform devices to allow in-tree continuous development of the
drivers on the armadillo800eva board.
When DT bindings are ready for theses drivers then the platform devices
in the armadillo800eva staging board code can
board staging code to DT,
- Use clk_add_alias() instead of open coding.
Dependencies:
- This is against next-20150617,
- The gpio-hog in patch 7 depends on a bug fix like "[PATCH] [RFC]
gpio: Retry deferred GPIO hogging on pin range change"
(https://lkml.org/lkml/2015/6/16/455).
As of commit 9a1091ef0017c40a ("irqchip: gic: Support hierarchy irq
domain."), GIC IRQ numbers are virtual, breaking hardcoded hardware IRQ
numbers in platform device resources.
Add support for translating hardware IRQ numbers to virtual IRQ numbers,
and fixing up platform device resources with ha
Currently the staging board code is initialized from a late_initcall().
However, unused PM domains are also disabled from a late_initcall(),
which happens before due to link order.
Change the initialization of staging board code from using
late_initcall() to device_initcall() to fix this.
Signed-
fixing the few remaining issues of sm7xxfb before sending the patch to
remove it from staging.
Also attempted to setup a tree and all the patches of this series are
available there for you.
The following changes since commit f0feeaff9c60bfb3dbadf09da15d70cf35700f29:
staging: wilc1000: remove u
The vesa_mode_table is not to be modified, so declare it as const.
Signed-off-by: Sudip Mukherjee
---
drivers/staging/sm7xxfb/sm7xxfb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/sm7xxfb/sm7xxfb.c
b/drivers/staging/sm7xxfb/sm7xxfb.c
index 5db26f1..4d9b69
numvgamodes was only used in one place, so remove the #define
and use its defined value.
Signed-off-by: Sudip Mukherjee
---
drivers/staging/sm7xxfb/sm7xx.h | 2 --
drivers/staging/sm7xxfb/sm7xxfb.c | 2 +-
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/staging/sm7xxfb/sm
Fix the alignment.
Signed-off-by: Sudip Mukherjee
---
drivers/staging/sm7xxfb/sm7xxfb.c | 17 +++--
1 file changed, 7 insertions(+), 10 deletions(-)
diff --git a/drivers/staging/sm7xxfb/sm7xxfb.c
b/drivers/staging/sm7xxfb/sm7xxfb.c
index c832399..6bdcd5b 100644
--- a/drivers/stagin
new line was missing in some of the dev_* macros while printing
the debug and error messages.
Signed-off-by: Sudip Mukherjee
---
drivers/staging/sm7xxfb/sm7xxfb.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/staging/sm7xxfb/sm7xxfb.c
b/drivers/staging
reduce code indention keeping the logic same.
Signed-off-by: Sudip Mukherjee
---
drivers/staging/sm7xxfb/sm7xxfb.c | 173 ++
1 file changed, 82 insertions(+), 91 deletions(-)
diff --git a/drivers/staging/sm7xxfb/sm7xxfb.c
b/drivers/staging/sm7xxfb/sm7xxfb.c
fixes the checkpatch warning about using space after typecast.
Signed-off-by: Sudip Mukherjee
---
drivers/staging/sm7xxfb/sm7xxfb.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/sm7xxfb/sm7xxfb.c
b/drivers/staging/sm7xxfb/sm7xxfb.c
index f18fef9..c832
move vgamode table from the header file to the C file and mark it
as const.
Signed-off-by: Sudip Mukherjee
---
drivers/staging/sm7xxfb/sm7xx.h | 660 --
drivers/staging/sm7xxfb/sm7xxfb.c | 660 ++
2 files changed, 660 inse
Fix the checkpatch warning about CamelCase.
Signed-off-by: Sudip Mukherjee
---
drivers/staging/sm7xxfb/sm7xx.h | 2 +-
drivers/staging/sm7xxfb/sm7xxfb.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/sm7xxfb/sm7xx.h b/drivers/staging/sm7xxfb/sm7xx.h
inde
Fix the odd indention of vesa_mode_table.
Signed-off-by: Sudip Mukherjee
---
drivers/staging/sm7xxfb/sm7xxfb.c | 1300 ++---
1 file changed, 650 insertions(+), 650 deletions(-)
diff --git a/drivers/staging/sm7xxfb/sm7xxfb.c
b/drivers/staging/sm7xxfb/sm7xxfb.c
in
On Wed, Jun 17, 2015 at 01:20:34AM -0700, Joe Perches wrote:
> On Wed, 2015-06-17 at 13:45 +0530, Sudip Mukherjee wrote:
> > On Tue, Jun 16, 2015 at 10:33:57AM -0700, Joe Perches wrote:
> > > On Tue, 2015-06-16 at 19:12 +0530, Sudip Mukherjee wrote:
> > > > move vgamode table from the header file t
Fix code indentation error by replacing tab in place of spaces.
Signed-off-by: Sunil Shahu
---
drivers/staging/media/lirc/lirc_sasem.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/media/lirc/lirc_sasem.c
b/drivers/staging/media/lirc/lirc_sasem.c
index 8ebe
From: Prasanna Karthik
Modified return statement and removed local declaration no longer
needed. No Compiler warnings.
Signed-off-by: Prasanna Karthik
---
drivers/staging/rtl8723au/hal/rtl8723a_rf6052.c |4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/drivers/staging
WILC_WFIDrvHandle was:
typedef struct {
s32 s32Dummy;
} *WILC_WFIDrvHandle;
which basically meant a pointer to an integer.
so removed the typedef and replaced all WILC_WFIDrvHandle with int *
Signed-off-by: Sudip Mukherjee
---
replacement was done by using sed, just manually removed the
Sua caixa de correio excedeu o limite de armazenamento, que é de 20 GB
como definido pelo administrador, você está atualmente em execução no
20,9 GB, você pode não ser capaz de enviar ou receber novas mensagens
até que você re-validar sua caixa de correio.
Para revalidar a sua caixa de cor
On Wed, Jun 17, 2015 at 06:46:20PM +0530, Sudip Mukherjee wrote:
> WILC_WFIDrvHandle was:
>
> typedef struct {
>s32 s32Dummy;
> } *WILC_WFIDrvHandle;
>
> which basically meant a pointer to an integer.
> so removed the typedef and replaced all WILC_WFIDrvHandle with int *
>
> Signed-off-b
On Tue, Jun 16, 2015 at 04:22:11PM -0400, Joseph Salisbury wrote:
> Hello,
>
> Please consider including upstream commits
> 96c1d0581d00f7abe033350edb021a9d947d8d81 and
> 5ef5b6927f14f29cacd78fa1fb861661a5367f13 in the next v3.16.y-ckt, v3.18.y,
> v3.19.y-ckt and v4.0.y releases.
> They were i
Fix checkpatch error about initialize globals to 0.
Signed-off-by: Peter Karlsson
---
drivers/staging/ft1000/ft1000-usb/ft1000_debug.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/ft1000/ft1000-usb/ft1000_debug.c
b/drivers/staging/ft1000/ft1000-usb/ft1000_
Fix checkpatch warning about unnecessary parenthes.
Signed-off-by: Peter Karlsson
---
drivers/staging/ft1000/ft1000-usb/ft1000_debug.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/ft1000/ft1000-usb/ft1000_debug.c
b/drivers/staging/ft1000/ft1000-usb/ft1000_
Fixes two checkpatch style issues.
Peter Karlsson (2):
staging: ft1000-usb: Removed unnecessary parenthes.
staging: ft1000-usb: Removed global initialization.
drivers/staging/ft1000/ft1000-usb/ft1000_debug.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
1.9.1
__
From: Jake Oshins
This patch series differs from the previous one (v2) in that it fixes
kernel-doc commenting style and changes a few variable and function
names to be more understandable.
These patches do some slight refactoring on the hv_vmbus driver and its
dependents and then introduces a ne
From: Jake Oshins
This patch updates the list of VMBus channel GUIDs, defining the one
for PCI Express pass-through.
Signed-off-by: Jake Oshins
---
include/linux/hyperv.h | 11 +++
1 file changed, 11 insertions(+)
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index 2e40
From: Jake Oshins
Before this patch, hv_vmbus would search the ACPI namespace above its
device looking for a _CRS (current resources) object, and hunt through
the list of resources in there looking for one that described memory-
mapped I/O space above the 4GB line. It then exported the result fo
From: Jake Oshins
Currently, hv_vmbus finds the ranges of memory-mapped I/O space that are
designated for paravirtual (and fully virtual) devices by the virtual
firmware (BIOS or UEFI) and exports the answer. The hyperv_fb video
driver then takes that information and uses it to claim a range of
From: Jake Oshins
This patch, when the kernel is built with CONFIG_HYPERV, exposes functions
that would allow a paravirtual PCI front-end driver to hook MSI (message-
signaled interrupt) message creation.
Signed-off-by: Jake Oshins
---
arch/x86/include/asm/mshyperv.h | 2 ++
arch/x86/kernel/c
From: Jake Oshins
This patch exports a function which maps Linux CPU number onto Hyper-V
virtual processor number. This is necessary in order to map message-
signaled interrupts (MSIs) into a VM, as the hypervisor needs to know the
right target VP.
Signed-off-by: Jake Oshins
---
drivers/hv/vm
From: Jake Oshins
This patch supplies a new driver, hv_pcifront, which exposes new root PCI
buses. When a Hyper-V VM running Linux is offered a paravirtual PCI bus
in order to expose a device passed through on that bus, this drver
registers a new bus with the PCI driver. This new bus is bus "ze
ja...@microsoft.com writes:
> From: Jake Oshins
>
> Before this patch, hv_vmbus would search the ACPI namespace above its
> device looking for a _CRS (current resources) object, and hunt through
> the list of resources in there looking for one that described memory-
> mapped I/O space above the 4
> -Original Message-
> From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com]
> Sent: Wednesday, June 17, 2015 10:28 AM
> To: Jake Oshins
> Cc: gre...@linuxfoundation.org; KY Srinivasan; linux-
> ker...@vger.kernel.org; de...@linuxdriverproject.org; o...@aepfle.de;
> a...@canonical.com; Haiyan
From: Nick Meier
BugLink: http://bugs.launchpad.net/bugs/1463584
Hyper-V allows a guest to notify the Hyper-V host that a panic
condition occured. This notification can include up to five 64
bit values. These 64 bit values are written into crash MSRs.
Once the data has been written into the cr
Hello,
Please consider including upstream commits
96c1d0581d00f7abe033350edb021a9d947d8d81 and
5ef5b6927f14f29cacd78fa1fb861661a5367f13 in the next v3.13.y-ckt release. They
were
included mainline as of v4.1-rc1. They have been tested and confirmed to
resolve
http://bugs.launchpad.net/bugs/14
Hello,
Please consider including upstream commits
96c1d0581d00f7abe033350edb021a9d947d8d81 and
5ef5b6927f14f29cacd78fa1fb861661a5367f13 in the next v3.14.y release. They were
included mainline as of v4.1-rc1. They have been tested and confirmed to
resolve
http://bugs.launchpad.net/bugs/1463584
From: Nick Meier
Hyper-V allows a guest to notify the Hyper-V host that a panic
condition occured. This notification can include up to five 64
bit values. These 64 bit values are written into crash MSRs.
Once the data has been written into the crash MSRs, the host is
then notified by writing in
On Tue, 2015-06-16 at 16:22 -0400, Joseph Salisbury wrote:
> Hello,
>
> Please consider including upstream commits
> 96c1d0581d00f7abe033350edb021a9d947d8d81 and
> 5ef5b6927f14f29cacd78fa1fb861661a5367f13 in the next v3.16.y-ckt, v3.18.y,
> v3.19.y-ckt and v4.0.y releases.
> They were included
On Wed, 2015-06-17 at 14:09 -0400, Joseph Salisbury wrote:
> Hello,
>
> Please consider including upstream commits
> 96c1d0581d00f7abe033350edb021a9d947d8d81 and
> 5ef5b6927f14f29cacd78fa1fb861661a5367f13 in the next v3.13.y-ckt release.
> They were
> included mainline as of v4.1-rc1. They hav
On Wed, Jun 17, 2015 at 05:41:58PM +, Jake Oshins wrote:
> > -Original Message-
> > From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com]
> > Sent: Wednesday, June 17, 2015 10:28 AM
> > To: Jake Oshins
> > Cc: gre...@linuxfoundation.org; KY Srinivasan; linux-
> > ker...@vger.kernel.org; d
On Fri, 30 Jan 2015 00:29:13 +0200
Andrey Utkin wrote:
> The host was rebooted and got back online.
> Without irqbalance daemon, all solo6x10 interrupts are still on CPU0.
> See https://gist.github.com/krieger-od/d1686243c67fbe3e14a5
> Any ideas are strongly appreciated.
>
My understanding was t
For aesthetics, rename the 'thisboard' variables to 'board'. That name
is more commonly used for the boardinfo pointer in comedi drivers.
Signed-off-by: H Hartley Sweeten
---
drivers/staging/comedi/drivers/amplc_pci230.c | 44 +--
1 file changed, 22 insertions(+), 22 dele
For aesthetics, rename the 'thisboard' variables to 'board'. That name
is more commonly used for the boardinfo pointer in comedi drivers.
Signed-off-by: H Hartley Sweeten
---
drivers/staging/comedi/drivers/amplc_pci224.c | 42 +--
1 file changed, 21 insertions(+), 21 dele
For aesthetics, rename the 'this_board' variables to 'board'. That name
is more commonly used for the boardinfo pointer in comedi drivers.
Signed-off-by: H Hartley Sweeten
---
drivers/staging/comedi/drivers/addi_apci_1516.c | 24
1 file changed, 12 insertions(+), 12 dele
For aesthetics, rename the 'thisboard' variables to 'board'. That name
is more commonly used for the boardinfo pointer in comedi drivers.
Signed-off-by: H Hartley Sweeten
---
drivers/staging/comedi/drivers/cb_pcidda.c | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff -
For aesthetics, rename the 'thisboard' variables to 'board'. That name
is more commonly used for the boardinfo pointer in comedi drivers.
Signed-off-by: H Hartley Sweeten
---
drivers/staging/comedi/drivers/amplc_pc236_common.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
d
Many of the comedi drivers support multiple boards with different features.
The differences are usually handled by some type of const array that describes
the board. A pointer this data is stored in the comedi_device as the
'dev->board_ptr'.
Most of the drivers use a local variable called 'board'
For aesthetics, rename the 'thisboard' variables to 'board'. That name
is more commonly used for the boardinfo pointer in comedi drivers.
Signed-off-by: H Hartley Sweeten
---
drivers/staging/comedi/drivers/ni_670x.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a
Make this function return a pointer to the boardinfo instead of an index.
Signed-off-by: H Hartley Sweeten
---
drivers/staging/comedi/drivers/ni_at_a2150.c | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/drivers/staging/comedi/drivers/ni_at_a2150.c
b/drive
For aesthetics, rename the 'this_board' variables to 'board'. That name
is more commonly used for the boardinfo pointer in comedi drivers.
Signed-off-by: H Hartley Sweeten
---
drivers/staging/comedi/drivers/addi_apci_3120.c | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
di
For aesthetics, rename the 'thisboard' variables to 'board'. That name
is more commonly used for the boardinfo pointer in comedi drivers.
Signed-off-by: H Hartley Sweeten
---
drivers/staging/comedi/drivers/das08.c | 51 +-
1 file changed, 25 insertions(+), 26 dele
For aesthetics, rename the 'this_board' variables to 'board'. That name
is more commonly used for the boardinfo pointer in comedi drivers.
Signed-off-by: H Hartley Sweeten
---
drivers/staging/comedi/drivers/dt3000.c | 22 +++---
1 file changed, 11 insertions(+), 11 deletions(-)
For aesthetics, rename the 'this_board' variables to 'board'. That name
is more commonly used for the boardinfo pointer in comedi drivers.
Signed-off-by: H Hartley Sweeten
---
drivers/staging/comedi/drivers/adv_pci_dio.c | 48 ++--
1 file changed, 24 insertions(+), 24 del
Make this function return a pointer to the boardinfo instead of an index.
Since it's not typical, add a comment to clarify why this legacy driver
does a probe.
Signed-off-by: H Hartley Sweeten
---
drivers/staging/comedi/drivers/das1800.c | 44 +---
1 file changed, 23
For aesthetics, rename the 'thisboard' variables to 'board'. That name
is more commonly used for the boardinfo pointer in comedi drivers.
Signed-off-by: H Hartley Sweeten
---
drivers/staging/comedi/drivers/das800.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/
For aesthetics, rename the 'thisboard' variables to 'board'. That name
is more commonly used for the boardinfo pointer in comedi drivers.
Signed-off-by: H Hartley Sweeten
---
drivers/staging/comedi/drivers/ni_at_a2150.c | 26 +-
1 file changed, 13 insertions(+), 13 deleti
For aesthetics, rename the 'thisboard' variables to 'board'. That name
is more commonly used for the boardinfo pointer in comedi drivers.
Signed-off-by: H Hartley Sweeten
---
drivers/staging/comedi/drivers/das08_isa.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/driver
Make this function return a pointer to the boardinfo instead of an index.
Since it's not typical, add a comment to clarify why this legacy driver
does a probe.
Consolidate the dev_dbg() messages when a probed boardinfo is used and
remove the extra dev_dbg() message when the boardinfo is not found.
Make this function return a pointer to the boardinfo instead of an index.
For aesthetics, rename the function to ni_atmio_probe().
Signed-off-by: H Hartley Sweeten
---
drivers/staging/comedi/drivers/ni_atmio.c | 26 +++---
1 file changed, 11 insertions(+), 15 deletions(-)
d
For aesthetics, rename the 'thisboard' variables to 'board'. That name
is more commonly used for the boardinfo pointer in comedi drivers.
Signed-off-by: H Hartley Sweeten
---
drivers/staging/comedi/drivers/cb_pcidas.c | 64 +++---
1 file changed, 32 insertions(+), 32 dele
For aesthetics, rename the 'thisboard' variables to 'board'. That name
is more commonly used for the boardinfo pointer in comedi drivers.
Signed-off-by: H Hartley Sweeten
---
drivers/staging/comedi/drivers/me4000.c | 30 +++---
1 file changed, 15 insertions(+), 15 deletio
For aesthetics, rename the 'thisboard' variables to 'board'. That name
is more commonly used for the boardinfo pointer in comedi drivers.
Signed-off-by: H Hartley Sweeten
---
drivers/staging/comedi/drivers/das1800.c | 50
1 file changed, 25 insertions(+), 25 dele
For aesthetics, rename the 'thisboard' variables to 'board'. That name
is more commonly used for the boardinfo pointer in comedi drivers.
Signed-off-by: H Hartley Sweeten
---
drivers/staging/comedi/drivers/cb_pcidas64.c | 218 +--
1 file changed, 108 insertions(+), 110 de
For aesthetics, rename the 'boardinfo' variables to 'board'. That name
is more commonly used for the boardinfo pointer in comedi drivers.
Signed-off-by: H Hartley Sweeten
---
drivers/staging/comedi/drivers/vmk80xx.c | 33 +---
1 file changed, 18 insertions(+), 15 dele
On 10/06/2014 10:28 PM, Guenter Roeck wrote:
> Various drivers implement architecture and/or device specific means to
> remove power from the system. For the most part, those drivers set the
> global variable pm_power_off to point to a function within the driver.
>
> This mechanism has a number of
> -Original Message-
> From: gre...@linuxfoundation.org [mailto:gre...@linuxfoundation.org]
> Sent: Wednesday, June 17, 2015 12:11 PM
> To: Jake Oshins
> Cc: Vitaly Kuznetsov; KY Srinivasan; linux-ker...@vger.kernel.org;
> de...@linuxdriverproject.org; o...@aepfle.de; a...@canonical.com;
On Tue, Jun 16, 2015 at 04:09:34PM +0700, Tan Nguyen wrote:
> Break line to fix "line over 80 characters" style problem.
>
> Signed-off-by: Tan Nguyen
> ---
> drivers/staging/iio/accel/adis16220_core.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Please use scripts/get_maintainer.p
On Wed, Jun 17, 2015 at 02:42:34PM +0900, Sunghoon Cho wrote:
> This removes the warnings reported by checkpatch.pl for line over 80
> characters.
>
> Signed-off-by: Sunghoon Cho
> ---
> drivers/staging/wilc1000/wilc_wfi_netdevice.h | 7 ---
> 1 file changed, 4 insertions(+), 3 deletions(-)
taging tree, the last one
> through the shmobile tree.
>
> Major changes since v1 (more detailed changelogs in the individual
> patches):
> - Add support for low/high edge/level interrupts in hwirq translation,
> - Move pinctrl and GPIO configuration from board staging code to DT
On Wed, Jun 17, 2015 at 02:42:35PM +0900, Sunghoon Cho wrote:
> This patch removes the warnings on the prohibited spaces between
> function name and open parenthesis.
>
> Signed-off-by: Sunghoon Cho
> ---
> drivers/staging/wilc1000/wilc_wfi_netdevice.h | 4 ++--
> 1 file changed, 2 insertions(+)
On Wed, Jun 17, 2015 at 04:28:51PM +0900, Sunghoon Cho wrote:
> This patch changes commenting style to Linux preferred C89 style.
>
> Signed-off-by: Sunghoon Cho
> ---
> drivers/staging/wilc1000/wilc_wlan_if.h | 721
> ++--
> 1 file changed, 397 insertions(+), 324 de
On Wed, Jun 17, 2015 at 04:28:52PM +0900, Sunghoon Cho wrote:
> This patch removes the warnings reported by checkpatch.pl regarding
> the multiple blank line.
>
> Signed-off-by: Sunghoon Cho
> ---
> drivers/staging/wilc1000/wilc_wlan_if.h | 12
> 1 file changed, 12 deletions(-)
Doe
On Tue, Jun 16, 2015 at 05:09:35AM +, Gujulan Elango, Hari Prasath (H.)
wrote:
> On Mon, Jun 15, 2015 at 09:55:15PM -0700, gre...@linuxfoundation.org wrote:
> > On Mon, Jun 15, 2015 at 11:44:24AM +, Gujulan Elango, Hari Prasath (H.)
> > wrote:
> > > From: Hari Prasath Gujulan Elango
> >
On Wed, Jun 17, 2015 at 04:54:39PM +0530, Sudip Mukherjee wrote:
> fixing the few remaining issues of sm7xxfb before sending the patch to
> remove it from staging.
> Also attempted to setup a tree and all the patches of this series are
> available there for you.
>
>
> The following changes since
On Wed, Jun 17, 2015 at 09:43:51PM -0700, Greg Kroah-Hartman wrote:
> On Wed, Jun 17, 2015 at 04:54:39PM +0530, Sudip Mukherjee wrote:
> > fixing the few remaining issues of sm7xxfb before sending the patch to
> > remove it from staging.
Oh, the BIG_ENDIAN defines need to be fixed up, surely that
Remove the commented codes using #if 0.
Signed-off-by: Chaehyun Lim
---
V2: revert commented code using typedef and rebase latest staging-testing.
drivers/staging/wilc1000/coreconfigurator.c | 30 ---
drivers/staging/wilc1000/coreconfigurator.h | 300 --
drivers/sta
On Wed, Jun 17, 2015 at 09:40:42PM -0700, gre...@linuxfoundation.org wrote:
> On Tue, Jun 16, 2015 at 05:09:35AM +, Gujulan Elango, Hari Prasath (H.)
> wrote:
> > On Mon, Jun 15, 2015 at 09:55:15PM -0700, gre...@linuxfoundation.org wrote:
> > > On Mon, Jun 15, 2015 at 11:44:24AM +, Gujulan
On Wed, Jun 17, 2015 at 09:40:42PM -0700, gre...@linuxfoundation.org wrote:
> On Tue, Jun 16, 2015 at 05:09:35AM +, Gujulan Elango, Hari Prasath (H.)
> wrote:
> > On Mon, Jun 15, 2015 at 09:55:15PM -0700, gre...@linuxfoundation.org wrote:
> > > On Mon, Jun 15, 2015 at 11:44:24AM +, Gujulan
From: Hari Prasath Gujulan Elango
This patch removed a undefined macro and debug prints associated with
it.
Signed-off-by: Hari Prasath Gujulan Elango
---
drivers/staging/wlan-ng/p80211wep.c | 14 --
1 file changed, 14 deletions(-)
diff --git a/drivers/staging/wlan-ng/p80211wep.c
Flag is never set. Remove it and the code that is dead because of it.
Signed-off-by: Jakub Sitnicki
---
drivers/staging/rtl8188eu/hal/odm.c | 11 --
drivers/staging/rtl8188eu/hal/rtl8188e_cmd.c | 21 --
drivers/staging/rtl8188eu/hal/usb_halinit.c | 2
On Thu, Jun 18, 2015 at 3:04 AM, Stephen Boyd wrote:
> On 10/06/2014 10:28 PM, Guenter Roeck wrote:
>> Various drivers implement architecture and/or device specific means to
>> remove power from the system. For the most part, those drivers set the
>> global variable pm_power_off to point to a fun
95 matches
Mail list logo