[PATCH v4 0/2] SPMI regulator driver updates
This is the leftover parts of the SPMI regulator driver port. The OCP feature and other vendor specific DT bindings that didn't make v4.2. I've added a hook to configure OCP per Stephen Boyd (2):...
View Article[PATCH v4 2/2] regulator: qcom-spmi: Add vendor specific configuration
Add support for over current protection (OCP), pin control selection, soft start strength, and auto-mode. Cc: <devicetree@vger.kernel.org> Signed-off-by: Stephen Boyd...
View ArticleRe: [PATCH v2] arm64: dts: mt8173: Add afe device node
On Thursday, July 09, 2015 11:32:05 AM Koro Chen wrote: > This adds afe (audio front end) device node to the MT8173 dtsi file. > > Signed-off-by: Koro Chen <koro.chen@mediatek.com> >...
View ArticleRe: [PATCH] toshiba_acpi: Adapt /proc/acpi/toshiba/keys to TOS1900 devices
On Fri, Jul 17, 2015 at 03:21:26PM -0600, Azael Avalos wrote: > Since the introduction of TOS1900 devices support to the driver, the > "keys" entry under the proc directory was broken, given...
View ArticleRe: [PATCH v9 7/7] staging: fpga manager: add driver for socfpga fpga manager
On Fri, 17 Jul 2015, Moritz Fischer wrote: Hi Moritz, > Alan, > > it looks pretty good so far. I have worked with Michal and developed a > Zynq equivalent against your last > patchset...
View ArticleRe: [Nginx] How to support file upload in Nginx 1.8
I'm very new, a novice when it comes to nginx and setting up a web server, and trying to figure out how to upload files. We already have an Apache solution with PHP, but do not want to use PHP...
View ArticleRe: [PATCH 2/5] clocksource: mediatek: Use GPT as sched clock source
On Monday, July 13, 2015 05:32:46 PM Yingjoe Chen wrote: > When cpu is in deep idle, arch timer will stop counting. Setup GPT as > sched clock source so it can keep counting in idle. > >...
View ArticleRe: [PATCH V5 1/2] irqchip: imx-gpcv2: IMX GPCv2 driver for wakeup sources
On Fri, 17 Jul 2015, Shenwei Wang wrote: > +++ b/drivers/irqchip/irq-imx-gpcv2.c > @@ -0,0 +1,311 @@ > + > +/* > + * Copyright (C) 2015 Freescale Semiconductor, Inc. > + * > + *...
View ArticleRe: [PATCH 1/2] input: touchscreen: pixcir_i2c_ts: Add support for optional...
Hi Vignesh, On Fri, Jul 17, 2015 at 12:10:40PM +0530, Vignesh R wrote: > On am437x-gp-evm, pixcir touchscreen can wake the system from low power > state by generating wake-up interrupt via...
View ArticleRe: [PATCH 3/5] arm64: mediatek: enable MTK_TIMER
On Monday, July 13, 2015 05:32:47 PM Yingjoe Chen wrote: > Enable MTK_TIMER for MediaTek plaform, which will be used as > schedule clock. > > Signed-off-by: Yingjoe Chen...
View ArticleRe: [PATCH 1/5] clocksource: mediatek: do not enable GPT_CLK_EVT when setup
On Monday, July 13, 2015 05:32:45 PM Yingjoe Chen wrote: > Spurious mtk timer interrupt is noticed at boot and cause kernel > crash. It seems if GPT is enabled, it will latch irq status even...
View Article[PATCH v3 6/7] blk-mq: fix freeze queue race
There are several race conditions while freezing queue. When unfreezing queue, there is a small window between decrementing q->mq_freeze_depth to zero and percpu_ref_reinit() call with...
View Article[PATCH v3 5/7] blk-mq: avoid inserting requests before establishing new mapping
Notifier callbacks for CPU_ONLINE action can be run on the other CPU than the CPU which was just onlined. So it is possible for the process running on the just onlined CPU to insert request and run hw...
View Article[PATCH v3 7/7] blk-mq: fix deadlock when reading cpu_list
CPU hotplug handling for blk-mq (blk_mq_queue_reinit) acquires all_q_mutex in blk_mq_queue_reinit_notify() and then removes sysfs entries by blk_mq_sysfs_unregister(). Removing sysfs entry needs to be...
View ArticleRe: [RFC PATCH 02/21] stackvalidate: Add C version of STACKVALIDATE_IGNORE_INSN
On Sat, Jul 18, 2015 at 09:16:58AM -0700, Linus Torvalds wrote: > On Jul 17, 2015 09:57, "Josh Poimboeuf" <jpoimboe@redhat.com> wrote: > > > > + > > +#define...
View ArticleRe: [PATCH v2 0/4] mtd: pxa3xx_nand: rework the timing setup
On 17 July 2015 at 14:55, Robert Jarzmik <robert.jarzmik@free.fr> wrote: > Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> writes: > >> Hi Antoine, >> >> On...
View ArticleRe: Use after free bug in null_blk driver
On Sun, Jul 19, 2015 at 01:18:44AM +0900, Akinobu Mita wrote: > 2015-07-18 23:51 GMT+09:00 Mike Krinkin <krinkin.m.u@gmail.com>: > > Hi, > > > > i noticed that loading...
View Article[PATCH] mfd: cros_ec: Fix leak in sequence_store()
The allocated cros_ec_command message structure is not freed in function sequence_store(). Make sure that 'msg' is freed in all exit paths. Detected by Coverity CID 1309667. Signed-off-by: Christian...
View ArticleRe: [PATCH 5/6] staging: rtl8188eu: stop using DBG_88E
On Sat, Jul 18, 2015 at 06:46 AM CEST, Sudip Mukherjee <sudipm.mukherjee@gmail.com> wrote: > On Fri, Jul 17, 2015 at 05:33:55PM +0200, Jakub Sitnicki wrote: >> On Thu, Jul 16, 2015 at...
View ArticleRegression in v4.2-rc1: vmalloc_to_page with ioremap
vmalloc_to_page with ioremap'd memory used to work correctly till v4.1. In v4.2-rc1 when ioremap is done using huge pages vmalloc_to_page on ioremap'd memory crashes. Are there plans to fix this? An...
View Article