Re: linux-next: Tree for Jan 20 -- Kernel panic - Unable to mount root fs

2015-01-20 Thread Sabrina Dubroca
: 0 PID: 1 Comm: swapper/0 Not tainted 3.19.0-rc5-next-20150120-dirty #410 [1.300039] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.7.5-20140617_173321-var-lib-archbuild-testing-x86_64-tobias 04/01/2014 [1.300039] ea001340 88001f673dd8 817e1197

Re: [PATCH RESEND v2 5/7] mfd: cros_ec: Instantiate ChromeOS EC character device

2015-01-20 Thread Lee Jones
On Tue, 20 Jan 2015, Javier Martinez Canillas wrote: Hello Lee, On 01/20/2015 05:29 PM, Lee Jones wrote: It's not a blocker, but it is a ridiculous name to use inside the driver/ directory 'cos almost everything is a dev(ice) here. Right, do you think that cros-ec-chardev will be

Re: [alsa-devel] [PATCH v2 RESEND 2/2] mfd: arizona: Update DT binding to support OUTn_MONO init_data

2015-01-20 Thread Lee Jones
On Tue, 20 Jan 2015, Charles Keepax wrote: On Tue, Jan 20, 2015 at 04:02:48PM +, Lee Jones wrote: On Tue, 20 Jan 2015, Mark Brown wrote: On Tue, Jan 20, 2015 at 12:20:05PM +, Lee Jones wrote: On Fri, 02 Jan 2015, Inha Song wrote: This patch update DT binding to

[PATCH 1/1] perf/x86/intel/uncore: Move uncore_box_init out of driver initialization

2015-01-20 Thread kan . liang
From: Kan Liang kan.li...@intel.com There were some issues about the uncore driver tried to access non-existing boxes, which caused boot crashes. These issues have been all fixed. But we should avoid boot failures if that ever happens again. This patch intends to prevent this kind of potential

Re: [PATCH net-next v8 2/4] net: netcp: Add Keystone NetCP core ethernet driver

2015-01-20 Thread Murali Karicheri
On 01/20/2015 03:18 AM, Paul Bolle wrote: Murali, Wingman, On Thu, 2015-01-15 at 19:12 -0500, Murali Karicheri wrote: The network coprocessor (NetCP) is a hardware accelerator available in Keystone SoCs that processes Ethernet packets. NetCP consists of following hardware components 1

Re: module: fix module_refcount() return when running in a module exit routine

2015-01-20 Thread James Bottomley
On Tue, 2015-01-20 at 11:15 +1030, Rusty Russell wrote: James Bottomley james.bottom...@hansenpartnership.com writes: On Mon, 2015-01-19 at 16:21 +1030, Rusty Russell wrote: Masami Hiramatsu masami.hiramatsu...@hitachi.com writes: (2015/01/19 1:55), James Bottomley wrote: From: James

[PATCH] power/reset: vexpress: Remove non-DT code

2015-01-20 Thread Pawel Moll
Now, as all VE platforms have to be booted with DT, the code handling non-DT case can be removed. Signed-off-by: Pawel Moll pawel.m...@arm.com --- drivers/power/reset/vexpress-poweroff.c | 17 +++-- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git

Re: [PATCH/RFC v10 03/19] DT: leds: Add led-sources property

2015-01-20 Thread Rob Herring
On Tue, Jan 20, 2015 at 10:09 AM, Jacek Anaszewski j.anaszew...@samsung.com wrote: On 01/16/2015 04:52 PM, Jacek Anaszewski wrote: On 01/16/2015 02:48 PM, Rob Herring wrote: [...] You may want to add something like led-output-cnt or led-driver-cnt in the parent so you know the max list

[PATCH 14/36] perf build: Add slang objects building

2015-01-20 Thread Jiri Olsa
Move the slang objects building under build framework to be included in the libperf build object. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov b...@alien8.de Cc: Corey Ashford

RE: [PATCH v3 1/1] mfd: intel_quark_i2c_gpio: Add Intel Quark X1000 I2C-GPIO MFD Driver

2015-01-20 Thread Mike Turquette
Quoting Tan, Raymond (2014-12-21 18:33:42) Hi Mike, Thanks for your reply. I've answered the questions as below. Warm Regards, Raymond Tan -Original Message- From: Mike Turquette [mailto:mturque...@linaro.org] Sent: Friday, December 12, 2014 6:26 AM To: Tan, Raymond;

[PATCHv3 00/36] perf tools: New build framework

2015-01-20 Thread Jiri Olsa
hi, I'm following up on latest post from Alexis: http://marc.info/?l=linux-kernelm=141427580405357w=2 v3 changes: - disabling only builtin rules, keeping builtin variables in place because some projects we depends on using them (traceevent) [David] - fixed empy source list issue that

[PATCH 36/36] perf build: Display make commands on V=1

2015-01-20 Thread Jiri Olsa
Get more verbose output wrt displaying executed commands from make. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov b...@alien8.de Cc: Corey Ashford cjash...@linux.vnet.ibm.com Cc: David

[PATCH 31/36] perf build: Add build documentation

2015-01-20 Thread Jiri Olsa
Adding file describing the basics of perf build process. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov b...@alien8.de Cc: Corey Ashford cjash...@linux.vnet.ibm.com Cc: David Ahern

[PATCH 35/36] tools lib lockdep: Use tools build framework

2015-01-20 Thread Jiri Olsa
Move the lockdep library building under tools build framework. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov b...@alien8.de Cc: Corey Ashford cjash...@linux.vnet.ibm.com Cc: David Ahern

[PATCH 16/36] perf build: Add scripts objects building

