[PATCH v3 5/7] dell-led: remove code related to mic mute LED

2017-02-16 Thread Michał Kępień
With dell_micmute_led_set() moved to drivers/platform/x86/dell-laptop.c, all remnants of the mic mute LED handling code can be removed from drivers/leds/dell-led.c, restoring it back to the state it was in before commit db6d8cc00773 ("dell-led: add mic mute led interface"). Signed-off-by: Michał

[PATCH v3 1/7] dell-led: remove GUID check from dell_micmute_led_set()

2017-02-16 Thread Michał Kępień
As dell_micmute_led_set() no longer uses the dell_wmi_perform_query() method, which was removed in commit 0c41a08e131d ("dell-led: use dell_smbios_send_request() for performing SMBIOS calls"), the DELL_APP_GUID check is redundant and thus can be safely removed. Signed-off-by: Michał Kępień

[PATCH v3 7/7] platform/x86: dell-wmi-led: fix coding style issues

2017-02-16 Thread Michał Kępień
Fix coding style issues in dell-wmi-led to make sure the module gets a clean start in the x86 platform driver subsystem. Signed-off-by: Michał Kępień --- drivers/platform/x86/dell-wmi-led.c | 66 +++-- 1 file changed, 26 insertions(+), 40

[PATCH v3 5/7] dell-led: remove code related to mic mute LED

2017-02-16 Thread Michał Kępień
With dell_micmute_led_set() moved to drivers/platform/x86/dell-laptop.c, all remnants of the mic mute LED handling code can be removed from drivers/leds/dell-led.c, restoring it back to the state it was in before commit db6d8cc00773 ("dell-led: add mic mute led interface"). Signed-off-by: Michał

[PATCH v3 1/7] dell-led: remove GUID check from dell_micmute_led_set()

2017-02-16 Thread Michał Kępień
As dell_micmute_led_set() no longer uses the dell_wmi_perform_query() method, which was removed in commit 0c41a08e131d ("dell-led: use dell_smbios_send_request() for performing SMBIOS calls"), the DELL_APP_GUID check is redundant and thus can be safely removed. Signed-off-by: Michał Kępień

[PATCH v3 7/7] platform/x86: dell-wmi-led: fix coding style issues

2017-02-16 Thread Michał Kępień
Fix coding style issues in dell-wmi-led to make sure the module gets a clean start in the x86 platform driver subsystem. Signed-off-by: Michał Kępień --- drivers/platform/x86/dell-wmi-led.c | 66 +++-- 1 file changed, 26 insertions(+), 40 deletions(-) diff --git

[PATCH v3 6/7] dell-led: move driver to drivers/platform/x86/dell-wmi-led.c

2017-02-16 Thread Michał Kępień
The dell-led driver handles a specific WMI GUID present on some Dell laptops and as such it belongs in the x86 platform driver subsystem. Source code is moved along with the relevant Kconfig and Makefile entries, with some minor modifications: - Kconfig option is renamed from

[PATCH v3 6/7] dell-led: move driver to drivers/platform/x86/dell-wmi-led.c

2017-02-16 Thread Michał Kępień
The dell-led driver handles a specific WMI GUID present on some Dell laptops and as such it belongs in the x86 platform driver subsystem. Source code is moved along with the relevant Kconfig and Makefile entries, with some minor modifications: - Kconfig option is renamed from

Re: [PATCH 13/35] drivers/char: Convert remaining use of pr_warning to pr_warn

2017-02-16 Thread Amit Shah
On (Thu) 16 Feb 2017 [23:11:26], Joe Perches wrote: > To enable eventual removal of pr_warning > > This makes pr_warn use consistent for drivers/char > > Prior to this patch, there were 1 use of pr_warning and > 40 uses of pr_warn in drivers/char > > Signed-off-by: Joe Perches

Re: [PATCH 13/35] drivers/char: Convert remaining use of pr_warning to pr_warn

2017-02-16 Thread Amit Shah
On (Thu) 16 Feb 2017 [23:11:26], Joe Perches wrote: > To enable eventual removal of pr_warning > > This makes pr_warn use consistent for drivers/char > > Prior to this patch, there were 1 use of pr_warning and > 40 uses of pr_warn in drivers/char > > Signed-off-by: Joe Perches Reviewed-by:

[PATCH] timers, sched_clock: Update timeout for clock wrap

