[PATCH 02/03] CM-x270: ITE 8152 PCI bridge support

2007-09-20 Thread Mike Rapoport
This patch provides driver for ITE 8152 PCI bridge. Signed-off-by: Mike Rapoport [EMAIL PROTECTED] arch/arm/common/Makefile |1 + arch/arm/common/it8152.c | 387 + arch/arm/kernel/bios32.c | 28 +++- include/asm-arm/hardware

Re: [PATCH 02/03] CM-x270: ITE 8152 PCI bridge support

2007-09-21 Thread Mike Rapoport
On 9/21/07, Guennadi Liakhovetski [EMAIL PROTECTED] wrote: On Thu, 20 Sep 2007, Mike Rapoport wrote: This patch provides driver for ITE 8152 PCI bridge. Signed-off-by: Mike Rapoport [EMAIL PROTECTED] arch/arm/common/Makefile |1 + arch/arm/common/it8152.c

Re: [PATCH 02/03] CM-x270: ITE 8152 PCI bridge support

2007-09-21 Thread Mike Rapoport
On 9/21/07, Russell King - ARM Linux [EMAIL PROTECTED] wrote: On Fri, Sep 21, 2007 at 12:42:55PM +0200, Guennadi Liakhovetski wrote: On Thu, 20 Sep 2007, Mike Rapoport wrote: This patch provides driver for ITE 8152 PCI bridge. Signed-off-by: Mike Rapoport [EMAIL PROTECTED

[PATCH] RTC v3020 fixes

2007-08-23 Thread Mike Rapoport
Signed-off-by: Mike Rapoport [EMAIL PROTECTED] Acked-by: Raphael Assenat [EMAIL PROTECTED] diff --git a/drivers/char/emv3020.c b/drivers/char/emv3020.c index df7f1a4..1d93269 100644 --- a/drivers/char/emv3020.c +++ b/drivers/char/emv3020.c @@ -48,12 +48,16 @@ static void emv3020_set_reg(unsigned

[PATCH, RESEND] RTC v3020 fixes

2007-08-23 Thread Mike Rapoport
Fix off-by-one in month calculations Add delay for bus accesses to satisfy Tw 500ns Signed-off-by: Mike Rapoport [EMAIL PROTECTED] Acked-by: Raphael Assenat [EMAIL PROTECTED] drivers/rtc/rtc-v3020.c |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/rtc

[PATCH] RTC v3020 fixes

2007-08-15 Thread Mike Rapoport
Fix off-by-one in month calculations Add delay for bus accesses to satisfy Tw 500ns Signed-off-by: Mike Rapoport [EMAIL PROTECTED] drivers/rtc/rtc-v3020.c |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/rtc/rtc-v3020.c b/drivers/rtc/rtc-v3020.c index

Re: [PATCH] RTC v3020 fixes

2007-08-15 Thread Mike Rapoport
Raphaël Assénat wrote: Mike Rapoport wrote: Fix off-by-one in month calculations Add delay for bus accesses to satisfy Tw 500ns *snip* @@ -135,7 +140,7 @@ static int v3020_set_time(struct device *dev, struct rtc_time *dt) v3020_set_reg(chip, V3020_MINUTES, BIN2BCD(dt-tm_min

[PATHC] make power supply class available for arm architecture

2007-08-09 Thread Mike Rapoport
The config system doesn't show the power supply class menu if arch=arm, this patch fixes it. Signed-off-by: Mike Rapoport [EMAIL PROTECTED] diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index d614529..9f7c6de 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1026,6 +1026,8 @@ source

Re: hrtimer possible issue

2013-02-05 Thread Mike Rapoport
Thomas, On Tue, Feb 5, 2013 at 12:20 PM, Thomas Gleixner t...@linutronix.de wrote: On Mon, 4 Feb 2013, Leonid Shatz wrote: I assume the race can also happen between hrtimer cancel and start. In both cases timer base switch can happen. Izik, please check if you can arrange the patch in the

PXA2xx keyboard driver fix

2007-07-09 Thread Mike Rapoport
The PXA2xx keyboard driver does not compile with 2.6.22 The following patch fixes it Signed-off-by: Mike Rapoport [EMAIL PROTECTED] drivers/input/keyboard/pxa27x_keyboard.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/input/keyboard/pxa27x_keyboard.c b

Re: Oops on arm pxa270 2.6.22

2007-07-19 Thread Mike Rapoport
Rok Markovic wrote: Hi I would like to ask what could be a problem or how could I start debuging it. My board is cm-x270 from compulab and it successfully boot until it should start init from busysbox. I get the folowing report. environment: pxa270 128Mb RAM network boot gcc 3.4.5 softfloat

pxamci.c fails to compile

2007-05-14 Thread Mike Rapoport
The PXA MMC controller does not compile for PXA27x after MMC reorganization, because it uses protocol defines to implement HW erratum workaround (lines 232 - 247 of drivers/mmc/host/pxamci.c ). The following patch fixes it -- Sincerely yours, Mike. diff --git a/drivers/mmc/host/pxamci.c

Re: [QUERY] lguest64

2013-07-31 Thread Mike Rapoport
On Tue, Jul 23, 2013 at 4:28 AM, Rusty Russell ru...@rustcorp.com.au wrote: H. Peter Anvin h...@zytor.com writes: On 07/19/2013 02:06 AM, Ramkumar Ramachandra wrote: Hi, I tried building lguest to play with it, but was disappointed to find this in the Kconfig: depends on X86_32 Why is

Re: [QUERY] lguest64

2013-07-31 Thread Mike Rapoport
On Wed, Jul 31, 2013 at 3:17 PM, H. Peter Anvin h...@zytor.com wrote: On 07/31/2013 02:39 AM, Mike Rapoport wrote: The use case I had in mind is to use lguest as a nested hypervisor in public clouds. As of today, major public clouds do not support nested virtualization and it's not clear

Re: [QUERY] lguest64

2013-07-31 Thread Mike Rapoport
On Wed, Jul 31, 2013 at 4:19 PM, H. Peter Anvin h...@zytor.com wrote: On 07/31/2013 06:07 AM, Mike Rapoport wrote: We can add a pvops user and that won't change the number of pvops users What?! We modify existing pvops user, IMHO. lguest is existing pvops user and my idea was to extend

Re: [QUERY] lguest64

2013-08-01 Thread Mike Rapoport
On Wed, Jul 31, 2013 at 6:31 PM, Borislav Petkov b...@alien8.de wrote: On Wed, Jul 31, 2013 at 12:39:23PM +0300, Mike Rapoport wrote: There are plenty virtual machines in EC2, Rackspace, HP and other clouds that do not have hardware virtualization. I believe that running a hypervisor on them

[PATCH] mm/mmu_notifier: restore set_pte_at_notify semantics

2014-01-15 Thread Mike Rapoport
that do not implement change_ptr callback. (1) http://thread.gmane.org/gmane.linux.kernel.mm/111710/focus=111711 Reported-by: Izik Eidus izik.ei...@ravellosystems.com Signed-off-by: Mike Rapoport mike.rapop...@ravellosystems.com Cc: Andrea Arcangeli aarca...@redhat.com Cc: Haggai Eran hagg

Kernel crashes when updating cgroups cfs_{period,quota} of qemu-kvm process group

2014-10-27 Thread Mike Rapoport
Hi all, I'm running CentOS 7 with kernel 3.10.0-123.8.1.el7.x86_64 on a machine with 12 Xeon cores with 128G RAM. When running in parallel a loop that starts/stops several VMs using virsh and another loop that modifies cfs_period_us and cfs_quota_us of the machine cgroup, a kernel crash

[PATCH] staging: lustre: whitespace fixes

2015-08-18 Thread Mike Rapoport
Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- .../staging/lustre/lnet/klnds/socklnd/socklnd_cb.c | 4 +- drivers/staging/lustre/lnet/selftest/conrpc.h | 4 +- drivers/staging/lustre/lnet/selftest/console.c | 16 +-- drivers/staging/lustre/lnet/selftest/selftest.h| 2

Re: [PATCH] staging: fbtft: Removed a space

2015-08-21 Thread Mike Rapoport
On Fri, Aug 21, 2015 at 05:55:28PM +0530, Aparna Karuthodi wrote: Okay. I will make the necessary changes and send it again. If I am making changes in each of the lines, should I send it as a patchset? It seems that these checkpatch errors were already fixed in commit that was already merged:

Re: [PATCH] staging: fbtft: Removed a space

2015-08-21 Thread Mike Rapoport
On Fri, Aug 21, 2015 at 06:31:33PM +0530, Aparna Karuthodi wrote: I fetched it yesterday using git fetch origin master. So, I thought I am in the recent kernel tree. In current Linus' tree the fb_bd663474 driver does not have these style errors. Either your 'origin' is pointing to some tree

[PATCH 0/5] staging: lustre: fix some trivial checpatck.pl errors

2015-08-22 Thread Mike Rapoport
Hi, These patches fix some trivial checkpatch.pl errors, like spacing, identation etc. Mike Rapoport (5): staging: lustre: fix whitespace errors reported by checkpatch.pl staging: lustre: fix CODE_INDENT checkpatch.pl errors staging: lustre: fix GLOBAL_INITIALISERS checkpatch.pl errors

[PATCH 1/5] staging: lustre: fix whitespace errors reported by checkpatch.pl

2015-08-22 Thread Mike Rapoport
Added/removed spaces and replaced '+1' with '1' in several places to eliminate SPACING and POINTER_LOCATION errors reported by checkpatch.pl Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- .../staging/lustre/lnet/klnds/socklnd/socklnd_cb.c | 4 +- drivers/staging/lustre/lnet/selftest

Re: [PATCH] staging: lustre: fix whitespace errors reported by checkpatch.pl

2015-08-22 Thread Mike Rapoport
Please ignore this one, I'm going to resend it along with some others in a while, Thanks. On Wed, Aug 19, 2015 at 09:47:22AM +0300, Mike Rapoport wrote: Added/removed spaces and replaced '+1' with '1' in several places to eliminate SPACING and POINTER_LOCATION errors reported by checkpatch.pl

[PATCH 5/5] staging: lustre: fix OPEN_BRACE checkpatch.pl errors

2015-08-22 Thread Mike Rapoport
Fix occurencies of the following checkpatch.pl error: ERROR: open brace '{' following function declarations go on the next line Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/lustre/lustre/include/lprocfs_status.h | 3 ++- drivers/staging/lustre/lustre/include

[PATCH 4/5] staging: lustre: fix SWITCH_CASE_INDENT_LEVEL checkpatch.pl errors

2015-08-22 Thread Mike Rapoport
Fix occurencies of the following checkpatch.pl error: ERROR: switch and case should be at the same indent Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/lustre/lnet/selftest/selftest.h| 20 ++-- .../lustre/lustre/libcfs/linux/linux-tracefile.c | 22

[PATCH 2/5] staging: lustre: fix CODE_INDENT checkpatch.pl errors

2015-08-22 Thread Mike Rapoport
Fix occurencies of the following checkpatch.pl error: ERROR: code indent should use tabs where possible Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/lustre/lnet/klnds/socklnd/socklnd_cb.c | 2 +- drivers/staging/lustre/lnet/klnds/socklnd/socklnd_lib.c | 6 +++--- 2

[PATCH 3/5] staging: lustre: fix GLOBAL_INITIALISERS checkpatch.pl errors

2015-08-22 Thread Mike Rapoport
Fix occurencies of the following checkpatch.pl error: ERROR: do not initialise globals to 0 or NULL Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/lustre/lustre/ldlm/ldlm_resource.c| 4 ++-- drivers/staging/lustre/lustre/libcfs/fail.c | 4

[PATCH] staging: lustre: fix whitespace errors reported by checkpatch.pl

2015-08-19 Thread Mike Rapoport
Added/removed spaces and replaced '+1' with '1' in several places to eliminate SPACING and POINTER_LOCATION errors reported by checkpatch.pl Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- This time with more elaborate changelog... .../staging/lustre/lnet/klnds/socklnd/socklnd_cb.c

[PATCH] staging: ft1000_pcmcia: staticize local functions in ft1000_dnld.c

2015-08-18 Thread Mike Rapoport
Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/ft1000/ft1000-pcmcia/ft1000_dnld.c | 19 ++- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/drivers/staging/ft1000/ft1000-pcmcia/ft1000_dnld.c b/drivers/staging/ft1000/ft1000-pcmcia

[PATCH 4/5] staging: fbtft: fb_ssd1351: define backlight_ops statically

2015-08-16 Thread Mike Rapoport
instead of devm_kzalloc'ing them Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/fbtft/fb_ssd1351.c | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/drivers/staging/fbtft/fb_ssd1351.c b/drivers/staging/fbtft/fb_ssd1351.c index 9bcd7a0

[PATCH 5/5] staging: fbtft: fb_watterott: define backlight_ops statically

2015-08-16 Thread Mike Rapoport
instead of devm_kzalloc'ing them Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/fbtft/fb_watterott.c | 17 + 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/drivers/staging/fbtft/fb_watterott.c b/drivers/staging/fbtft/fb_watterott.c index

[PATCH 1/5] staging: fbtft: remove unused bl_ops from fbtft_unregister_backlight

2015-08-16 Thread Mike Rapoport
Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/fbtft/fbtft-core.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/fbtft/fbtft-core.c b/drivers/staging/fbtft/fbtft-core.c index 23392eb..bbc394a 100644 --- a/drivers/staging/fbtft/fbtft-core.c +++ b

[PATCH 2/5] staging: fbtft: fbtft-core: define backlight_ops statically

2015-08-16 Thread Mike Rapoport
instead of devm_kzalloc'ing them Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/fbtft/fbtft-core.c | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/drivers/staging/fbtft/fbtft-core.c b/drivers/staging/fbtft/fbtft-core.c index bbc394a

[PATCH 3/5] staging: fbtft: fbtft_request_gpios: reduce nesting

2015-08-16 Thread Mike Rapoport
Returning immediately if no platform_data or platform_data-gpios is specified reduceis code nesting Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/fbtft/fbtft-core.c | 51 +++--- 1 file changed, 26 insertions(+), 25 deletions(-) diff

[PATCH 0/5] staging: fbtft: some checpatch.pl cleanups

2015-08-16 Thread Mike Rapoport
Hi, These patches slightly refactor the code to reduce amount of checkpath.pl warnings Mike Rapoport (5): staging: fbtft: remove unused bl_ops from fbtft_unregister_backlight staging: fbtft: fbtft-core: define backlight_ops statically staging: fbtft: fbtft_request_gpios: reduce nesting

[PATCH 08/17] staging: sm750fb: rename swI2CWriteReg to sm750_sw_i2c_write_reg

2015-08-23 Thread Mike Rapoport
Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/sm750fb/ddk750_swi2c.c | 2 +- drivers/staging/sm750fb/ddk750_swi2c.h | 2 +- drivers/staging/sm750fb/sm750_hw.c | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/sm750fb

[PATCH 16/17] staging: sm750fb: ddk750_*i2c: remove multiple blank lines

2015-08-23 Thread Mike Rapoport
Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/sm750fb/ddk750_hwi2c.c | 16 drivers/staging/sm750fb/ddk750_swi2c.c | 1 - 2 files changed, 17 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_hwi2c.c b/drivers/staging/sm750fb/ddk750_hwi2c.c

[PATCH 14/17] staging: sm750fb: ddk750_swi2c: rename CamelCase static variables

2015-08-23 Thread Mike Rapoport
Rename static variables defining I2C GPIO pins and their control registers from CamelCase. Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/sm750fb/ddk750_swi2c.c | 96 +- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git

[PATCH 17/17] staging: sm750fb: ddk750_*i2c: shorten lines to under 80 characters

2015-08-23 Thread Mike Rapoport
Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/sm750fb/ddk750_hwi2c.c | 19 ++- drivers/staging/sm750fb/ddk750_hwi2c.h | 3 ++- drivers/staging/sm750fb/ddk750_swi2c.c | 22 -- 3 files changed, 32 insertions(+), 12 deletions(-) diff

[PATCH 04/17] staging: sm750fb: rename hwI2CWriteReg to sm750_hw_i2c_write_reg

2015-08-23 Thread Mike Rapoport
Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/sm750fb/ddk750_hwi2c.c | 2 +- drivers/staging/sm750fb/ddk750_hwi2c.h | 2 +- drivers/staging/sm750fb/ddk750_sii164.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/sm750fb

[PATCH 09/17] staging: sm750fb: ddk750_swi2c: staticize swI2C{SCL,SDA}

2015-08-23 Thread Mike Rapoport
Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/sm750fb/ddk750_swi2c.c | 4 ++-- drivers/staging/sm750fb/ddk750_swi2c.h | 21 - 2 files changed, 2 insertions(+), 23 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_swi2c.c b/drivers/staging

[PATCH 11/17] staging: sm750fb: ddk750_hw_i2c: rename busSpeedMode

2015-08-23 Thread Mike Rapoport
rename CamelCase parameter in sm750_hw_i2c_init() Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/sm750fb/ddk750_hwi2c.c | 4 ++-- drivers/staging/sm750fb/ddk750_hwi2c.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/sm750fb

[PATCH 00/17] staging: sm750fb: coding style fixes

2015-08-23 Thread Mike Rapoport
Hi, These patches are fixing coding style issues in ddk750_*i2c* files of the sm750fb driver Mike Rapoport (17): staging: sm750fb: rename hwI2CInit to sm750_hw_i2c_init staging: sm750fb: rename hwI2CClose to sm750_hw_i2c_close staging: sm750fb: rename hwI2CReadReg to sm750_hw_i2c_read_reg

[PATCH 02/17] staging: sm750fb: rename hwI2CClose to sm750_hw_i2c_close

2015-08-23 Thread Mike Rapoport
Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/sm750fb/ddk750_hwi2c.c | 2 +- drivers/staging/sm750fb/ddk750_hwi2c.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_hwi2c.c b/drivers/staging/sm750fb/ddk750_hwi2c.c

[PATCH 01/17] staging: sm750fb: rename hwI2CInit to sm750_hw_i2c_init

2015-08-23 Thread Mike Rapoport
Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/sm750fb/ddk750_hwi2c.c | 2 +- drivers/staging/sm750fb/ddk750_hwi2c.h | 2 +- drivers/staging/sm750fb/ddk750_sii164.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/sm750fb

[PATCH 13/17] staging: sm750fb: ddk750_hwi2c: reduce amount of CamelCase

2015-08-23 Thread Mike Rapoport
Rename camel case variables deviceAddress, pBuffer and totalBytes to addr, buf and total_bytes respectively in sm750_hw_i2c_{read,write}_data functions. Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/sm750fb/ddk750_hwi2c.c | 36 +- 1 file

[PATCH 15/17] staging: sm750fb: ddk750_swi2c: further reduce CamelCase

2015-08-23 Thread Mike Rapoport
Rename remaining CamelCase variables Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/sm750fb/ddk750_swi2c.c | 122 - drivers/staging/sm750fb/ddk750_swi2c.h | 20 +++--- 2 files changed, 71 insertions(+), 71 deletions(-) diff --git

[PATCH 12/17] staging: sm750fb: hw_i2c_{read,write}: rename CamelCase variables

2015-08-23 Thread Mike Rapoport
Rename longCamelCase variables deviceAddress and registerIndex to shorter addr and reg Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/sm750fb/ddk750_hwi2c.c | 16 drivers/staging/sm750fb/ddk750_hwi2c.h | 4 ++-- 2 files changed, 10 insertions(+), 10

[PATCH 10/17] staging: sm750fb: ddk750_swi2c: rename CamelCase static functions

2015-08-23 Thread Mike Rapoport
Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/sm750fb/ddk750_swi2c.c | 116 - 1 file changed, 58 insertions(+), 58 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_swi2c.c b/drivers/staging/sm750fb/ddk750_swi2c.c index 6a10ae3

[PATCH 03/17] staging: sm750fb: rename hwI2CReadReg to sm750_hw_i2c_read_reg

2015-08-23 Thread Mike Rapoport
Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/sm750fb/ddk750_hwi2c.c | 2 +- drivers/staging/sm750fb/ddk750_hwi2c.h | 2 +- drivers/staging/sm750fb/ddk750_sii164.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/sm750fb

[PATCH 07/17] staging: sm750fb: rename swI2CReadReg to sm750_sw_i2c_read_reg

2015-08-23 Thread Mike Rapoport
Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/sm750fb/ddk750_swi2c.c | 2 +- drivers/staging/sm750fb/ddk750_swi2c.h | 2 +- drivers/staging/sm750fb/sm750_hw.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/sm750fb

[PATCH 06/17] staging: sm750fb: rename swI2CInit to sm750_sw_i2c_init

2015-08-23 Thread Mike Rapoport
Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/sm750fb/ddk750_sii164.c | 2 +- drivers/staging/sm750fb/ddk750_swi2c.c | 2 +- drivers/staging/sm750fb/ddk750_swi2c.h | 2 +- drivers/staging/sm750fb/sm750_hw.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions

[PATCH 05/17] staging: sm750fb: ddk750_hwi2c: rename CamelCase static functions

2015-08-23 Thread Mike Rapoport
Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/sm750fb/ddk750_hwi2c.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_hwi2c.c b/drivers/staging/sm750fb/ddk750_hwi2c.c index e6d31db..0677ff0 100644

Re: [PATCH 0/6] staging: android: allow building some drivers as a module

2015-08-11 Thread Mike Rapoport
On Tue, Aug 11, 2015 at 12:03 AM, Greg Kroah-Hartman g...@kroah.com wrote: On Mon, Aug 10, 2015 at 11:10:37PM +0300, Mike Rapoport wrote: On Mon, Aug 10, 2015 at 6:38 PM, Greg Kroah-Hartman g...@kroah.com wrote: On Mon, Aug 10, 2015 at 09:24:15AM +0300, Mike Rapoport wrote: Hi

[PATCH] staging: android: TODO: remove irrelevant parts

2015-08-11 Thread Mike Rapoport
- remove make sure things build as modules properly - remove kuid_t related remarks, they were relevant for logger, but it is gone half year ago - remove dead e-mail address of Brian Swetland Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/android/TODO | 11

Re: [PATCH 0/6] staging: android: allow building some drivers as a module

2015-08-10 Thread Mike Rapoport
On Mon, Aug 10, 2015 at 6:38 PM, Greg Kroah-Hartman g...@kroah.com wrote: On Mon, Aug 10, 2015 at 09:24:15AM +0300, Mike Rapoport wrote: Hi, These patches enable building of timed_gpio, sync* and ashmem as a module Why do you want to do this? Apparently I've misread - make sure things build

[PATCH v2] staging: android: update TODO

2015-08-12 Thread Mike Rapoport
- remove make sure things build as modules properly - remove kuid_t related remarks, they were relevant for logger, but it is gone half year ago - remove dead e-mail address of Brian Swetland - add e-mail addresses of Arve Hjønnevåg and Riley Andrews Signed-off-by: Mike Rapoport mike.rapop

[PATCH 4/6] staging: android: allow building sync and sw_sync as a module

2015-08-10 Thread Mike Rapoport
Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/android/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/android/Kconfig b/drivers/staging/android/Kconfig index 00f7894..93b65bd 100644 --- a/drivers/staging/android/Kconfig

[PATCH 5/6] mm: export shmem_zero_setup for modules

2015-08-10 Thread Mike Rapoport
to allow building Android ASHMEM as module Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- mm/shmem.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mm/shmem.c b/mm/shmem.c index 4caf8ed..80b4098 100644 --- a/mm/shmem.c +++ b/mm/shmem.c @@ -3411,6 +3411,7 @@ int shmem_zero_setup

[PATCH 2/6] staging: android: sync_debug.c: add include for linux/module.h

2015-08-10 Thread Mike Rapoport
: warning: ‘sync_debugfs_init’ defined but not used [-Wunused-function] static __init int sync_debugfs_init(void) Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/android/sync_debug.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/android/sync_debug.c b

[PATCH 6/6] staging: android: allow building ashmem as a module

2015-08-10 Thread Mike Rapoport
Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/android/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android/Kconfig b/drivers/staging/android/Kconfig index 93b65bd..5907e07 100644 --- a/drivers/staging/android/Kconfig +++ b

[PATCH 0/6] staging: android: allow building some drivers as a module

2015-08-10 Thread Mike Rapoport
Hi, These patches enable building of timed_gpio, sync* and ashmem as a module Mike Rapoport (6): staging: android: allow building timed_gpio as a module staging: android: sync_debug.c: add include for linux/module.h staging: android: combine sync.o and sync_debug.o into sync-core.o

[PATCH 1/6] staging: android: allow building timed_gpio as a module

2015-08-10 Thread Mike Rapoport
Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/android/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android/Kconfig b/drivers/staging/android/Kconfig index 6830712..00f7894 100644 --- a/drivers/staging/android/Kconfig +++ b

[PATCH 3/6] staging: android: combine sync.o and sync_debug.o into sync-core.o

2015-08-10 Thread Mike Rapoport
to avoid cross dependencies when building sync as module Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- drivers/staging/android/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/staging/android/Makefile b/drivers/staging/android/Makefile index

Re: [PATCH] staging: rtl8712: Remove boolean comparisons

2015-10-19 Thread Mike Rapoport
On Sun, Oct 18, 2015 at 08:35:04PM +0100, Luis de Bethencourt wrote: > Boolean tests do not need explicit comparison to true or false. > > Signed-off-by: Luis de Bethencourt > --- > drivers/staging/rtl8712/os_intfs.c| 4 +- >

Re: [PATCH] staging: netlogic: xlr_net.h: fixedcoding stly warnings

2015-10-15 Thread Mike Rapoport
On Wed, Oct 14, 2015 at 07:29:30PM +0530, Sakshi Bansal wrote: > Fixed block comments usage of * on subsequent lines > > Signed-off-by: Sakshi Bansal > --- > drivers/staging/netlogic/xlr_net.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Please fix the

Re: [PATCH 2/5] staging: fsl-mc: abstract test for whether a dprc is a root dprc

2015-10-06 Thread Mike Rapoport
On Sun, Oct 04, 2015 at 10:09:51AM +0300, itai.k...@freescale.com wrote: > From: Itai Katz > > Instead of relying on assumptions about fields in data > structures, abstract the test for whether a dprc is a root > dprc into a function. > > Signed-off-by: Itai Katz

[PATCH] x86/hyperv: fix build error when CONFIG_KEXEC_CORE is not defined

2015-09-02 Thread Mike Rapoport
When CONFIG_KEXEC_CORE is not enabled, linkage fails with the following error: LINKvmlinux LD vmlinux.o MODPOST vmlinux.o GEN .version CHK include/generated/compile.h UPD include/generated/compile.h CC init/version.o LD init/built-in.o

[PATCH v2] staging: ft1000_pcmcia: staticize local functions in ft1000_dnld.c

2015-09-03 Thread Mike Rapoport
Several functions in ft1000_dnld.c are not used outside that file, make them static Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com> --- v2 changes: * add changelog drivers/staging/ft1000/ft1000-pcmcia/ft1000_dnld.c | 19 ++- 1 file changed, 6 insertions(+), 13 del

Re: [PATCH v2 12/17] staging: sm750fb: hw_i2c_{read,write}: rename CamelCase variables

2015-09-05 Thread Mike Rapoport
On Fri, Sep 04, 2015 at 05:53:44PM +0530, Sudip Mukherjee wrote: > On Fri, Sep 04, 2015 at 11:18:57AM +0300, Mike Rapoport wrote: > > Rename longCamelCase variables deviceAddress and registerIndex to > > shorter addr and reg > > > > Signed-off-by: Mike Rapopo

Re: [PATCH v2 09/17] staging: sm750fb: ddk750_swi2c: staticize swI2C{SCL,SDA}

2015-09-05 Thread Mike Rapoport
On Fri, Sep 04, 2015 at 05:43:51PM +0530, Sudip Mukherjee wrote: > On Fri, Sep 04, 2015 at 11:18:54AM +0300, Mike Rapoport wrote: > > Fix the checkpatch warning about CamelCase. > > > > Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com> > > --- > Your subj

Re: [PATCH v2 10/17] staging: sm750fb: ddk750_swi2c: rename CamelCase static functions

2015-09-05 Thread Mike Rapoport
On Fri, Sep 04, 2015 at 05:56:07PM +0530, Sudip Mukherjee wrote: > On Fri, Sep 04, 2015 at 11:18:55AM +0300, Mike Rapoport wrote: > > Fix the checkpatch warning about CamelCase. > > > > Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com> > > --- > This is a

[PATCH v2 0/5] staging: fbtft: some checpatch.pl cleanups

2015-09-02 Thread Mike Rapoport
Hi, These patches slightly refactor the code to reduce amount of checkpath.pl warnings v2 changes: * add elaborate changelog to the first pacth in the series (staging: fbtft: remove unused bl_ops from fbtft_unregister_backlight) Mike Rapoport (5): staging: fbtft: remove unused bl_ops from

[PATCH v2 1/5] staging: fbtft: remove unused bl_ops from fbtft_unregister_backlight

2015-09-02 Thread Mike Rapoport
The only usage of bl_ops variable in fbtft_unregister_backlight function was assigment of a value to that variable, therefore the assignment and the variable itself can be safely removed Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com> --- drivers/staging/fbtft/fbtft-core.c | 3 ---

[PATCH v2 5/5] staging: fbtft: fb_watterott: define backlight_ops statically

2015-09-02 Thread Mike Rapoport
instead of devm_kzalloc'ing them Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com> --- drivers/staging/fbtft/fb_watterott.c | 17 + 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/drivers/staging/fbtft/fb_watterott.c b/drivers/staging/fbtft/fb_watte

[PATCH v2 3/5] staging: fbtft: fbtft_request_gpios: reduce nesting

2015-09-02 Thread Mike Rapoport
Returning immediately if no platform_data or platform_data->gpios is specified reduceis code nesting Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com> --- drivers/staging/fbtft/fbtft-core.c | 51 +++--- 1 file changed, 26 insertions(+), 25 deletions

[PATCH v2 4/5] staging: fbtft: fb_ssd1351: define backlight_ops statically

2015-09-02 Thread Mike Rapoport
instead of devm_kzalloc'ing them Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com> --- drivers/staging/fbtft/fb_ssd1351.c | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/drivers/staging/fbtft/fb_ssd1351.c b/drivers/staging/fbtft/fb_ssd1351.c index 9

[PATCH v2 2/5] staging: fbtft: fbtft-core: define backlight_ops statically

2015-09-02 Thread Mike Rapoport
instead of devm_kzalloc'ing them Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com> --- drivers/staging/fbtft/fbtft-core.c | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/drivers/staging/fbtft/fbtft-core.c b/drivers/staging/fbtft/fbtft-core.c

Re: [PATCH 1/5] staging: lustre: fix whitespace errors reported by checkpatch.pl

2015-09-02 Thread Mike Rapoport
On Wed, Sep 02, 2015 at 05:48:46PM -0700, Greg Kroah-Hartman wrote: > On Sat, Aug 22, 2015 at 05:17:19PM +0300, Mike Rapoport wrote: > > Added/removed spaces and replaced '+1' with '1' in several places to > > eliminate SPACING and POINTER_LOCATION errors reported by checkpatch.pl

[PATCH] staging: lustre: fix whitespace errors reported by checkpatch.pl

2015-09-03 Thread Mike Rapoport
Added/removed spaces and replaced '+1' with '1' in several places to eliminate SPACING and POINTER_LOCATION errors reported by checkpatch.pl Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com> --- Rebased against current staging-testing. Greg, sorry for the previous one, forgot to

[PATCH] regmap: fix compilation warning

2015-09-02 Thread Mike Rapoport
in this function [-Wmaybe-uninitialized] int ret, i; ^ Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com> --- drivers/base/regmap/regmap.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/base/regmap/regmap.c b/drivers/base/regmap/regmap.c index 7

[PATCH] virtio-gpu: fix compilation warnings

2015-09-02 Thread Mike Rapoport
s.c: In function ‘virtio_gpu_debugfs_irq_info’: drivers/gpu/drm/virtio/virtgpu_debugfs.c:39:6: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘long long int’ [-Wformat=] vgdev->fence_drv.sync_seq); ^ Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com> --

[PATCH v3 09/17] staging: sm750fb: ddk750_swi2c: staticize swI2C{SCL,SDA}

2015-09-06 Thread Mike Rapoport
swI2C{SCL,SDA} are not used outside ddk750_swi2c, make them static Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com> --- drivers/staging/sm750fb/ddk750_swi2c.c | 4 ++-- drivers/staging/sm750fb/ddk750_swi2c.h | 21 - 2 files changed, 2 insertions(+), 23 del

[PATCH v3 07/17] staging: sm750fb: rename swI2CReadReg to sm750_sw_i2c_read_reg

2015-09-06 Thread Mike Rapoport
Fix the checkpatch warning about CamelCase. Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com> --- drivers/staging/sm750fb/ddk750_swi2c.c | 2 +- drivers/staging/sm750fb/ddk750_swi2c.h | 2 +- drivers/staging/sm750fb/sm750_hw.c | 2 +- 3 files changed, 3 insertions(+), 3 del

[PATCH v3 12/17] staging: sm750fb: hw_i2c_{read,write}: rename CamelCase variables

2015-09-06 Thread Mike Rapoport
Rename longCamelCase variables deviceAddress and registerIndex to shorter addr and reg Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com> --- drivers/staging/sm750fb/ddk750_hwi2c.c | 16 drivers/staging/sm750fb/ddk750_hwi2c.h | 4 ++-- 2 files changed, 10 insertions(

[PATCH v3 10/17] staging: sm750fb: ddk750_swi2c: rename CamelCase static functions

2015-09-06 Thread Mike Rapoport
Fix the checkpatch warning about CamelCase. Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com> --- drivers/staging/sm750fb/ddk750_swi2c.c | 116 - 1 file changed, 58 insertions(+), 58 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_swi2c.c b/d

[PATCH v3 11/17] staging: sm750fb: ddk750_hw_i2c: rename busSpeedMode

2015-09-06 Thread Mike Rapoport
rename CamelCase parameter in sm750_hw_i2c_init() Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com> --- drivers/staging/sm750fb/ddk750_hwi2c.c | 4 ++-- drivers/staging/sm750fb/ddk750_hwi2c.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/s

[PATCH v3 14/17] staging: sm750fb: ddk750_swi2c: rename CamelCase static variables

2015-09-06 Thread Mike Rapoport
Rename static variables defining I2C GPIO pins and their control registers from CamelCase. Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com> --- drivers/staging/sm750fb/ddk750_swi2c.c | 96 +- 1 file changed, 48 insertions(+), 48 deletions(-) diff

[PATCH v3 08/17] staging: sm750fb: rename swI2CWriteReg to sm750_sw_i2c_write_reg

2015-09-06 Thread Mike Rapoport
Fix the checkpatch warning about CamelCase. Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com> --- drivers/staging/sm750fb/ddk750_swi2c.c | 2 +- drivers/staging/sm750fb/ddk750_swi2c.h | 2 +- drivers/staging/sm750fb/sm750_hw.c | 6 +++--- 3 files changed, 5 insertions(+), 5 del

[PATCH v3 06/17] staging: sm750fb: rename swI2CInit to sm750_sw_i2c_init

2015-09-06 Thread Mike Rapoport
Fix the checkpatch warning about CamelCase. Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com> --- drivers/staging/sm750fb/ddk750_sii164.c | 2 +- drivers/staging/sm750fb/ddk750_swi2c.c | 2 +- drivers/staging/sm750fb/ddk750_swi2c.h | 2 +- drivers/staging/sm750fb/sm750_hw.c | 2

[PATCH v3 13/17] staging: sm750fb: ddk750_hwi2c: reduce amount of CamelCase

2015-09-06 Thread Mike Rapoport
Rename camel case variables deviceAddress, pBuffer and totalBytes to addr, buf and total_bytes respectively in sm750_hw_i2c_{read,write}_data functions. Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com> --- drivers/staging/sm750fb/ddk750_hwi2c.c | 36 +--

[PATCH v3 15/17] staging: sm750fb: ddk750_swi2c: further reduce CamelCase

2015-09-06 Thread Mike Rapoport
Rename remaining CamelCase variables Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com> --- drivers/staging/sm750fb/ddk750_swi2c.c | 122 - drivers/staging/sm750fb/ddk750_swi2c.h | 20 +++--- 2 files changed, 71 insertions(+), 71 deletions(-) diff

[PATCH v3 05/17] staging: sm750fb: ddk750_hwi2c: rename CamelCase static functions

2015-09-06 Thread Mike Rapoport
Fix the checkpatch warning about CamelCase. Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com> --- drivers/staging/sm750fb/ddk750_hwi2c.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_hwi2c.c b/drivers/staging/s

[PATCH v3 03/17] staging: sm750fb: rename hwI2CReadReg to sm750_hw_i2c_read_reg

2015-09-06 Thread Mike Rapoport
Fix the checkpatch warning about CamelCase Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com> --- drivers/staging/sm750fb/ddk750_hwi2c.c | 2 +- drivers/staging/sm750fb/ddk750_hwi2c.h | 2 +- drivers/staging/sm750fb/ddk750_sii164.c | 2 +- 3 files changed, 3 insertions(+), 3 del

[PATCH v3 04/17] staging: sm750fb: rename hwI2CWriteReg to sm750_hw_i2c_write_reg

2015-09-06 Thread Mike Rapoport
Fix the checkpatch warning about CamelCase Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com> --- drivers/staging/sm750fb/ddk750_hwi2c.c | 2 +- drivers/staging/sm750fb/ddk750_hwi2c.h | 2 +- drivers/staging/sm750fb/ddk750_sii164.c | 2 +- 3 files changed, 3 insertions(+), 3 del

[PATCH v3 01/17] staging: sm750fb: rename hwI2CInit to sm750_hw_i2c_init

2015-09-06 Thread Mike Rapoport
Fix the checkpatch warning about CamelCase Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com> --- drivers/staging/sm750fb/ddk750_hwi2c.c | 2 +- drivers/staging/sm750fb/ddk750_hwi2c.h | 2 +- drivers/staging/sm750fb/ddk750_sii164.c | 2 +- 3 files changed, 3 insertions(+), 3 del

[PATCH v3 02/17] staging: sm750fb: rename hwI2CClose to sm750_hw_i2c_close

2015-09-06 Thread Mike Rapoport
Fix the checkpatch warning about CamelCase Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com> --- drivers/staging/sm750fb/ddk750_hwi2c.c | 2 +- drivers/staging/sm750fb/ddk750_hwi2c.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/s

[PATCH v3 00/17] staging: sm750fb: coding style fixes

2015-09-06 Thread Mike Rapoport
}) v2 changes: * add changelog text * change patch 5 (staging: sm750fb: ddk750_hwi2c: rename CamelCase static functions) so that ut won't add sm750_ prefix to static functions Mike Rapoport (17): staging: sm750fb: rename hwI2CInit to sm750_hw_i2c_init staging: sm750fb: rename hwI2CClose

[PATCH v3 17/17] staging: sm750fb: ddk750_*i2c: shorten lines to under 80 characters

2015-09-06 Thread Mike Rapoport
Fix some checkpatch warnings about long lines Signed-off-by: Mike Rapoport <mike.rapop...@gmail.com> --- drivers/staging/sm750fb/ddk750_hwi2c.c | 19 ++- drivers/staging/sm750fb/ddk750_hwi2c.h | 3 ++- drivers/staging/sm750fb/ddk750_swi2c.c | 22 -- 3

  1   2   3   4   5   6   7   8   9   10   >