Re: [PATCH 0/4] mm,memory_hotplug: allocate memmap from hotadded memory

2019-04-03 Thread Oscar Salvador
On Wed, Apr 03, 2019 at 10:12:32AM +0200, Michal Hocko wrote: > What does prevent calling somebody arch_add_memory for a range spanning > multiple memblocks from a driver directly. In other words aren't you > making assumptions about a future usage based on the qemu usecase? Well, right now they

RE: [PATCH v1 4/4] clk: qoriq: Add clockgen support for lx2160a

2019-04-03 Thread Vabhav Sharma
Hello Maintainers, Please merge below patch. Regards, Vabhav > -Original Message- > From: devicetree-ow...@vger.kernel.org > On Behalf Of Scott Wood > Sent: Wednesday, February 27, 2019 3:00 AM > To: Vabhav Sharma ; sudeep.ho...@arm.com; > linux-kernel@vger.kernel.org; devicet...@vger.ke

[PATCH] sparc: vdso: add FORCE to the build rule of %.so

2019-04-03 Thread Masahiro Yamada
$(call if_changed,...) must have FORCE as a prerequisite. Signed-off-by: Masahiro Yamada --- arch/sparc/vdso/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sparc/vdso/Makefile b/arch/sparc/vdso/Makefile index 74e97f7..83c4b46 100644 --- a/arch/sparc/vdso/Makef

Re: [PATCH] ACPI / LPSS: Don't skip late system PM ops for hibernate on BYT/CHT

2019-04-03 Thread Jarkko Nikula
On 4/3/19 8:43 AM, Kai-Heng Feng wrote: i2c-designware-platdrv fails to work after the system restored from hibernation: [ 272.775692] i2c_designware 80860F41:00: Unknown Synopsys component type: 0x Commit 48402cee6889 ("ACPI / LPSS: Resume BYT/CHT I2C controllers from resume_noirq") ma

[PATCH] x86/build/vdso: add FORCE to the build rule of %.so

2019-04-03 Thread Masahiro Yamada
$(call if_changed,...) must have FORCE as a prerequisite. Signed-off-by: Masahiro Yamada --- arch/x86/entry/vdso/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/entry/vdso/Makefile b/arch/x86/entry/vdso/Makefile index 5bfe224..42fe42e 100644 --- a/arch/x86/

RE: [PATCH v1 1/4] dt-bindings: arm64: add compatible for LX2160A

2019-04-03 Thread Vabhav Sharma
Hello Maintainers, Please merge below patch. Regards, Vabhav > -Original Message- > From: Vabhav Sharma > Sent: Tuesday, February 26, 2019 3:41 PM > To: sudeep.ho...@arm.com; o...@buserror.net; linux-kernel@vger.kernel.org; > devicet...@vger.kernel.org; robh...@kernel.org; mark.rutl...@a

Re: [PATCH v2] x86/boot: Use efi_setup_data for searching RSDP on kexec-ed kernel

2019-04-03 Thread Dave Young
On 04/03/19 at 04:23pm, Dave Young wrote: > On 04/03/19 at 03:50pm, Baoquan He wrote: > > On 04/03/19 at 03:30pm, Chao Fan wrote: > > > On Wed, Apr 03, 2019 at 02:39:11PM +0800, Dave Young wrote: > > > >> Actually I got some different kexec test results. > > > >> > > > >> Yesterday, with my instal

Re: [PATCH] Revert "tty: fix NULL pointer issue when tty_port ops is not set"

2019-04-03 Thread Johan Hovold
On Wed, Apr 03, 2019 at 10:06:49AM +0200, Greg Kroah-Hartman wrote: > On Wed, Apr 03, 2019 at 09:40:53AM +0200, Johan Hovold wrote: > > This reverts commit f4e68d58cf2b20a581759bbc7228052534652673. > > > > TTY drivers using the tty-port abstraction all provide a pointer to a > > set of port operat

linux-next: Tree for Apr 3

2019-04-03 Thread Stephen Rothwell
Hi all, Changes since 20190402: Removed trees: nand-fixes, spi-nor-fixes (at maintainers request) The net-next tree gained a conflict against Linus' tree. The nand tree lost its build failure. The sound-asoc tree gained a build failure so I used the version from next-20190402. The mfd tree ga

[tip:core/objtool] tracing: Improve "if" macro code generation