2015-01-20 Thread Jiri Olsa
Move the scripts objects building under build framework to be included in the libperf build object. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov b...@alien8.de Cc: Corey Ashford

[PATCH 28/36] perf build: Remove directory dependency rules

2015-01-20 Thread Jiri Olsa
Removing subdirectories creation support from Makefile.perf as it's no longer needed, since it's properly handled by new build system. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov

RE: [PATCH V3 2/2] devicetree: Add bindings for DA9063

2015-01-20 Thread Opensource [Steve Twiss]
On 20 January 2015 15:54 Lee Jones wrote: [...] Documentation/devicetree/bindings/mfd/da9063.txt | 93 1 file changed, 93 insertions(+) create mode 100644 Documentation/devicetree/bindings/mfd/da9063.txt I already Acked this? Any reason that wasn't carried

[PATCH 18/36] perf build: Add zlib objects building

2015-01-20 Thread Jiri Olsa
Move the zlib objects building under build framework to be included in the libperf build object. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov b...@alien8.de Cc: Corey Ashford

[PATCH 2/3] rtc: Remove redundant rtc_valid_tm() from rtc_resume()

2015-01-20 Thread Xunlei Pang
rtc_read_time() has already judged valid tm by rtc_valid_tm(), so just remove it. Signed-off-by: Xunlei Pang pang.xun...@linaro.org --- drivers/rtc/class.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/rtc/class.c b/drivers/rtc/class.c index c8f35a5..5953225 100644 ---

[PATCH 3/3] time: clocksource: Add a comment to CLOCK_SOURCE_SUSPEND_NONSTOP

2015-01-20 Thread Xunlei Pang
When doing timekeeping_resume(), if the nonstop clocksource wraps back, cycle_delta will miss the wrap time. So add a comment to indicate that if have this flag set, you are aware that this nonstop clocksource won't wrap during suspension. Signed-off-by: Xunlei Pang pang.xun...@linaro.org ---

[PATCH 1/3] time: Don't bother to run rtc_resume() for nonstop clocksource

2015-01-20 Thread Xunlei Pang
If a system does not provide a persistent_clock(), the time will be updated on resume by rtc_resume(). With the addition of the non-stop clocksources for suspend timing, those systems set the time on resume in timekeeping_resume(), but may not provide a valid persistent_clock(). This results in

Re: [PATCH] ARM: tegra20: Store CPU resettable status in IRAM

2015-01-20 Thread Dmitry Osipenko
19.01.2015 21:26, Dmitry Osipenko пишет: 19.01.2015 21:00, Dmitry Osipenko пишет: 19.01.2015 20:45, Stephen Warren пишет: On 01/19/2015 10:41 AM, Dmitry Osipenko wrote: 19.01.2015 20:26, Stephen Warren пишет: Hopefully this works out. I suppose it's unlikely anyone will be running code on

Re: [linux-sunxi] [PATCH v4 5/5] ARM: sunxi: dts: Add PS2 nodes for A20 lime2 board

2015-01-20 Thread Iain Paton
On 16/01/15 14:03, Vishnu Patekar wrote: Signed-off-by: VishnuPatekar vishnupatekar0...@gmail.com --- arch/arm/boot/dts/sun7i-a20-olinuxino-lime2.dts | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20-olinuxino-lime2.dts

Re: [PATCH v8 3/3] regulator: qcom-rpm: Add missing state flag in call to RPM

2015-01-20 Thread Lee Jones
On Wed, 26 Nov 2014, Bjorn Andersson wrote: This adds the missing state parameter to the call down to the RPM. This is currently hard coded to the active state, as that's all we're supporting at this moment. Signed-off-by: Bjorn Andersson bjorn.anders...@sonymobile.com ---

Re: ARM: OMAP3: MACH_OMAP3517EVM?

2015-01-20 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [150120 08:52]: * Paul Bolle pebo...@tiscali.nl [150120 01:06]: Tony, Your commit 4d62dbda8561 (ARM: OMAP3: Remove legacy support for am3517-evm) is included in today's linux-next (ie, next-20150120). I noticed because a script I use to check linux-next

Re: [PATCH V3 2/2] devicetree: Add bindings for DA9063

2015-01-20 Thread Lee Jones
On Tue, 20 Jan 2015, Lee Jones wrote: On Tue, 20 Jan 2015, Steve Twiss wrote: From: Steve Twiss stwiss.opensou...@diasemi.com Add device tree bindings for DA9063 regulators; Real-Time Clock and Watchdog. This patch is dependent on PATCH V2 1/2 Signed-off-by: Steve Twiss

Re: [PATCH V3 1/2] mfd: da9063: Add device tree support

2015-01-20 Thread Lee Jones
On Tue, 20 Jan 2015, Steve Twiss wrote: From: Steve Twiss stwiss.opensou...@diasemi.com Add device tree support for DA9063 regulators; Real-Time Clock and Watchdog. This patch is dependent on PATCH V2 2/2 Signed-off-by: Steve Twiss stwiss.opensou...@diasemi.com --- This patch

Re: [PATCH v8 1/3] mfd: devicetree: bindings: Add Qualcomm RPM DT binding

2015-01-20 Thread Lee Jones
On Wed, 26 Nov 2014, Bjorn Andersson wrote: Add binding for the Qualcomm Resource Power Manager (RPM) found in 8660, 8960 and 8064 based devices. Signed-off-by: Bjorn Andersson bjorn.anders...@sonymobile.com --- Removed regulator definition from this patch, as these needs more discussion

[GIT PULL] libata fixes for v3.19-rc5