2017-02-16 Thread David Engraf
The scheduler clock framework may not use the correct timeout for the clock wrap. This happens when a new clock driver calls sched_clock_register() after the kernel called sched_clock_postinit(). In this case the clock wrap timeout is too long thus sched_clock_poll() is called too late and the

[PATCH] timers, sched_clock: Update timeout for clock wrap

2017-02-16 Thread David Engraf
The scheduler clock framework may not use the correct timeout for the clock wrap. This happens when a new clock driver calls sched_clock_register() after the kernel called sched_clock_postinit(). In this case the clock wrap timeout is too long thus sched_clock_poll() is called too late and the

Re: [PATCH V2 0/6] PM / Domains: Implement domain performance states

2017-02-16 Thread Ulf Hansson
On 17 February 2017 at 06:38, Viresh Kumar wrote: > On 09-02-17, 09:11, Viresh Kumar wrote: >> The first 5 patches update the PM domain and QoS frameworks to support >> that and the last one presents the front end interface to it. > > @Kevin and Ulf, > > Is there

Re: [PATCH V2 0/6] PM / Domains: Implement domain performance states

2017-02-16 Thread Ulf Hansson
On 17 February 2017 at 06:38, Viresh Kumar wrote: > On 09-02-17, 09:11, Viresh Kumar wrote: >> The first 5 patches update the PM domain and QoS frameworks to support >> that and the last one presents the front end interface to it. > > @Kevin and Ulf, > > Is there something wrong with this series?

Re: [PATCH 09/35] x86: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Pekka Paalanen
On Thu, 16 Feb 2017 23:11:22 -0800 Joe Perches wrote: > To enable eventual removal of pr_warning > > This makes pr_warn use consistent for arch/x86 > > Prior to this patch, there were 46 uses of pr_warning and > 122 uses of pr_warn in arch/x86 > > Miscellanea: > > o

Re: [PATCH 09/35] x86: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Pekka Paalanen
On Thu, 16 Feb 2017 23:11:22 -0800 Joe Perches wrote: > To enable eventual removal of pr_warning > > This makes pr_warn use consistent for arch/x86 > > Prior to this patch, there were 46 uses of pr_warning and > 122 uses of pr_warn in arch/x86 > > Miscellanea: > > o Coalesce a few formats

Re: [PATCH 27/35] drivers/platform: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Andy Shevchenko
On Fri, Feb 17, 2017 at 9:11 AM, Joe Perches wrote: > To enable eventual removal of pr_warning > > This makes pr_warn use consistent for drivers/platform > > Prior to this patch, there were 7 uses of pr_warning and > 108 uses of pr_warn in drivers/platform Acked-by: Andy

Re: [PATCH 27/35] drivers/platform: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Andy Shevchenko
On Fri, Feb 17, 2017 at 9:11 AM, Joe Perches wrote: > To enable eventual removal of pr_warning > > This makes pr_warn use consistent for drivers/platform > > Prior to this patch, there were 7 uses of pr_warning and > 108 uses of pr_warn in drivers/platform Acked-by: Andy Shevchenko > >

Re: [PATCH] platform/x86: ideapad-laptop: Add sysfs interface for touchpad state

2017-02-16 Thread Andy Shevchenko
On Fri, Feb 17, 2017 at 5:33 AM, Darren Hart wrote: > On Tue, Feb 14, 2017 at 07:46:12PM +0530, Ritesh Raj Sarraf wrote: >> Lenovo Yoga (many variants: Yoga, Yoga2 Pro, Yoga2 13, Yoga3 Pro, Yoga 3 >> 14 etc) has multiple modles that are a hybrid laptop, working in laptop >>

Re: [PATCH] platform/x86: ideapad-laptop: Add sysfs interface for touchpad state

2017-02-16 Thread Andy Shevchenko
On Fri, Feb 17, 2017 at 5:33 AM, Darren Hart wrote: > On Tue, Feb 14, 2017 at 07:46:12PM +0530, Ritesh Raj Sarraf wrote: >> Lenovo Yoga (many variants: Yoga, Yoga2 Pro, Yoga2 13, Yoga3 Pro, Yoga 3 >> 14 etc) has multiple modles that are a hybrid laptop, working in laptop >> mode as well as tablet

[GIT PULL] MMC fixes for v.4.10 rc9