2019-04-03 Thread tip-bot for Josh Poimboeuf
Commit-ID: 37686b1353cfc30e127cef811959cdbcd0495d98 Gitweb: https://git.kernel.org/tip/37686b1353cfc30e127cef811959cdbcd0495d98 Author: Josh Poimboeuf AuthorDate: Thu, 7 Mar 2019 11:48:02 -0600 Committer: Ingo Molnar CommitDate: Wed, 3 Apr 2019 09:36:27 +0200 tracing: Improve "if" macr

Re: [PATCH 1/6] arm64/mm: Enable sysfs based memory hot add interface

2019-04-03 Thread David Hildenbrand
On 03.04.19 06:30, Anshuman Khandual wrote: > Sysfs memory probe interface (/sys/devices/system/memory/probe) can accept > starting physical address of an entire memory block to be hot added into > the kernel. This is in addition to the existing ACPI based interface. This > just enables it with the

Re: [PATCH] x86/microcode: Remove useless code after early microcode support added

2019-04-03 Thread Borislav Petkov
On Wed, Apr 03, 2019 at 03:40:24PM +0800, Zhenzhong Duan wrote: > I remember microcode could be module before early loading was added. You've remembered it wrongly, it is the other way around: 9a2bc335f100 ("x86/microcode: Unmodularize the microcode driver") -- Regards/Gruss, Boris. Good m

Re: [PATCH 0/4] mm,memory_hotplug: allocate memmap from hotadded memory

2019-04-03 Thread David Hildenbrand
On 03.04.19 10:12, Michal Hocko wrote: > On Wed 03-04-19 10:01:16, Oscar Salvador wrote: >> On Tue, Apr 02, 2019 at 02:48:45PM +0200, Michal Hocko wrote: >>> So what is going to happen when you hotadd two memblocks. The first one >>> holds memmaps and then you want to hotremove (not just offline) i

Re: [PATCH 0/4] mm,memory_hotplug: allocate memmap from hotadded memory

2019-04-03 Thread Michal Hocko
On Wed 03-04-19 10:01:16, Oscar Salvador wrote: > On Tue, Apr 02, 2019 at 02:48:45PM +0200, Michal Hocko wrote: > > So what is going to happen when you hotadd two memblocks. The first one > > holds memmaps and then you want to hotremove (not just offline) it? > > If you hot-add two memblocks, this

Re: [patch 15/14] x86/dumpstack/64: Speedup in_exception_stack()

2019-04-03 Thread Peter Zijlstra
On Wed, Apr 03, 2019 at 10:08:28AM +0200, Peter Zijlstra wrote: > On Tue, Apr 02, 2019 at 10:51:49AM -0500, Josh Poimboeuf wrote: > > On Tue, Apr 02, 2019 at 05:48:56PM +0200, Thomas Gleixner wrote: > > > > With the above "(stk <= begin || stk >= end)" check, removing the loop > > > > becomes not a

Re: [patch 15/14] x86/dumpstack/64: Speedup in_exception_stack()

2019-04-03 Thread Peter Zijlstra
On Tue, Apr 02, 2019 at 10:51:49AM -0500, Josh Poimboeuf wrote: > On Tue, Apr 02, 2019 at 05:48:56PM +0200, Thomas Gleixner wrote: > > > With the above "(stk <= begin || stk >= end)" check, removing the loop > > > becomes not all that important since exception stack dumps are quite > > > rare and n

Re: [PATCH 08/10] phy: tegra: Add PCIe PIPE2UPHY support

2019-04-03 Thread Kishon Vijay Abraham I
Hi, On 26/03/19 8:43 PM, Vidya Sagar wrote: > Synopsys DesignWare core based PCIe controllers in Tegra 194 SoC interface > with Universal PHY (UPHY) module through a PIPE2UPHY (P2U) module. > For each PCIe lane of a controller, there is a P2U unit instantiated at > hardware level. This driver prov

Re: [PATCH 5/6] mfd: da9063: remove leftover platform_data definitions

2019-04-03 Thread Lee Jones
On Mon, 18 Mar 2019, Wolfram Sang wrote: > Not used, not needed, remove them. > > Signed-off-by: Wolfram Sang > --- > include/linux/mfd/da9063/pdata.h | 65 > > 1 file changed, 65 deletions(-) > delete mode 100644 include/linux/mfd/da9063/pdata.h Can'

Re: Possible UDF locking error?