2015-01-20 Thread Tejun Heo
Hello, Linus. * Bartlomiej will be co-maintaining PATA portion of libata. git workflow will stay the same. * sata_sil24 wasn't happy with tag ordered submission. An option to restore the old tag allocation behavior is implemented for sil24. * A very old race condition in PIO host state

Re: [PATCH v2 1/8] device core: Introduce per-device MSI domain pointer

2015-01-20 Thread Stuart Yoder
Gerry, So which direction did you take in your patch set-- a) common, generic msi_desc, or b) bus-specific msi_desc like Marc showed (mybus_msi_desc)? Thanks, Stuart On Sun, Jan 18, 2015 at 8:10 PM, Jiang Liu jiang@linux.intel.com wrote: On 2015/1/16 4:35, Stuart Yoder wrote: On Thu,

[PATCH] mfd: vexpress: Remove non-DT code

2015-01-20 Thread Pawel Moll
Now, as all VE platforms have to be booted with DT, the code handling non-DT case can be removed. Signed-off-by: Pawel Moll pawel.m...@arm.com --- drivers/mfd/vexpress-sysreg.c | 71 +-- 1 file changed, 15 insertions(+), 56 deletions(-) diff --git

Re: [PATCH v3 1/1] mfd: intel_quark_i2c_gpio: Add Intel Quark X1000 I2C-GPIO MFD Driver