2017-02-16 Thread Ulf Hansson
Hi Linus, Here's one mmc fix intended for v4.10 rc9 (or final if no new rc). Based on v4.10-rc8. Details are as usual found in the signed tag. Please pull this in! Kind regards Ulf Hansson The following changes since commit 7089db84e356562f8ba737c29e472cc42d530dbc: Linux 4.10-rc8

[PATCH 0/2] x86/xen: cpuid() cleanup

2017-02-16 Thread Juergen Gross
Reduce special casing of xen_cpuid() and disable DCA feature for pv domains as it isn't supported under Xen. Juergen Gross (2): x86/xen: don't indicate DCA support in pv domains x86/xen: use capabilities instead of fake cpuid values arch/x86/xen/enlighten.c | 14 ++ 1 file

[GIT PULL] MMC fixes for v.4.10 rc9

2017-02-16 Thread Ulf Hansson
Hi Linus, Here's one mmc fix intended for v4.10 rc9 (or final if no new rc). Based on v4.10-rc8. Details are as usual found in the signed tag. Please pull this in! Kind regards Ulf Hansson The following changes since commit 7089db84e356562f8ba737c29e472cc42d530dbc: Linux 4.10-rc8

[PATCH 0/2] x86/xen: cpuid() cleanup

2017-02-16 Thread Juergen Gross
Reduce special casing of xen_cpuid() and disable DCA feature for pv domains as it isn't supported under Xen. Juergen Gross (2): x86/xen: don't indicate DCA support in pv domains x86/xen: use capabilities instead of fake cpuid values arch/x86/xen/enlighten.c | 14 ++ 1 file

[PATCH 1/2] x86/xen: don't indicate DCA support in pv domains

2017-02-16 Thread Juergen Gross
Xen doesn't support DCA (direct cache access) for pv domains. Clear the corresponding capability indicator. Signed-off-by: Juergen Gross --- arch/x86/xen/enlighten.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index

[PATCH 1/2] x86/xen: don't indicate DCA support in pv domains

2017-02-16 Thread Juergen Gross
Xen doesn't support DCA (direct cache access) for pv domains. Clear the corresponding capability indicator. Signed-off-by: Juergen Gross --- arch/x86/xen/enlighten.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index 51ef952..83399ce

[PATCH 2/2] x86/xen: use capabilities instead of fake cpuid values

2017-02-16 Thread Juergen Gross
When running as pv domain xen_cpuid() is being used instead of native_cpuid(). In xen_cpuid() the aperf/mperf feature is indicated as not being present by special casing the related cpuid leaf. Instead of delivering fake cpuid values clear the cpu capability bit for aperf/mperf instead.

Re: [PATCH 4/5] sprd_serial: switch comptible string to sc-uart