2019-04-03 Thread Jan Kara
Hi, On Sat 30-03-19 14:49:46, Steve Magnani wrote: > On 3/25/19 11:42 AM, Jan Kara wrote: > > Hi! > > > > On Sat 23-03-19 15:14:05, Steve Magnani wrote: > > > I have been hunting a UDF bug that occasionally results in generation > > > of an Allocation Extent Descriptor with an incorrect tagLocati

Re: [PATCH] Revert "tty: fix NULL pointer issue when tty_port ops is not set"

2019-04-03 Thread Greg Kroah-Hartman
On Wed, Apr 03, 2019 at 09:40:53AM +0200, Johan Hovold wrote: > This reverts commit f4e68d58cf2b20a581759bbc7228052534652673. > > TTY drivers using the tty-port abstraction all provide a pointer to a > set of port operations, which specifically cannot be NULL (or we'd find > out at first attempt t

Re: [patch 15/14] x86/dumpstack/64: Speedup in_exception_stack()

2019-04-03 Thread Peter Zijlstra
On Tue, Apr 02, 2019 at 10:43:29AM -0500, Josh Poimboeuf wrote: > On Tue, Apr 02, 2019 at 12:19:46PM +0200, Thomas Gleixner wrote: > > static bool in_exception_stack(unsigned long *stack, struct stack_info > > *info) > > { > > - unsigned long estacks, begin, end, stk = (unsigned long)stack; >

Re: [PATCH 0/4] mm,memory_hotplug: allocate memmap from hotadded memory

2019-04-03 Thread Oscar Salvador
On Tue, Apr 02, 2019 at 02:48:45PM +0200, Michal Hocko wrote: > So what is going to happen when you hotadd two memblocks. The first one > holds memmaps and then you want to hotremove (not just offline) it? If you hot-add two memblocks, this means that either: a) you hot-add a 256MB-memory-device

Re: [PATCH 3/4] mfd: ti-lmu: Remove LM3532 backlight driver references

2019-04-03 Thread Lee Jones
On Mon, 25 Mar 2019, Jacek Anaszewski wrote: > On 3/25/19 8:53 AM, Lee Jones wrote: > > On Sat, 23 Mar 2019, Jacek Anaszewski wrote: > > > > > Hi Lee, > > > > > > Can we have your ack for this going via LED tree, please? > > > > Patch looks okay. > > > > You can take it through the LED, but if

Re: [PATCH v4 0/3] x86/perf/amd: AMD PMC counters and NMI latency

2019-04-03 Thread Peter Zijlstra
On Tue, Apr 02, 2019 at 03:21:12PM +, Lendacky, Thomas wrote: > Tom Lendacky (3): > x86/perf/amd: Resolve race condition when disabling PMC > x86/perf/amd: Resolve NMI latency issues for active PMCs > x86/perf/amd: Remove need to check "running" bit in NMI handler > > arch/x86/events/am

Re: [PATCH 2/3] clk: sunxi-ng: h6: Preset hdmi-cec clock parent

2019-04-03 Thread Maxime Ripard
On Tue, Apr 02, 2019 at 11:06:22PM +0200, Jernej Skrabec wrote: > H6 manual and BSP clock driver both states that hdmi-cec clock has two > possible parents, osc32k and pll-periph0-2x with 36621 predivider. > Because pll-periph0-2x is always 1.2 GHz, both parents give same > hdmi-cec rate - 32768 Hz

Re: [PATCH 3/3] clk: sunxi-ng: h6: Allow video & vpu clocks to change parent rate

2019-04-03 Thread Maxime Ripard
On Tue, Apr 02, 2019 at 11:06:23PM +0200, Jernej Skrabec wrote: > Video related clocks need to set rate as close as possible to the > requested one, so they should be able to change parent clock rate. > > VPU clock sometimes has to be set to higher than default parent clock > rate. This is requ > >

[PATCH -next] ibmvnic: remove set but not used variable 'netdev'

2019-04-03 Thread Yue Haibing
From: YueHaibing Fixes gcc '-Wunused-but-set-variable' warning: drivers/net/ethernet/ibm/ibmvnic.c: In function '__ibmvnic_reset': drivers/net/ethernet/ibm/ibmvnic.c:1971:21: warning: variable 'netdev' set but not used [-Wunused-but-set-variable] It's never used since introduction in commit ed

Re: [PATCH] mm/hugetlb: Get rid of NODEMASK_ALLOC

2019-04-03 Thread Baoquan He
On 04/02/19 at 03:34pm, Oscar Salvador wrote: > NODEMASK_ALLOC is used to allocate a nodemask bitmap, ant it does it by ~ and > first determining whether it should be allocated in the stack or dinamically

Re: [PATCH 1/3] clk: sunxi-ng: nkmp: Avoid GENMASK(-1, 0)

2019-04-03 Thread Maxime Ripard
Hi, On Tue, Apr 02, 2019 at 11:06:21PM +0200, Jernej Skrabec wrote: > Sometimes one of the nkmp factors is unused. This means that one of the > factors shift and width values are set to 0. Current nkmp clock code > generates a mask for each factor with GENMASK(width + shift - 1, shift). > For unus

Re: linux-next: build warning after merge of the nand tree

2019-04-03 Thread Miquel Raynal
Hi Stephen, Stephen Rothwell wrote on Wed, 3 Apr 2019 10:22:39 +1100: > Hi all, > > After merging the nand tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > drivers/mtd/nand/raw/ingenic/jz4725b_bch.c: In function > 'jz4725b_bch_read_parity': > drivers/mtd/nand/

No 8254 PIT & no HPET on new Intel N3350 platforms causes kernel panic during early boot

2019-04-03 Thread Daniel Drake
Hi, I already wrote about this problem in the thread "APIC timer checked before it is set up, boot fails on Connex L1430" https://lkml.org/lkml/2018/12/28/10 However my initial diagnosis was misguided, and I have some new findings to share now, so I'm starting over in this new thread. Also CCing

[PATCH] ASoC: sprd: Fix the smatch warning

2019-04-03 Thread Baolin Wang
Remove the unnecessary validation of the 'cstream' variable to fix below smatch warning: sprd_platform_compr_drain_notify() warn: variable dereferenced before check 'cstream' (see line 105) Reported-by: Dan Carpenter Signed-off-by: Baolin Wang --- sound/soc/sprd/sprd-pcm-compress.c | 3 +-- 1

Re: [PATCH] mm: __pagevec_lru_add_fn: typo fix

2019-04-03 Thread Vlastimil Babka
On 4/2/19 11:43 AM, Peng Fan wrote: > There is no function named munlock_vma_pages, correct it to > munlock_vma_page. > > Signed-off-by: Peng Fan Acked-by: Vlastimil Babka > --- > mm/swap.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/mm/swap.c b/mm/swap.c > index

[PATCH] Revert "tty: fix NULL pointer issue when tty_port ops is not set"

2019-04-03 Thread Johan Hovold
This reverts commit f4e68d58cf2b20a581759bbc7228052534652673. TTY drivers using the tty-port abstraction all provide a pointer to a set of port operations, which specifically cannot be NULL (or we'd find out at first attempt to open a port). Revert the recent commit which added unnecessary NULL-c

Re: [PATCH] mfd: sun6i-prcm: Allow to compile with COMPILE_TEST

2019-04-03 Thread Lee Jones
On Fri, 22 Mar 2019, Maxime Ripard wrote: > Since this driver only has a dependency on ARCH_SUNXI just because it > doesn't make any sense to run it on something else, we can definitely > enable it through COMPILE_TEST as well to get some build coverage. > > Signed-off-by: Maxime Ripard > --- >

RE: Issues with i.MX SPI DMA transfers

2019-04-03 Thread Robin Gong
> -Original Message- > From: Igor Plyatov > Sent: 2019年4月2日 20:15 > To: Robin Gong > Cc: Uwe Kleine-König ; > linux-kernel@vger.kernel.org; linux-arm-ker...@lists.infradead.org; > linux-...@vger.kernel.org; dl-linux-imx ; Fabio Estevam > ; Pengutronix Kernel Team ; > Sascha Hauer ; Shawn

Re: [PATCH] ASoC: Mediatek: MT8183: DA7219: fix build error

2019-04-03 Thread Mark Brown
On Wed, Apr 03, 2019 at 08:55:47AM +0200, Anders Roxell wrote: > When building CONFIG_SND_SOC_MT8183_DA7219_MAX98357A=m the following > errro pops up: Someone else already fixed this. signature.asc Description: PGP signature

Re: [PATCH v7 00/11] mfd: add support for max77650 PMIC

2019-04-03 Thread Lee Jones
On Tue, 26 Mar 2019, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > This series adds support for max77650 ultra low-power PMIC. It provides > the core mfd driver and a set of five sub-drivers for the regulator, > power supply, gpio, leds and input subsystems. > > Patches 1-4 add the

Re: [PATCH v11 4/8] dt-bindings: mfd: Document first ROHM BD70528 bindings

2019-04-03 Thread Lee Jones
On Mon, 25 Mar 2019, Matti Vaittinen wrote: > Document bindings for regulators (3 bucks, 3 LDOs and 2 LED > drivers) and 4 GPIO pins which can be configured for I/O or > as interrupt sources withe configurable trigger levels. > > Signed-off-by: Matti Vaittinen > Reviewed-by: Rob Herring > Acked

Re: [PATCH 1/8] perf/x86/intel: Fix memory corruption

2019-04-03 Thread Peter Zijlstra
On Fri, Mar 22, 2019 at 12:04:55PM -0700, Stephane Eranian wrote: > On Thu, Mar 21, 2019 at 10:51 AM Thomas Gleixner wrote: > > > > On Thu, 21 Mar 2019, Stephane Eranian wrote: > > > On Thu, Mar 21, 2019 at 9:45 AM Thomas Gleixner > > > wrote: > > > > > > > > On Thu, 21 Mar 2019, Peter Zijlstra

Re: [PATCH v11 2/8] mfd: bd70528: Support ROHM bd70528 PMIC - core

2019-04-03 Thread Lee Jones
On Mon, 25 Mar 2019, Matti Vaittinen wrote: > ROHM BD70528MWV is an ultra-low quiescent current general > purpose single-chip power management IC for battery-powered > portable devices. > > Add MFD core which enables chip access for following subdevices: > - regulators/LED drivers > -

Re: [PATCH] platform: chrome: Add ChromeOS EC ISHTP driver

2019-04-03 Thread Rushikesh S Kadam
Hi Jett On Tue, Apr 02, 2019 at 09:48:12AM -0600, Jett Rink wrote: > On Sun, Mar 31, 2019 at 1:25 PM Rushikesh S Kadam > wrote: > > + > > +/* > > + * The Read-Write Semaphore is used to prevent message TX or RX while > > + * the ishtp client is being initialized or undergoing reset. > > + * > >

Re: [PATCH v2] vfio/type1: Limit DMA mappings per container

2019-04-03 Thread Cornelia Huck
On Tue, 02 Apr 2019 10:15:38 -0600 Alex Williamson wrote: > Memory backed DMA mappings are accounted against a user's locked > memory limit, including multiple mappings of the same memory. This > accounting bounds the number of such mappings that a user can create. > However, DMA mappings that a

Re: [PATCH] staging: vchiq_arm: remove space after open '('

2019-04-03 Thread Stefan Wahren
Am 03.04.19 um 05:07 schrieb Mario Balan: > Fix checkpatch error "ERROR: space prohibited after that open > parenthesis '('" in vchiq_arm.c:563. > > Signed-off-by: Mario Balan Acked-by: Stefan Wahren

Re: [PATCH] watchdog: Convert to use devm_platform_ioremap_resource

2019-04-03 Thread Michal Simek
On 02. 04. 19 21:01, Guenter Roeck wrote: > Use devm_platform_ioremap_resource to reduce source code size, > improve readability, and reduce the likelyhood of bugs. > > The conversion was done automatically with coccinelle using the > following semantic patch. > > @r@ > identifier res, pdev; > ex

Re: [mm, compaction] e332f741a8: BUG:unable_to_handle_kernel

2019-04-03 Thread Mel Gorman
On Wed, Apr 03, 2019 at 02:42:00PM +0800, kernel test robot wrote: > FYI, we noticed the following commit (built with gcc-7): > > commit: e332f741a8dd1ec9a6dc8aa997296ecbfe64323e ("mm, compaction: be > selective about what pageblocks to clear skip hints") > https://git.kernel.org/cgit/linux/kerne

Re: [PATCH] pinctrl: intel: save HOSTSW_OWN register over suspend/resume

2019-04-03 Thread Chris Chiu
On Tue, Apr 2, 2019 at 7:58 PM Andy Shevchenko wrote: > > + base = community->regs + community->hostown_offset; > > + for (gpp = 0; gpp < community->ngpps; gpp++) { > > + if (communities[i].hostown[gpp] && > > + communitie

[PATCH 3/6] iio: imx7d_adc: Use devm_iio_device_register()

2019-04-03 Thread Andrey Smirnov
Use devm_iio_device_register() and drop explicit call to iio_device_unregister(). Signed-off-by: Andrey Smirnov Cc: Jonathan Cameron Cc: Hartmut Knaack Cc: Lars-Peter Clausen Cc: Peter Meerwald-Stadler Cc: Chris Healy Cc: linux-...@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- driver

[PATCH 6/6] iio: imx7d_adc: Drop imx7d_adc_remove()

2019-04-03 Thread Andrey Smirnov
Since imx7d_adc_remove() does exactly the same thing as imx7d_adc_suspend() we can use the latter together with devm_add_action_or_reset() to get rid of the former. Signed-off-by: Andrey Smirnov Cc: Jonathan Cameron Cc: Hartmut Knaack Cc: Lars-Peter Clausen Cc: Peter Meerwald-Stadler Cc: Chri

[PATCH 5/6] iio: imx7d_adc: Use imx7d_adc_resume() in imx7d_adc_probe()

2019-04-03 Thread Andrey Smirnov
Initialization sequence performed in imx7d_adc_resume() is exactley the same as what's being done in imx7d_adc_probe(). Make use of the former in the latter to avoid code duplication. Signed-off-by: Andrey Smirnov Cc: Jonathan Cameron Cc: Hartmut Knaack Cc: Lars-Peter Clausen Cc: Peter Meerwal

[PATCH 4/6] iio: imx7d_adc: Use devm_platform_ioremap_resource()

2019-04-03 Thread Andrey Smirnov
Use devm_platform_ioremap_resource() to be able to drop a bit of explicit boilerplate code. Signed-off-by: Andrey Smirnov Cc: Jonathan Cameron Cc: Hartmut Knaack Cc: Lars-Peter Clausen Cc: Peter Meerwald-Stadler Cc: Chris Healy Cc: linux-...@vger.kernel.org Cc: linux-kernel@vger.kernel.org -

[PATCH 2/6] iio: imx7d_adc: Replace pr_err with dev_err

2019-04-03 Thread Andrey Smirnov
Replace combination of pr_err()/dev_name() with an equivalent call for dev_err(). Signed-off-by: Andrey Smirnov Cc: Jonathan Cameron Cc: Hartmut Knaack Cc: Lars-Peter Clausen Cc: Peter Meerwald-Stadler Cc: Chris Healy Cc: linux-...@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- driver

[PATCH 1/6] iio: imx7d_adc: Add local struct device pointer in imx7d_adc_probe()

2019-04-03 Thread Andrey Smirnov
Use a local "struct device *dev" in imx7d_adc_probe() for brevity. No functional change intended. Signed-off-by: Andrey Smirnov Cc: Jonathan Cameron Cc: Hartmut Knaack Cc: Lars-Peter Clausen Cc: Peter Meerwald-Stadler Cc: Chris Healy Cc: linux-...@vger.kernel.org Cc: linux-kernel@vger.kernel

[PATCH 0/6] i.MX7D ADC improvements

2019-04-03 Thread Andrey Smirnov
Everyone: This series is a number of small improvements I made to i.MX7D ADC driver. Hopefully each patch is self-explanatory. Feedback is welcome! Thanks, Andrey Smirnov Andrey Smirnov (6): iio: imx7d_adc: Add local struct device pointer in imx7d_adc_probe() iio: imx7d_adc: Replace pr_err

[PATCH v1] tools/power: turbostat: fix buffer overrun

2019-04-03 Thread Naoya Horiguchi
turbostat could be terminated by general protection fault on some latest hardwares which (for example) support 9 levels of C-states and show 18 "tADDED" lines. That bloats the total output and finally causes buffer overrun. So let's extend the buffer to avoid this. This patch also removes duplica

[PATCH -next] ASoC: Mediatek: MT8183: Fix platform_no_drv_owner.cocci warnings

2019-04-03 Thread YueHaibing
Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: YueHaibing --- sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/mediatek/mt8183/mt8183-d

[PATCH -next] ASoC: Mediatek: MT8183: Fix platform_no_drv_owner.cocci warnings

2019-04-03 Thread YueHaibing
Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: YueHaibing --- sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/mediatek/mt8183/

<    5   6   7   8   9   10