[Patch v8 0/2] Add Qualcomm BAM dmaengine driver

2014-03-02 Thread Andy Gross
This patch set introduces the dmaengine driver for the Qualcomm Bus Access Manager (BAM) DMA controller present on MSM 8x74 devices. A number of the on-chip devices have their own BAM DMA controller and use it to move data between system memory and peripherals or between two peripherals. The

Re: [PATCH 3/5] spi: remove obsolete spi-ti-ssp driver

2014-03-02 Thread Mark Brown
On Wed, Feb 26, 2014 at 01:43:32PM +0100, Arnd Bergmann wrote: The tnetv107x platform is getting removed, so this driver will not be needed any more. If you get the acks you're looking for can you please resend with them? signature.asc Description: Digital signature

Re: [PATCH 3/5 v2] Staging: cxt1e1: Fix line length over 80 characters in hwprobe.c

2014-03-02 Thread Krzysztof Hałasa
Daeseok Youn daeseok.y...@gmail.com writes: clean up checkpatch.pl warnings: WARNING: Line length over 80 characters This warning should be long gone IMHO. It does more harm than good. unsigned char *ucp = (unsigned char *) hi-mfg_info.data;

Re: [Patch v8 2/2] dmaengine: add Qualcomm BAM dma driver

2014-03-02 Thread Joe Perches
On Mon, 2014-03-03 at 00:30 -0600, Andy Gross wrote: Add the DMA engine driver for the QCOM Bus Access Manager (BAM) DMA controller found in the MSM 8x74 platforms. Each BAM DMA device is associated with a specific on-chip peripheral. Each channel provides a uni-directional data transfer

Re: [PATCH v12 1/4] PHY: Add function set_speed to generic PHY framework

2014-03-02 Thread Loc Ho
Hi Felipe and Kishon, This patch adds function set_speed to the generic PHY framework operation structure. This function can be called to instruct the PHY underlying layer at specified lane to configure for specified speed in hertz. why ? looks like clk_set_rate() is your

Re: [PATCH V5 0/2] x86: IOSF: Add loadable module support

2014-03-02 Thread Li, Aubrey
Hi David, I'm probably too late to catch this thread. Just one question, what's the relationship between arch/x86/kernel/iosf_mbi.c and drivers/platform/x86/intel_baytrail.c Thanks, -Aubrey On 2014/3/1 10:40, David E. Box wrote: From: David E. Box david.e@linux.intel.com

Re: [PATCH 3/5 v2] Staging: cxt1e1: Fix line length over 80 characters in hwprobe.c

2014-03-02 Thread DaeSeok Youn
2014-03-03 15:46 GMT+09:00 Krzysztof Hałasa khal...@piap.pl: Daeseok Youn daeseok.y...@gmail.com writes: clean up checkpatch.pl warnings: WARNING: Line length over 80 characters This warning should be long gone IMHO. It does more harm than good. unsigned char *ucp =

Re: [PATCH V5 2/2] x86: IOSF: Change IOSF_MBI Kconfig to default y

2014-03-02 Thread Li, Aubrey
On 2014/3/1 10:40, David E. Box wrote: From: David E. Box david.e@linux.intel.com Make the IOSF Mailbox driver built in as it provides core functionality needed for new Intel SOC platforms to access the device registers on the SOC. Signed-off-by: David E. Box

Re: [PATCH 3/5 v2] Staging: cxt1e1: Fix line length over 80 characters in hwprobe.c

2014-03-02 Thread Joe Perches
On Mon, 2014-03-03 at 16:01 +0900, DaeSeok Youn wrote: 2014-03-03 15:46 GMT+09:00 Krzysztof Hałasa khal...@piap.pl: why not use some existing *hex_dump*() instead? OK. but this patch is only for fix line length over 80 characters, right? If it can be improved as your comment, it must be in

linux-next: manual merge of the usb tree with the arm-soc tree

2014-03-02 Thread Stephen Rothwell
Hi Greg, Today's linux-next merge of the usb tree got a conflict in arch/arm/mach-tegra/Kconfig between commit ddb902cc3459 (ARM: centralize common multi-platform kconfig options) from the arm-soc tree and commit f6723b569a67 (usb: host: remove selects of USB_ARCH_HAS_?HCI) from the usb tree. I