2017-02-16 Thread Chunyan Zhang
On 四, 2月 16, 2017 at 02:31:38下午 +0100, Arnd Bergmann wrote: > On Tuesday, February 14, 2017 5:19:11 PM CET Chunyan Zhang wrote: > > static const struct of_device_id serial_ids[] = { > > - {.compatible = "sprd,sc9836-uart",}, > > + {.compatible = "sprd,sc-uart",}, > > {} > >

[PATCH 2/2] x86/xen: use capabilities instead of fake cpuid values

2017-02-16 Thread Juergen Gross
When running as pv domain xen_cpuid() is being used instead of native_cpuid(). In xen_cpuid() the aperf/mperf feature is indicated as not being present by special casing the related cpuid leaf. Instead of delivering fake cpuid values clear the cpu capability bit for aperf/mperf instead.

Re: [PATCH 4/5] sprd_serial: switch comptible string to sc-uart

2017-02-16 Thread Chunyan Zhang
On 四, 2月 16, 2017 at 02:31:38下午 +0100, Arnd Bergmann wrote: > On Tuesday, February 14, 2017 5:19:11 PM CET Chunyan Zhang wrote: > > static const struct of_device_id serial_ids[] = { > > - {.compatible = "sprd,sc9836-uart",}, > > + {.compatible = "sprd,sc-uart",}, > > {} > >

4.10-rc8: mce: [Hardware Error]: CPU 0: Machine Check: 0 Bank 6: ae0000000040110a

2017-02-16 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hello, WIth the 4.10-rc8 kernel, I keep getting the following (non-fatal) error on every boot. With previous kernels, the mcelog daemon used to register errors occasionally. But the errors messages weren't recurrent on every boot. Filing it here,

4.10-rc8: mce: [Hardware Error]: CPU 0: Machine Check: 0 Bank 6: ae0000000040110a

2017-02-16 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hello, WIth the 4.10-rc8 kernel, I keep getting the following (non-fatal) error on every boot. With previous kernels, the mcelog daemon used to register errors occasionally. But the errors messages weren't recurrent on every boot. Filing it here,

Re: swap_cluster_info lockdep splat

2017-02-16 Thread Huang, Ying
Hi, Hugh, Hugh Dickins writes: > On Thu, 16 Feb 2017, Tim Chen wrote: >> >> > I do not understand your zest for putting wrappers around every little >> > thing, making it all harder to follow than it need be.  Here's the patch >> > I've been running with (but you have a leak

Re: swap_cluster_info lockdep splat

2017-02-16 Thread Huang, Ying
Hi, Hugh, Hugh Dickins writes: > On Thu, 16 Feb 2017, Tim Chen wrote: >> >> > I do not understand your zest for putting wrappers around every little >> > thing, making it all harder to follow than it need be.  Here's the patch >> > I've been running with (but you have a leak somewhere, and I

Re: [PATCH 1/5] arm64: dts: Add basic DT to support Spreadtrum's SP9860G

2017-02-16 Thread Chunyan Zhang
Hi Sudeep, On 二, 2月 14, 2017 at 04:44:53下午 +, Sudeep Holla wrote: > On Tue, Feb 14, 2017 at 9:19 AM, Chunyan Zhang > wrote: > > From: Orson Zhai > > > > SC9860G is a 8 cores of A53 SoC with 4G LTE support SoC from Spreadtrum. > > > >

Re: [PATCH 1/5] arm64: dts: Add basic DT to support Spreadtrum's SP9860G

2017-02-16 Thread Chunyan Zhang
Hi Sudeep, On 二, 2月 14, 2017 at 04:44:53下午 +, Sudeep Holla wrote: > On Tue, Feb 14, 2017 at 9:19 AM, Chunyan Zhang > wrote: > > From: Orson Zhai > > > > SC9860G is a 8 cores of A53 SoC with 4G LTE support SoC from Spreadtrum. > > > > According to regular hierarchy of sprd dts, whale2.dtsi

Re: [PATCH 5/5] tpm_tis_spi: Add small delay after last transfer

2017-02-16 Thread Peter Huewe
Am 17. Februar 2017 06:09:42 MEZ schrieb Christophe Ricard : >Are you sure it is not better to introduce this delay directly in the >rpi spi driver ? > >Other than that i don't see any issue with it. Yes - it would be perfect to fix the issue in the upstream rpi

Re: [PATCH 5/5] tpm_tis_spi: Add small delay after last transfer

2017-02-16 Thread Peter Huewe
Am 17. Februar 2017 06:09:42 MEZ schrieb Christophe Ricard : >Are you sure it is not better to introduce this delay directly in the >rpi spi driver ? > >Other than that i don't see any issue with it. Yes - it would be perfect to fix the issue in the upstream rpi spi master driver. However

[PATCH 04/35] arch/blackfin: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for arch/blackfin Prior to this patch, there were 11 uses of pr_warning and 0 uses of pr_warn in arch/blackfin Signed-off-by: Joe Perches --- arch/blackfin/kernel/nmi.c | 2 +-

[PATCH 01/35] alpha: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for arch/alpha Prior to this patch, there were 2 uses of pr_warning and 0 uses of pr_warn in arch/alpha Signed-off-by: Joe Perches --- arch/alpha/kernel/perf_event.c | 4 ++-- 1 file changed, 2

[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn

2017-02-16 Thread Joe Perches
There are ~4300 uses of pr_warn and ~250 uses of the older pr_warning in the kernel source tree. Make the use of pr_warn consistent across all kernel files. This excludes all files in tools/ as there is a separate define pr_warning for that directory tree and pr_warn is not used in tools/. Done

[PATCH 04/35] arch/blackfin: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for arch/blackfin Prior to this patch, there were 11 uses of pr_warning and 0 uses of pr_warn in arch/blackfin Signed-off-by: Joe Perches --- arch/blackfin/kernel/nmi.c | 2 +-

[PATCH 01/35] alpha: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for arch/alpha Prior to this patch, there were 2 uses of pr_warning and 0 uses of pr_warn in arch/alpha Signed-off-by: Joe Perches --- arch/alpha/kernel/perf_event.c | 4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn

2017-02-16 Thread Joe Perches
There are ~4300 uses of pr_warn and ~250 uses of the older pr_warning in the kernel source tree. Make the use of pr_warn consistent across all kernel files. This excludes all files in tools/ as there is a separate define pr_warning for that directory tree and pr_warn is not used in tools/. Done

Re: [PATCH 4/5] tpm_tis_spi: Remove limitation of transfers to MAX_SPI_FRAMESIZE bytes

2017-02-16 Thread Peter Huewe
Am 17. Februar 2017 06:11:53 MEZ schrieb Christophe Ricard : >I am not sure i understand here, are you considering there could be >burstcount > 64 with "TCG" TPM ? > With the current upstream version, any command larger with a response of more than 64 byte is

Re: [PATCH 4/5] tpm_tis_spi: Remove limitation of transfers to MAX_SPI_FRAMESIZE bytes

2017-02-16 Thread Peter Huewe
Am 17. Februar 2017 06:11:53 MEZ schrieb Christophe Ricard : >I am not sure i understand here, are you considering there could be >burstcount > 64 with "TCG" TPM ? > With the current upstream version, any command larger with a response of more than 64 byte is broken, since the splitting loop

[PATCH 06/35] powerpc: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for arch/powerpc Prior to this patch, there were 36 uses of pr_warning and 217 uses of pr_warn in arch/powerpc Signed-off-by: Joe Perches --- arch/powerpc/kernel/pci-common.c| 4 ++--

[PATCH 06/35] powerpc: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for arch/powerpc Prior to this patch, there were 36 uses of pr_warning and 217 uses of pr_warn in arch/powerpc Signed-off-by: Joe Perches --- arch/powerpc/kernel/pci-common.c| 4 ++--

[PATCH 08/35] sparc: Convert remaining use of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for arch/sparc Prior to this patch, there was 1 use of pr_warning and 8 uses of pr_warn in arch/sparc Signed-off-by: Joe Perches --- arch/sparc/kernel/smp_64.c | 5 ++--- 1 file changed, 2

[PATCH 08/35] sparc: Convert remaining use of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for arch/sparc Prior to this patch, there was 1 use of pr_warning and 8 uses of pr_warn in arch/sparc Signed-off-by: Joe Perches --- arch/sparc/kernel/smp_64.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)

[PATCH 11/35] block/drbd: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/block Prior to this patch, there were 2 uses of pr_warning and 26 uses of pr_warn in drivers/block Signed-off-by: Joe Perches --- drivers/block/drbd/drbd_nl.c | 13 ++--- 1 file

[PATCH 15/35] drivers/crypto: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/crypto Prior to this patch, there were 3 uses of pr_warning and 12 uses of pr_warn in drivers/crypto Signed-off-by: Joe Perches --- drivers/crypto/n2_core.c | 12 ++-- 1 file

[PATCH 11/35] block/drbd: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/block Prior to this patch, there were 2 uses of pr_warning and 26 uses of pr_warn in drivers/block Signed-off-by: Joe Perches --- drivers/block/drbd/drbd_nl.c | 13 ++--- 1 file changed, 6

[PATCH 15/35] drivers/crypto: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/crypto Prior to this patch, there were 3 uses of pr_warning and 12 uses of pr_warn in drivers/crypto Signed-off-by: Joe Perches --- drivers/crypto/n2_core.c | 12 ++-- 1 file changed, 6

[PATCH 10/35] drivers/acpi: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/acpi Prior to this patch, there were 20 uses of pr_warning and 45 uses of pr_warn in drivers/acpi Signed-off-by: Joe Perches --- drivers/acpi/apei/apei-base.c | 32

[PATCH 18/35] drivers/ide: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/ide Prior to this patch, there were 2 uses of pr_warning and 0 uses of pr_warn in drivers/ide Signed-off-by: Joe Perches --- drivers/ide/tx4938ide.c | 2 +- drivers/ide/tx4939ide.c | 5

[PATCH 10/35] drivers/acpi: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/acpi Prior to this patch, there were 20 uses of pr_warning and 45 uses of pr_warn in drivers/acpi Signed-off-by: Joe Perches --- drivers/acpi/apei/apei-base.c | 32

[PATCH 18/35] drivers/ide: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/ide Prior to this patch, there were 2 uses of pr_warning and 0 uses of pr_warn in drivers/ide Signed-off-by: Joe Perches --- drivers/ide/tx4938ide.c | 2 +- drivers/ide/tx4939ide.c | 5 ++--- 2 files

[PATCH 14/35] clocksource: Convert remaining use of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/clocksource Prior to this patch, there was 1 use of pr_warning and 34 uses of pr_warn in drivers/clocksource Signed-off-by: Joe Perches --- drivers/clocksource/samsung_pwm_timer.c | 4 ++--

[PATCH 09/35] x86: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for arch/x86 Prior to this patch, there were 46 uses of pr_warning and 122 uses of pr_warn in arch/x86 Miscellanea: o Coalesce a few formats and realign arguments o Convert a couple of multiple line printks to single

[PATCH 14/35] clocksource: Convert remaining use of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/clocksource Prior to this patch, there was 1 use of pr_warning and 34 uses of pr_warn in drivers/clocksource Signed-off-by: Joe Perches --- drivers/clocksource/samsung_pwm_timer.c | 4 ++-- 1 file changed,

[PATCH 09/35] x86: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for arch/x86 Prior to this patch, there were 46 uses of pr_warning and 122 uses of pr_warn in arch/x86 Miscellanea: o Coalesce a few formats and realign arguments o Convert a couple of multiple line printks to single

[PATCH 19/35] drivers/input: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/input Prior to this patch, there were 8 uses of pr_warning and 17 uses of pr_warn in drivers/input Signed-off-by: Joe Perches --- drivers/input/gameport/gameport.c | 4 ++--

[PATCH 19/35] drivers/input: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/input Prior to this patch, there were 8 uses of pr_warning and 17 uses of pr_warn in drivers/input Signed-off-by: Joe Perches --- drivers/input/gameport/gameport.c | 4 ++-- drivers/input/joystick/gamecon.c

[PATCH 12/35] gdrom: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/cdrom Prior to this patch, there were 2 uses of pr_warning and 0 uses of pr_warn in drivers/cdrom Signed-off-by: Joe Perches --- drivers/cdrom/gdrom.c | 4 ++-- 1 file changed, 2

[PATCH 16/35] fmc: Convert remaining use of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/fmc Prior to this patch, there was 1 use of pr_warning and 0 uses of pr_warn in drivers/fmc Signed-off-by: Joe Perches --- drivers/fmc/fmc-fakedev.c | 2 +- 1 file changed, 1 insertion(+),

[PATCH 16/35] fmc: Convert remaining use of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/fmc Prior to this patch, there was 1 use of pr_warning and 0 uses of pr_warn in drivers/fmc Signed-off-by: Joe Perches --- drivers/fmc/fmc-fakedev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH 12/35] gdrom: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/cdrom Prior to this patch, there were 2 uses of pr_warning and 0 uses of pr_warn in drivers/cdrom Signed-off-by: Joe Perches --- drivers/cdrom/gdrom.c | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [PATCH 3/5] tpm_tis_spi: Check correct byte for wait state indicator

2017-02-16 Thread Peter Huewe
Am 17. Februar 2017 06:09:30 MEZ schrieb Christophe Ricard : >That's is correct, this is a mistake on my side and never saw it :-(. > >I guess it was possibly leading to "waste" at least 1 wait state on >some >TPMs. Unfortunately the 1 for indicating end of

Re: [PATCH 3/5] tpm_tis_spi: Check correct byte for wait state indicator

2017-02-16 Thread Peter Huewe
Am 17. Februar 2017 06:09:30 MEZ schrieb Christophe Ricard : >That's is correct, this is a mistake on my side and never saw it :-(. > >I guess it was possibly leading to "waste" at least 1 wait state on >some >TPMs. Unfortunately the 1 for indicating end of waitstates does only appear once so

[PATCH 22/35] drivers/media: Convert remaining use of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/media Prior to this patch, there was 1 use of pr_warning and 310 uses of pr_warn in drivers/media Signed-off-by: Joe Perches --- drivers/media/platform/sh_vou.c | 4 ++-- 1 file changed, 2

[PATCH 25/35] drivers/of: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/of Prior to this patch, there were 5 uses of pr_warning and 19 uses of pr_warn in drivers/of Signed-off-by: Joe Perches --- drivers/of/fdt.c | 20 ++-- 1 file changed, 10

[PATCH 22/35] drivers/media: Convert remaining use of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/media Prior to this patch, there was 1 use of pr_warning and 310 uses of pr_warn in drivers/media Signed-off-by: Joe Perches --- drivers/media/platform/sh_vou.c | 4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH 25/35] drivers/of: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/of Prior to this patch, there were 5 uses of pr_warning and 19 uses of pr_warn in drivers/of Signed-off-by: Joe Perches --- drivers/of/fdt.c | 20 ++-- 1 file changed, 10 insertions(+), 10

[PATCH 17/35] drivers/gpu: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/gpu Prior to this patch, there were 15 uses of pr_warning and 20 uses of pr_warn in drivers/gpu Signed-off-by: Joe Perches --- drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c | 2 +-

[PATCH 17/35] drivers/gpu: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/gpu Prior to this patch, there were 15 uses of pr_warning and 20 uses of pr_warn in drivers/gpu Signed-off-by: Joe Perches --- drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c | 2 +-

[PATCH 23/35] drivers/mfd: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/mfd Prior to this patch, there were 4 uses of pr_warning and 9 uses of pr_warn in drivers/mfd Signed-off-by: Joe Perches --- drivers/mfd/db8500-prcmu.c | 2 +- drivers/mfd/sta2x11-mfd.c

[PATCH 23/35] drivers/mfd: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/mfd Prior to this patch, there were 4 uses of pr_warning and 9 uses of pr_warn in drivers/mfd Signed-off-by: Joe Perches --- drivers/mfd/db8500-prcmu.c | 2 +- drivers/mfd/sta2x11-mfd.c | 4 ++--

[PATCH 33/35] kernel/trace: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for kernel/trace Prior to this patch, there were 2 uses of pr_warning and 79 uses of pr_warn in kernel/trace Signed-off-by: Joe Perches --- kernel/trace/trace_benchmark.c | 4 ++-- 1 file changed, 2

[PATCH 33/35] kernel/trace: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for kernel/trace Prior to this patch, there were 2 uses of pr_warning and 79 uses of pr_warn in kernel/trace Signed-off-by: Joe Perches --- kernel/trace/trace_benchmark.c | 4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH 30/35] drivers/sh: Convert remaining use of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/sh Prior to this patch, there was 1 use of pr_warning and 0 uses of pr_warn in drivers/sh Signed-off-by: Joe Perches --- drivers/sh/intc/core.c | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [PATCH 00/10] fujitsu-laptop: renames and cleanups

2017-02-16 Thread Michał Kępień
> On Fri, Feb 17, 2017 at 01:38:04PM +1030, Jonathan Woithe wrote: > > On Thu, Feb 16, 2017 at 06:57:08PM -0800, Darren Hart wrote: > > > On Fri, Feb 10, 2017 at 02:42:00AM +0200, Andy Shevchenko wrote: > > > > On Fri, Feb 10, 2017 at 2:16 AM, Jonathan Woithe > > > > wrote: >

[PATCH 30/35] drivers/sh: Convert remaining use of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/sh Prior to this patch, there was 1 use of pr_warning and 0 uses of pr_warn in drivers/sh Signed-off-by: Joe Perches --- drivers/sh/intc/core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

Re: [PATCH 00/10] fujitsu-laptop: renames and cleanups

2017-02-16 Thread Michał Kępień
> On Fri, Feb 17, 2017 at 01:38:04PM +1030, Jonathan Woithe wrote: > > On Thu, Feb 16, 2017 at 06:57:08PM -0800, Darren Hart wrote: > > > On Fri, Feb 10, 2017 at 02:42:00AM +0200, Andy Shevchenko wrote: > > > > On Fri, Feb 10, 2017 at 2:16 AM, Jonathan Woithe > > > > wrote: > > > > > On Wed, Feb

[PATCH 24/35] drivers/mtd: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/mtd Prior to this patch, there were 7 uses of pr_warning and 31 uses of pr_warn in drivers/mtd Signed-off-by: Joe Perches --- drivers/mtd/chips/cfi_cmdset_0002.c | 12

[PATCH 28/35] drivers/rapidio: Convert remaining use of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/rapidio Prior to this patch, there was 1 use of pr_warning and 2 uses of pr_warn in drivers/rapidio Signed-off-by: Joe Perches --- drivers/rapidio/rio-sysfs.c | 4 ++-- 1 file changed, 2

[PATCH 24/35] drivers/mtd: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/mtd Prior to this patch, there were 7 uses of pr_warning and 31 uses of pr_warn in drivers/mtd Signed-off-by: Joe Perches --- drivers/mtd/chips/cfi_cmdset_0002.c | 12

[PATCH 28/35] drivers/rapidio: Convert remaining use of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/rapidio Prior to this patch, there was 1 use of pr_warning and 2 uses of pr_warn in drivers/rapidio Signed-off-by: Joe Perches --- drivers/rapidio/rio-sysfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH 34/35] lib: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for lib Prior to this patch, there were 2 uses of pr_warning and 59 uses of pr_warn in lib Signed-off-by: Joe Perches --- lib/cpu_rmap.c | 2 +- lib/dma-debug.c | 2 +- 2 files changed, 2