2015-01-20 Thread Mike Turquette
Quoting Lee Jones (2015-01-20 04:47:46) On Thu, 11 Dec 2014, Raymond Tan wrote: + CLK_IS_ROOT, INTEL_QUARK_I2C_CLK_HZ); + + quark_mfd-i2c_clk_lookup = i2c_clk_lookup; + quark_mfd-i2c_clk = i2c_clk; + + retval = clk_register_clkdevs(i2c_clk, i2c_clk_lookup, +

Re: using DMA-API on ARM

2015-01-20 Thread Fabio Estevam
Hi Russell, On Tue, Dec 9, 2014 at 8:29 AM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Tue, Dec 09, 2014 at 11:19:40AM +0100, Arend van Spriel wrote: The issue did not trigger overnight so it seems setting bit 22 Shared Attribute _Override_ Enable solves the issue over here. Now

Re: [PATCH v7 10/17] ARM64 / ACPI: Parse MADT for SMP initialization

2015-01-20 Thread Lorenzo Pieralisi
On Tue, Jan 20, 2015 at 01:09:55PM +, Hanjun Guo wrote: [...] +{ + int cpu; + + if (mpidr == INVALID_HWID) { + pr_info(Skip MADT cpu entry with invalid MPIDR\n); + return -EINVAL; + } + + total_cpus++; + if

[PATCH 0/4] Add sd/emmc support for stih407 family silicon

2015-01-20 Thread Peter Griffin
Hi, This series adds sd/emmc support to the sdhci-st.c driver for stih407 family silicon. The changes mainly involve congiguring some extra glue registers which configure the controller. This series also adds support for UHS modes for eMMC. To allow UHS HS200/SD104 modes to function correctly,

[PATCH 4/4] ARM: STi: DT: STiH407: Add dt nodes for sdhci and emmc.

2015-01-20 Thread Peter Griffin
The nodes have been split to allow as much commonality as possible. The stih407 has a silicon bug with eMMC UHS modes (with top regs) and as such doesn't have any of the uhs dt properties. Signed-off-by: Peter Griffin peter.grif...@linaro.org --- arch/arm/boot/dts/stih407-family.dtsi | 30

[patch 2/2] mm: memcontrol: default hierarchy interface for memory

2015-01-20 Thread Johannes Weiner
Introduce the basic control files to account, partition, and limit memory using cgroups in default hierarchy mode. This interface versioning allows us to address fundamental design issues in the existing memory cgroup interface, further explained below. The old interface will be maintained

Re: [PATCH v2 1/2] livepatch: enforce patch stacking semantics

2015-01-20 Thread Jiri Slaby
On 01/20/2015, 04:26 PM, Josh Poimboeuf wrote: Only allow the topmost patch on the stack to be enabled or disabled, so that patches can't be removed or added in an arbitrary order. Suggested-by: Jiri Kosina jkos...@suse.cz Signed-off-by: Josh Poimboeuf jpoim...@redhat.com Reviewed-by: Jiri

Re: [PATCH v4 2/6] mfd: MT6397: Add support for PMIC MT6397 MFD

2015-01-20 Thread Lee Jones
On Tue, 20 Jan 2015, Sascha Hauer wrote: Hi Lee, On Tue, Jan 20, 2015 at 02:43:09PM +, Lee Jones wrote: On Fri, 26 Dec 2014, Flora Fu wrote: Add core files for MT6397 MFD driver. Signed-off-by: Flora Fu flora...@mediatek.com --- drivers/mfd/Kconfig |

[patch 0/2] mm: memcontrol: default hierarchy interface for memory v2

2015-01-20 Thread Johannes Weiner
Hi Andrew, these patches changed sufficiently while in -mm that a rebase makes sense. The change from using none in the configuration files to max/infinity requires a do-over of 1/2 and a changelog fix in 2/2. I folded all increments, both in-tree and the ones still pending, and credited your

[patch 1/2] mm: page_counter: pull -1 handling out of page_counter_memparse()

2015-01-20 Thread Johannes Weiner
The unified hierarchy interface for memory cgroups will no longer use -1 to mean maximum possible resource value. In preparation for this, make the string an argument and let the caller supply it. Signed-off-by: Johannes Weiner han...@cmpxchg.org --- include/linux/page_counter.h | 3 ++-

[PATCH 2/4] sdhci-st: Add support for stih407 family silicon.

2015-01-20 Thread Peter Griffin
This patch adds support for the extra registers found on stih407 family silicon which has the flashSS subsystem. This mainly consists of some extra glue registers which are used to correctly configure the controller hardware. This patch also adds support for UHS modes for eMMC. To allow UHS

Re: [PATCH/RFC v10 07/19] mfd: max77693: Adjust FLASH_EN_SHIFT and TORCH_EN_SHIFT macros

2015-01-20 Thread Lee Jones
On Tue, 20 Jan 2015, Jacek Anaszewski wrote: On 01/20/2015 02:01 PM, Jacek Anaszewski wrote: On 01/20/2015 12:17 PM, Lee Jones wrote: On Fri, 09 Jan 2015, Jacek Anaszewski wrote: Modify FLASH_EN_SHIFT and TORCH_EN_SHIFT macros to work properly when passed enum max77693_fled values (0 for

Re: [PATCH RESEND v2 2/7] mfd: cros_ec: Add char dev and virtual dev pointers

2015-01-20 Thread Javier Martinez Canillas
Hello Lee, Thanks a lot for your feedback. On 01/20/2015 08:50 AM, Lee Jones wrote: @@ -59,9 +60,17 @@ struct cros_ec_command { * * @ec_name: name of EC device (e.g. 'chromeos-ec') * @phys_name: name of physical comms layer (e.g. 'i2c-4') - * @dev: Device pointer + * @dev: Device

[PATCH 1/4] clk: st: STiH410: Fix pdiv and fdiv divisor when setting rate

2015-01-20 Thread Peter Griffin
Debugging eMMC on upstream kernels it has been noticed that when the targetpack configures MMC0 clock to 200Mhz (required to switch to HS200) then everything works OK. However if the kernel sets the clock rate using clk_set_rate, then the eMMC card initialisation fails with timeouts. Lower clock

Re: [PATCH v1 0/4] mfd: reorganize Intel drivers

2015-01-20 Thread Lee Jones
On Tue, 20 Jan 2015, Andy Shevchenko wrote: On Tue, 2015-01-20 at 13:48 +, Lee Jones wrote: On Thu, 11 Dec 2014, Andy Shevchenko wrote: This patchset creates a new folder under drivers/mfd and moves there Intel related drivers. There is no functional change. The names of

Re: [PATCH v4 2/5] dt-bindings: Add pinctrl bindings for mt65xx/mt81xx.

2015-01-20 Thread Matthias Brugger
2014-12-17 0:34 GMT+01:00 Hongzhou Yang hongzhou.y...@mediatek.com: From: Hongzhou Yang hongzhou.y...@mediatek.com Add devicetree bindings for Mediatek SoC pinctrl driver. Signed-off-by: Hongzhou Yang hongzhou.y...@mediatek.com --- .../devicetree/bindings/pinctrl/pinctrl-mt65xx.txt | 142

[PATCH v3 1/3] Drivers: hv: check vmbus_device_create() return value in vmbus_process_offer()

2015-01-20 Thread Vitaly Kuznetsov
vmbus_device_create() result is not being checked in vmbus_process_offer() and it can fail if kzalloc() fails. Add the check and do minor cleanup to avoid additional duplication of free_channel(); return; block. Reported-by: Jason Wang jasow...@redhat.com Signed-off-by: Vitaly Kuznetsov

Re: [PATCH V3 2/2] devicetree: Add bindings for DA9063

2015-01-20 Thread Lee Jones
On Tue, 20 Jan 2015, Steve Twiss wrote: From: Steve Twiss stwiss.opensou...@diasemi.com Add device tree bindings for DA9063 regulators; Real-Time Clock and Watchdog. This patch is dependent on PATCH V2 1/2 Signed-off-by: Steve Twiss stwiss.opensou...@diasemi.com --- This patch

Re: [PATCH net-next v8 0/4] net: Add Keystone NetCP ethernet driver support

2015-01-20 Thread Murali Karicheri
On 01/19/2015 03:11 PM, David Miller wrote: From: Murali Karicherim-kariche...@ti.com Date: Thu, 15 Jan 2015 19:10:03 -0500 The Network Coprocessor (NetCP) is a hardware accelerator that processes Ethernet packets. NetCP has a gigabit Ethernet (GbE) subsystem with a ethernet switch sub-module

[PATCH 0/3] iio: adc: vf610: respect ADC clocking limitations

2015-01-20 Thread Stefan Agner
Respect ADC clocking limitations which lead to bogous reading on 500MHz clocked Vybrid SoC's. Additionally, also implement a sysfs-property to configure the conversion mode available in this ADC peripherial. Stefan Agner (3): iio: adc: vf610: use ADC clock within specification iio: adc:

Re: [alsa-devel] [PATCH v2 RESEND 2/2] mfd: arizona: Update DT binding to support OUTn_MONO init_data

2015-01-20 Thread Lee Jones
On Tue, 20 Jan 2015, Mark Brown wrote: On Tue, Jan 20, 2015 at 12:20:05PM +, Lee Jones wrote: On Fri, 02 Jan 2015, Inha Song wrote: This patch update DT binding to support OUTn_MONO init_data. Each output signal can be configurated as a mono differential output. The mono

[PATCH 1/3] iio: adc: vf610: use ADC clock within specification

2015-01-20 Thread Stefan Agner
Depending on conversion mode used, the ADC clock (ADCK) needs to be below a maximum frequency. According to Vybrid's data sheet this is 20MHz for the low power conversion mode. The ADC clock is depending on input clock, which is the bus clock by default. Vybrid SoC are typically clocked at at

[PATCH 2/3] iio: adc: vf610: implement configurable conversion modes

2015-01-20 Thread Stefan Agner
Support configureable conversion mode through sysfs. So far, the mode used was low-power, which is enabled by default now. Beside that, the modes normal and high-speed are selectable as well. Use the new device tree property which specifies the maximum ADC conversion clock frequencies. Depending

Re: [PATCH RESEND v2 5/7] mfd: cros_ec: Instantiate ChromeOS EC character device

2015-01-20 Thread Javier Martinez Canillas
Hello Lee, Thanks a lot for your feedback. On 01/20/2015 09:20 AM, Lee Jones wrote: On Fri, 02 Jan 2015, Javier Martinez Canillas wrote: The ChromeOS EC character device is an user-space interface to allow applications to access the Embedded Controller. Add a cell for this device so it's

[PATCH 3/3] ARM: dts: add property for maximum ADC clock frequencies

2015-01-20 Thread Stefan Agner
The ADC clock frequency is limited depending on modes used. Add device tree property which allow to set the mode used and the maximum frequency ratings for the instance. These allows to set the ADC clock to a frequency which is within specification according to the actual mode used.

[RFC PATCH v3 6/8] rtc/mxc: Convert get_alarm_or_time()/set_alarm_or_time() to use time64_t

2015-01-20 Thread Xunlei Pang
We want to convert mxc_rtc_set_mmss() to use rtc_class_ops's set_mmss64(), but it uses get_alarm_or_time()/set_alarm_or_time() internal interfaces which are y2038 unsafe. So here as a separate patch, it converts these two internal interfaces of mxc to use safe time64_t to make some preparations.

[RFC PATCH v3 8/8] alpha: rtc: change to use rtc_class_ops's set_mmss64()

2015-01-20 Thread Xunlei Pang
change alpha_rtc_set_mmss() and remote_set_mmss() to use rtc_class_ops's set_mmss64(). Signed-off-by: Xunlei Pang pang.xun...@linaro.org --- arch/alpha/kernel/rtc.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/alpha/kernel/rtc.c b/arch/alpha/kernel/rtc.c index

[RFC PATCH v3 3/8] rtc/ab3100: Update driver to address y2038/y2106 issues

2015-01-20 Thread Xunlei Pang
This driver has a number of y2038/y2106 issues. This patch resolves them by: - Replace rtc_tm_to_time() with rtc_tm_to_time64() - Replace rtc_time_to_tm() with rtc_time64_to_tm() - Change ab3100_rtc_set_mmss() to use rtc_class_ops's set_mmss64() After this patch, the driver should not have any

[RFC PATCH v3 7/8] rtc/mxc: Update driver to address y2038/y2106 issues

2015-01-20 Thread Xunlei Pang
This driver has a number of y2038/y2106 issues. This patch resolves them by: - Replace rtc_time_to_tm() with rtc_time64_to_tm() - Replace rtc_tm_to_time() with rtc_tm_to_time64() - Change mxc_rtc_set_mmss() to use rtc_class_ops's set_mmss64() After this patch, the driver should not have any

Re: [PATCH RESEND v2 5/7] mfd: cros_ec: Instantiate ChromeOS EC character device

2015-01-20 Thread Lee Jones
On Tue, 20 Jan 2015, Javier Martinez Canillas wrote: Hello Lee, Thanks a lot for your feedback. On 01/20/2015 09:20 AM, Lee Jones wrote: On Fri, 02 Jan 2015, Javier Martinez Canillas wrote: The ChromeOS EC character device is an user-space interface to allow applications to access

Re: [PATCH v1 0/4] mfd: reorganize Intel drivers

2015-01-20 Thread Andy Shevchenko
On Tue, 2015-01-20 at 15:46 +, Lee Jones wrote: On Tue, 20 Jan 2015, Andy Shevchenko wrote: On Tue, 2015-01-20 at 13:48 +, Lee Jones wrote: On Thu, 11 Dec 2014, Andy Shevchenko wrote: This patchset creates a new folder under drivers/mfd and moves there Intel

Re: [PATCH 11/11] usb: core: fix a race with usb_queue_reset_device()

2015-01-20 Thread Olivier Sobrie
On Tue, Jan 20, 2015 at 10:26:30AM -0500, Alan Stern wrote: On Tue, 20 Jan 2015, Olivier Sobrie wrote: When usb_queue_reset() is called it schedules a work in view of resetting the usb interface. When the reset work is running, it can be scheduled again (e.g. by the usb disconnect method

[PATCH 07/36] perf build: Add tests objects building

2015-01-20 Thread Jiri Olsa
Move test objects building under build framework. Signed-off-by: Jiri Olsa jo...@kernel.org Cc: Alexis Berlemont alexis.berlem...@gmail.com Cc: Arnaldo Carvalho de Melo a...@redhat.com Cc: Borislav Petkov b...@alien8.de Cc: Corey Ashford cjash...@linux.vnet.ibm.com Cc: David Ahern

Re: [PATCH] of: Custom printk format specifier for device node

2015-01-20 Thread Pantelis Antoniou
Hi Geert, On Jan 20, 2015, at 17:24 , Geert Uytterhoeven ge...@linux-m68k.org wrote: On Tue, Jan 20, 2015 at 3:47 PM, Rob Herring robherri...@gmail.com wrote: + Examples: + + %pO /foo/bar@0 - Node full name + %pO0/foo/bar@0 - Same as

Re: [PATCH/RFC v10 07/19] mfd: max77693: Adjust FLASH_EN_SHIFT and TORCH_EN_SHIFT macros

2015-01-20 Thread Pavel Machek
On Tue 2015-01-20 15:40:29, Lee Jones wrote: On Tue, 20 Jan 2015, Jacek Anaszewski wrote: On 01/20/2015 02:01 PM, Jacek Anaszewski wrote: On 01/20/2015 12:17 PM, Lee Jones wrote: On Fri, 09 Jan 2015, Jacek Anaszewski wrote: Modify FLASH_EN_SHIFT and TORCH_EN_SHIFT macros to work

Re: [PATCH] of: Custom printk format specifier for device node

2015-01-20 Thread Måns Rullgård
Pantelis Antoniou pantelis.anton...@konsulko.com writes: Hi Geert, On Jan 20, 2015, at 17:24 , Geert Uytterhoeven ge...@linux-m68k.org wrote: On Tue, Jan 20, 2015 at 3:47 PM, Rob Herring robherri...@gmail.com wrote: + Examples: + + %pO /foo/bar@0 - Node full

Re: [PATCH][v3.2] Revert: x86, 64bit, mm: Mark data/bss/brk to nx

2015-01-20 Thread Ben Hutchings
On Mon, 2015-01-19 at 17:19 -0500, Steven Rostedt wrote: On Mon, 19 Jan 2015 22:07:11 + Ben Hutchings b...@decadent.org.uk wrote: Yes, I know this needs fixing. It also broke suspend/resume on SMP machines since that involves offlining and onlining CPUs 1-n. OK, as long as you

Re: [RFC PATCHv2 07/19] mfd: ab8500: Use power_supply_*() API for accessing function attrs

2015-01-20 Thread Pavel Machek
On Tue 2015-01-20 15:51:49, Lee Jones wrote: On Tue, 20 Jan 2015, Krzysztof Kozlowski wrote: On wto, 2015-01-20 at 13:36 +, Lee Jones wrote: On Mon, 05 Jan 2015, Krzysztof Kozlowski wrote: Replace direct calls to power supply function attributes with wrappers. Wrappers

Re: [PATCH 01/13] kdbus: add documentation

2015-01-20 Thread Johannes Stezenbach
Hi all, On Tue, Jan 20, 2015 at 03:53:53PM +0100, Djalal Harouni wrote: On Tue, Jan 20, 2015 at 09:42:59AM -0500, Josh Boyer wrote: On Tue, Jan 20, 2015 at 9:31 AM, David Herrmann dh.herrm...@gmail.com wrote: If you run a 3.18 kernel, you can install kdbus.ko from our repository

Re: [PATCH v7 11/17] ACPI / processor: Make it possible to get CPU hardware ID via GICC

2015-01-20 Thread Lorenzo Pieralisi
On Wed, Jan 14, 2015 at 03:04:59PM +, Hanjun Guo wrote: Introduce a new function map_gicc_mpidr() to allow MPIDRs to be obtained from the GICC Structure introduced by ACPI 5.1. MPIDR is the CPU hardware ID as local APIC ID on x86 platform, so we use MPIDR not the GIC CPU interface ID to

Re: [PATCH 2/8] soc: Add MediaTek pericfg controller support

2015-01-20 Thread Mark Rutland
On Tue, Jan 20, 2015 at 09:47:05AM +, Sascha Hauer wrote: This adds support for the MediaTek pericfg controller found on the MT8135/MT8173 SoCs. The pericfg controller contains miscellaneous registers for controlling peripheral resets and clocks. Signed-off-by: Sascha Hauer

[RFC PATCH v3 2/8] rtc/test: Update driver to address y2038/y2106 issues

2015-01-20 Thread Xunlei Pang
This driver has a number of y2038/y2106 issues. This patch resolves them by: - Repalce get_seconds() with ktime_get_real_seconds() - Replace rtc_time_to_tm() with rtc_time64_to_tm() Also add test_rtc_set_mmss64() for testing rtc_class_ops's set_mmss64(), which can be activated by test_mmss64

[RFC PATCH v3 4/8] rtc/mc13xxx: Update driver to address y2038/y2106 issues

2015-01-20 Thread Xunlei Pang
This driver has a number of y2038/y2106 issues. This patch resolves them by: - Replace rtc_time_to_tm() with rtc_time64_to_tm() - Change mc13xxx_rtc_set_mmss() to use rtc_class_ops's set_mmss64() After this patch, the driver should not have any remaining y2038/y2106 issues. Signed-off-by:

[RFC PATCH v3 5/8] rtc/mxc: Modify rtc_update_alarm() not to touch the alarm time

2015-01-20 Thread Xunlei Pang
rtc_class_ops's set_alarm() shouldn't deal with the alarm date, as this is handled in the rtc core. See rtc_dev_ioctl()'s RTC_ALM_SET and RTC_WKALM_SET cases. Signed-off-by: Xunlei Pang pang.xun...@linaro.org --- drivers/rtc/rtc-mxc.c | 22 -- 1 file changed, 4

Re: [PATCH v3 00/16] virtio-pci: towards virtio 1.0 guest support

2015-01-20 Thread Michael S. Tsirkin
On Mon, Jan 19, 2015 at 12:07:00PM +0100, Gerd Hoffmann wrote: Hi, BTW: is there a tool (or pciutils patch) which can decode the virtio capabilities? Searched for a patch today, and all google found me was this mail asking for one :-o So I went ahead and coded one up. Attached.

Re: [PATCH v3 00/16] virtio-pci: towards virtio 1.0 guest support

2015-01-20 Thread Michael S. Tsirkin
On Mon, Jan 19, 2015 at 11:54:43AM +0100, Gerd Hoffmann wrote: Hi, I'm running 3.19-rc4 with this series applied in the guest, maybe I need more? Tried your vhost branch, rebased to 3.19-rc5 -- same result. Hmm. cheers, Gerd Yes, it was all completely broken. Looks like after

Re: [patch] mm: memcontrol: default hierarchy interface for memory fix - high reclaim

2015-01-20 Thread Johannes Weiner
On Tue, Jan 20, 2015 at 03:31:19PM +0100, Michal Hocko wrote: On Tue 20-01-15 09:16:28, Johannes Weiner wrote: On Tue, Jan 20, 2015 at 02:25:19PM +0100, Michal Hocko wrote: [...] Is this planned to be folded into the original patch or go on its own. I am OK with both ways, maybe having

Re: [PATCH v3 2/8] mfd: Add atmel-st driver

2015-01-20 Thread Nicolas Ferre
Le 20/01/2015 16:05, Alexandre Belloni a écrit : On 20/01/2015 at 09:47:39 +, Lee Jones wrote : This driver looks pretty pointless. Why can't you request the sysconf registers from within the drivers themselves? How would you probe the watchdog driver then? Would you had the

Re: [alsa-devel] [PATCH v2 RESEND 2/2] mfd: arizona: Update DT binding to support OUTn_MONO init_data

2015-01-20 Thread Charles Keepax
On Fri, Jan 02, 2015 at 05:03:49PM +0900, Inha Song wrote: This patch update DT binding to support OUTn_MONO init_data. Each output signal can be configurated as a mono differential output. The mono differential configuration is selected using the OUTn_MONO registers. Signed-off-by: Inha

Re: [PATCH v3 1/1] mfd: intel_quark_i2c_gpio: Add Intel Quark X1000 I2C-GPIO MFD Driver

2015-01-20 Thread Lee Jones
On Tue, 20 Jan 2015, Shevchenko, Andriy wrote: On Tue, 2015-01-20 at 12:47 +, Lee Jones wrote: On Thu, 11 Dec 2014, Raymond Tan wrote: [] +static const struct i2c_mode_info platform_i2c_mode_info[] = { + { + .name = Galileo, + .i2c_scl_freq = 10, +

Re: [PATCH RESEND v2 3/7] mfd: cros_ec: Add cros_ec_lpc driver for x86 devices

2015-01-20 Thread Javier Martinez Canillas
Hello Lee, On 01/20/2015 09:11 AM, Lee Jones wrote: On Fri, 02 Jan 2015, Javier Martinez Canillas wrote: From: Bill Richardson wfric...@chromium.org This adds the LPC interface to the Chrome OS EC. Like the I2C and SPI drivers, this allows userspace access to the EC. I'm fairly certain

Re: [PATCH 11/11] usb: core: fix a race with usb_queue_reset_device()

2015-01-20 Thread Alan Stern
On Tue, 20 Jan 2015, Olivier Sobrie wrote: When usb_queue_reset() is called it schedules a work in view of resetting the usb interface. When the reset work is running, it can be scheduled again (e.g. by the usb disconnect method of the driver). Consider that the reset work is queued again

Re: [PATCH/RFC v10 03/19] DT: leds: Add led-sources property

2015-01-20 Thread Jacek Anaszewski
On 01/16/2015 04:52 PM, Jacek Anaszewski wrote: On 01/16/2015 02:48 PM, Rob Herring wrote: On Fri, Jan 16, 2015 at 3:07 AM, Jacek Anaszewski j.anaszew...@samsung.com wrote: On 01/15/2015 03:24 PM, Rob Herring wrote: On Tue, Jan 13, 2015 at 2:42 AM, Jacek Anaszewski j.anaszew...@samsung.com

Re: [PATCH] livepatch: change ARCH_HAVE_LIVE_PATCHING to HAVE_LIVE_PATCHING

2015-01-20 Thread Jiri Kosina
On Tue, 20 Jan 2015, Josh Poimboeuf wrote: On Tue, Jan 20, 2015 at 12:49:35PM +0100, Miroslav Benes wrote: Change ARCH_HAVE_LIVE_PATCHING to HAVE_LIVE_PATCHING in Kconfigs. HAVE_ bools are prevalent there and we should go with the flow. Suggested-by: Andrew Morton

Re: [PATCH][v3.2] Revert: x86, 64bit, mm: Mark data/bss/brk to nx

2015-01-20 Thread Steven Rostedt
On Tue, 20 Jan 2015 16:06:06 + Ben Hutchings b...@decadent.org.uk wrote: On Mon, 2015-01-19 at 17:19 -0500, Steven Rostedt wrote: On Mon, 19 Jan 2015 22:07:11 + Ben Hutchings b...@decadent.org.uk wrote: Yes, I know this needs fixing. It also broke suspend/resume on SMP

Re: [PATCH RESEND v2 3/7] mfd: cros_ec: Add cros_ec_lpc driver for x86 devices

2015-01-20 Thread Lee Jones
On Tue, 20 Jan 2015, Javier Martinez Canillas wrote: Hello Lee, On 01/20/2015 09:11 AM, Lee Jones wrote: On Fri, 02 Jan 2015, Javier Martinez Canillas wrote: From: Bill Richardson wfric...@chromium.org This adds the LPC interface to the Chrome OS EC. Like the I2C and SPI

[PATCH] mmc: block: fix format string warning

2015-01-20 Thread Asaf Vertz
Fixed the following warning (reported by cppcheck): [drivers/mmc/card/block.c:2149]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. Signed-off-by: Asaf Vertz asaf.ve...@tandemg.com --- drivers/mmc/card/block.c |2 +- 1 files changed, 1

Re: [PATCH v5 0/5] power: Add max77693 charger driver

2015-01-20 Thread Sebastian Reichel
Hi, On Tue, Jan 20, 2015 at 11:00:51AM +0100, Krzysztof Kozlowski wrote: You already acked some earlier version of this patch. In that time there were more dependencies on MFD tree. Now the MFD patch (2/5) is acked by Lee Jones so could you pick up everything? Thanks for the patchset, queued:

Re: [PATCH RESEND v2 2/7] mfd: cros_ec: Add char dev and virtual dev pointers

2015-01-20 Thread Lee Jones
On Tue, 20 Jan 2015, Javier Martinez Canillas wrote: Hello Lee, Thanks a lot for your feedback. On 01/20/2015 08:50 AM, Lee Jones wrote: @@ -59,9 +60,17 @@ struct cros_ec_command { * * @ec_name: name of EC device (e.g. 'chromeos-ec') * @phys_name: name of physical comms layer

Re: [PATCH RESEND v2 5/7] mfd: cros_ec: Instantiate ChromeOS EC character device

2015-01-20 Thread Javier Martinez Canillas
Hello Lee, On 01/20/2015 05:29 PM, Lee Jones wrote: It's not a blocker, but it is a ridiculous name to use inside the driver/ directory 'cos almost everything is a dev(ice) here. Right, do you think that cros-ec-chardev will be a more suitable name? Sorry, I'm really bad at naming

Re: [PATCH] of: Custom printk format specifier for device node

2015-01-20 Thread Geert Uytterhoeven
On Tue, Jan 20, 2015 at 3:47 PM, Rob Herring robherri...@gmail.com wrote: + Examples: + + %pO /foo/bar@0 - Node full name + %pO0/foo/bar@0 - Same as above + %pO1/foo/bar@0[10] - Node full name + phandle + %pO2

Re: RCU CPU stall console spews leads to soft lockup disabled is reasonable ?

2015-01-20 Thread Don Zickus
On Tue, Jan 20, 2015 at 11:09:19AM +0800, Zhang Zhen wrote: Of course back then, touch_nmi_watchdog touched all cpus. So a problem like this was masked. I believe this upstream commit 62572e29bc53, solved the problem. Thanks for your suggestion. Commit 62572e29bc53 changed the

Re: [PATCH] CMA: treat free cma pages as non-free if not ALLOC_CMA on watermark checking

2015-01-20 Thread Zhang Yanfei
Hello Minchan, How are you? 在 2015/1/19 14:55, Minchan Kim 写道: Hello, On Sun, Jan 18, 2015 at 04:32:59PM +0800, Hui Zhu wrote: From: Hui Zhu zhu...@xiaomi.com The original of this patch [1] is part of Joonsoo's CMA patch series. I made a patch [2] to fix the issue of this patch. Joonsoo

Re: [PATCH v3 2/8] mfd: Add atmel-st driver

2015-01-20 Thread Lee Jones
On Tue, 20 Jan 2015, Alexandre Belloni wrote: On 20/01/2015 at 09:47:39 +, Lee Jones wrote : This driver looks pretty pointless. Why can't you request the sysconf registers from within the drivers themselves? How would you probe the watchdog driver then? Would you had

[PATCH 3/4] mmc: sdhci-st: Update ST SDHCI binding documentation.

2015-01-20 Thread Peter Griffin
This patch updates the binding information to reflect the extra dt options which are now supported by the sdhci-st.c driver which enable support for stih407 family silicon. Stih410 SoC and later support UHS modes for eMMC, so the driver now makes use of these common bindings. Examples are

Re: [PATCH net-next v8 2/4] net: netcp: Add Keystone NetCP core ethernet driver

2015-01-20 Thread Murali Karicheri
On 01/20/2015 03:18 AM, Paul Bolle wrote: Murali, Wingman, On Thu, 2015-01-15 at 19:12 -0500, Murali Karicheri wrote: The network coprocessor (NetCP) is a hardware accelerator available in Keystone SoCs that processes Ethernet packets. NetCP consists of following hardware components 1

Re: [PATCH v4 5/5] ARM: dts: mt8135: Add pinctrl/GPIO/EINT node for mt8135.

2015-01-20 Thread Matthias Brugger
2014-12-17 0:34 GMT+01:00 Hongzhou Yang hongzhou.y...@mediatek.com: From: Hongzhou Yang hongzhou.y...@mediatek.com Add pinctrl,GPIO and EINT node to mt8135.dtsi. Signed-off-by: Hongzhou Yang hongzhou.y...@mediatek.com --- arch/arm/boot/dts/mt8135-pinfunc.h | 1304

Re: [RFC PATCHv2 07/19] mfd: ab8500: Use power_supply_*() API for accessing function attrs

2015-01-20 Thread Krzysztof Kozlowski
On wto, 2015-01-20 at 15:51 +, Lee Jones wrote: On Tue, 20 Jan 2015, Krzysztof Kozlowski wrote: On wto, 2015-01-20 at 13:36 +, Lee Jones wrote: On Mon, 05 Jan 2015, Krzysztof Kozlowski wrote: Replace direct calls to power supply function attributes with wrappers.

Re: [PATCH v8 3/3] regulator: qcom-rpm: Add missing state flag in call to RPM

2015-01-20 Thread Mark Brown
On Tue, Jan 20, 2015 at 02:19:54PM +, Lee Jones wrote: Do you want a pull-request for this, or can I absorb it right into my tree? Just apply it. signature.asc Description: Digital signature

<    1   2   3   4   5   6   7   8   9   10   >