Re: [PATCH v2] drivers: cpufreq: Mark function as static in cpufreq.c

2014-03-02 Thread Viresh Kumar
On 3 March 2014 09:12, Patrick Palka patr...@parcs.ath.cx wrote: -Wmissing-prototypes warns when a non-static function is defined before a corresponding prototype (usually inside an included header file) is declared. In such a case, it is impossible to reference the non-static function from

Re: [PATCH V5 1/2] x86: IOSF: add dummy functions for loadable modules

2014-03-02 Thread Li, Aubrey
On 2014/3/1 10:40, David E. Box wrote: From: David E. Box david.e@linux.intel.com Some loadable modules only need IOSF access on the platforms where it exists. Provide dummy functions to allow these modules to compile and load on the platforms where it doesn't exist. This is not the

[RFC PATCH] support Thinkpad X1 Carbon's adaptive keyboard

2014-03-02 Thread Shuduo Sang
Hi all, We are working together with Lenovo to enable thinkpad X1 Carbon's fancy feature, Adaptive Keyboard[1] for Linux. Adaptive keyboard has five modes on Windows including Home mode, Web browser mode, Web conference mode, Function mode and Lay-flat mode. We enabled Home mode and Function mode

Re: linux-next: build failure after merge of the mfd-lj tree

2014-03-02 Thread Lee Jones
Hi Stephen, After merging the mfd-lj tree, today's linux-next build (x86_64 allmodconfig) failed like this: In file included from drivers/mfd/max665x.c:19:0: include/linux/mfd/max665x-private.h:31:1: error: expected ';', identifier or '(' before 'struct'

RE: [PATCHv3 1/3] ASoC: codec: Simplify ASoC probe code.

2014-03-02 Thread li.xi...@freescale.com
static int ak4535_probe(struct snd_soc_codec *codec) { - struct ak4535_priv *ak4535 = snd_soc_codec_get_drvdata(codec); - int ret; - - codec-control_data = ak4535-regmap; - ret = snd_soc_codec_set_cache_io(codec, 8, 8, SND_SOC_REGMAP); - if (ret 0) { -

Re: [PATCH v2] timberdale: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-03-02 Thread Lee Jones
As result of deprecation of MSI-X/MSI enablement functions pci_enable_msix() and pci_enable_msi_block() all drivers using these two interfaces need to be updated to use the new pci_enable_msi_range() or pci_enable_msi_exact() and pci_enable_msix_range() or pci_enable_msix_exact()

Re: [PATCH 22/46] kernel: Include appropriate header file in time/timekeeping_debug.c

2014-03-02 Thread John Stultz
On Thu, Feb 27, 2014 at 7:55 PM, Rashika Kheria rashika.khe...@gmail.com wrote: Include appropriate header file kernel/time/timekeeping_internal.h in kernel/time/timekeeping_debug.c because it has prototype declaration of function defined in kernel/time/timekeeping_debug.c. This eliminates

Re: [PATCH RFC/RFT v3 1/9] drivers: base: add new class cpu to group cpu devices

2014-03-02 Thread Sudeep Holla
Hi Greg, On Sat, Mar 1, 2014 at 12:42 AM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Wed, Feb 19, 2014 at 04:06:08PM +, Sudeep Holla wrote: From: Sudeep Holla sudeep.ho...@arm.com This patch creates a new class called cpu and assigns it to all the cpu devices. This helps in

Re: zram: lockdep spew for zram-init_lock

2014-03-02 Thread Minchan Kim
Hello Andrew, I'm not in office now and I would be off in this week, maybe so I don't have source code on top of Sergey's recent change but it seems below code has same problem. Pz, Sergey or Jerome Could you confirm it instead of me? On Fri, Feb 28, 2014 at 04:32:06PM -0800, Andrew Morton

Re: [PATCH 3/5 v2] Staging: cxt1e1: Fix line length over 80 characters in hwprobe.c

2014-03-02 Thread DaeSeok Youn
I think line break is a solution about long line warning. And replacing with hex_dump() is better than managing with another patch. So I said this improvement is separated with another patch. Just my opinion. If I'm wrong, I try to change as Krzysztof's comment in same patch. Thanks. Daeseok

Re: linux-next: build failure after merge of the mfd-lj tree

2014-03-02 Thread Stephen Rothwell
Hi Lee, On Mon, 3 Mar 2014 15:23:31 +0800 Lee Jones lee.jo...@linaro.org wrote: Sorry about all this. Your mails are being filtered into an unused mailbox for a currently unknown reason. I will investigate this immediately. It was a mistake to push this patch, I will rectify right away. I

Re: [PATCH RFC/RFT v3 2/9] drivers: base: support cpu cache information interface to userspace via sysfs

2014-03-02 Thread Sudeep Holla
Hi Greg, On Sat, Mar 1, 2014 at 12:42 AM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Wed, Feb 19, 2014 at 04:06:09PM +, Sudeep Holla wrote: From: Sudeep Holla sudeep.ho...@arm.com This patch adds initial support for providing processor cache information to userspace through

[PATCH V4 5/5] idle: Add more comments to the code

2014-03-02 Thread Daniel Lezcano
The idle main function is a complex and a critical function. Added more comments to the code. Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org Acked-by: Nicolas Pitre n...@linaro.org --- Changelog: V4: * updated comments with new code V3: * no changes V2: * fixed typo in comment ---

[PATCH V4 4/5] idle: Move idle conditions in cpuidle_idle main function

2014-03-02 Thread Daniel Lezcano
This patch moves the condition before entering idle into the cpuidle main function located in idle.c. That simplify the idle mainloop functions and increase the readibility of the conditions to enter truly idle. This patch is code reorganization and does not change the behavior of the function.

[PATCH V4 2/5] cpuidle/idle: Move the cpuidle_idle_call function to idle.c

2014-03-02 Thread Daniel Lezcano
The cpuidle_idle_call does nothing more than calling the three individuals function and is no longer used by any arch specific code but only in the cpuidle framework code. We can move this function into the idle task code to ensure better proximity to the scheduler code. Signed-off-by: Daniel

[PATCH V4 1/5] idle/cpuidle: Split cpuidle_idle_call main function into smaller functions

2014-03-02 Thread Daniel Lezcano
In order to allow better integration between the cpuidle framework and the scheduler, reducing the distance between these two sub-components will facilitate this integration by moving part of the cpuidle code in the idle task file and, because idle.c is in the sched directory, we have access to

[PATCH V4 3/5] idle: Reorganize the idle loop

2014-03-02 Thread Daniel Lezcano
Now that we have the main cpuidle function in idle.c, move some code from the idle mainloop to this function for the sake of clarity. That removes if then else indentation difficult to follow when looking at the code. This patch does not change the current behavior. Signed-off-by: Daniel Lezcano

linux-next: manual merge of the akpm-current tree with the arm-soc tree

2014-03-02 Thread Stephen Rothwell
Hi Andrew, Today's linux-next merge of the akpm-current tree got a conflict in arch/arm/mach-picoxcell/Kconfig between commit ddb902cc3459 (ARM: centralize common multi-platform kconfig options) from the arm-soc tree and commit b096b0b50c4b (Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP) from the

RE: LOCAL MAP OPTIMIZATION FOR : mail-archive.com (Less Than $99/Month)

2014-03-02 Thread carolyn89877
Good Morning Sir / Mam Is your business ranking in local maps shown on PAGE 1 of google ? With new google policies they have specifically asked local business owners to optimize their website for local maps rather than JUST organics. Do you know the reason why you are not ranked well on google

Re: [PATCH 0/5] rtc: s5m: Add support for S2MPS14

2014-03-02 Thread Lee Jones
Few days ago I sent patches adding support for S2MPS14 device to the sec-core/s2mps11 drivers. These patches were rather large as they covered multiple subsystems so I decided to split everything into smaller, separate patches. The original patchset (version 3) can be found here:

<    2   3   4   5   6   7