[PATCH 27/35] drivers/platform: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/platform Prior to this patch, there were 7 uses of pr_warning and 108 uses of pr_warn in drivers/platform Signed-off-by: Joe Perches --- drivers/platform/x86/asus-laptop.c| 2 +-

[PATCH 31/35] drivers/tty: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/tty Prior to this patch, there were 2 uses of pr_warning and 23 uses of pr_warn in drivers/tty Signed-off-by: Joe Perches --- drivers/tty/hvc/hvcs.c | 2 +- drivers/tty/tty_io.c | 4 ++--

[PATCH 35/35] sound/soc: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for sound/soc Prior to this patch, there were 5 uses of pr_warning and 10 uses of pr_warn in sound/soc Signed-off-by: Joe Perches --- sound/soc/fsl/imx-audmux.c | 6 +++---

[PATCH 34/35] lib: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for lib Prior to this patch, there were 2 uses of pr_warning and 59 uses of pr_warn in lib Signed-off-by: Joe Perches --- lib/cpu_rmap.c | 2 +- lib/dma-debug.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)

[PATCH 27/35] drivers/platform: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/platform Prior to this patch, there were 7 uses of pr_warning and 108 uses of pr_warn in drivers/platform Signed-off-by: Joe Perches --- drivers/platform/x86/asus-laptop.c| 2 +-

[PATCH 31/35] drivers/tty: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/tty Prior to this patch, there were 2 uses of pr_warning and 23 uses of pr_warn in drivers/tty Signed-off-by: Joe Perches --- drivers/tty/hvc/hvcs.c | 2 +- drivers/tty/tty_io.c | 4 ++-- 2 files changed,

[PATCH 35/35] sound/soc: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for sound/soc Prior to this patch, there were 5 uses of pr_warning and 10 uses of pr_warn in sound/soc Signed-off-by: Joe Perches --- sound/soc/fsl/imx-audmux.c | 6 +++--- sound/soc/samsung/s3c-i2s-v2.c | 6 +++---

[PATCH 29/35] drivers/scsi: Convert remaining use of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/scsi Prior to this patch, there was 1 use of pr_warning and 96 uses of pr_warn in drivers/scsi Signed-off-by: Joe Perches --- drivers/scsi/a3000.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH 32/35] drivers/video: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/video Prior to this patch, there were 6 uses of pr_warning and 25 uses of pr_warn in drivers/video Signed-off-by: Joe Perches --- drivers/video/fbdev/aty/radeon_base.c | 4 ++--

[PATCH 26/35] drivers/oprofile: Convert remaining uses of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/oprofile Prior to this patch, there were 2 uses of pr_warning and 0 uses of pr_warn in drivers/oprofile Signed-off-by: Joe Perches --- drivers/oprofile/oprofile_perf.c | 8 1 file

[PATCH 29/35] drivers/scsi: Convert remaining use of pr_warning to pr_warn

2017-02-16 Thread Joe Perches
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/scsi Prior to this patch, there was 1 use of pr_warning and 96 uses of pr_warn in drivers/scsi Signed-off-by: Joe Perches --- drivers/scsi/a3000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

  1   2   3   4   5   6   7   8   9   10   >