[PATCH 2/3] msm: Peripheral Image Loader (PIL) driver

2011-03-09 Thread Stephen Boyd
On 8660, the modem, dsp, and sensors peripherals require their firmware to be loaded into memory before they can be properly taken out of reset. Drivers are expected to call pil_get() when they wish to load a peripheral. This will initiate multiple firmware_request()s for the metadata and image bl

[PATCH 1/3] msm: 8660: Add clock control regions to iomap

2011-03-09 Thread Stephen Boyd
Change-Id: I9e72f10d0da1d6f7df85d33b998edf424f6f Signed-off-by: Stephen Boyd --- arch/arm/mach-msm/include/mach/msm_iomap-8x60.h |8 arch/arm/mach-msm/io.c |2 ++ 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-msm/includ

[PATCH 0/3] Peripheral image loader (PIL)

2011-03-09 Thread Stephen Boyd
These patches add support for PIL, a peripheral image loader. More details can be found in the third patch or the second patch's commit text. Saravana Kannan (1): msm: documentation: Add pil documentation Stephen Boyd (2): msm: 8660: Add clock control regions to iomap msm: Peripheral Image

[PATCH 3/3] msm: documentation: Add pil documentation

2011-03-09 Thread Stephen Boyd
From: Saravana Kannan Change-Id: I471a4b581e0f5f6f4aaf1f585fb3c5805efe0de8 Signed-off-by: Saravana Kannan Signed-off-by: Stephen Boyd --- Documentation/arm/msm/pil.txt | 264 + 1 files changed, 264 insertions(+), 0 deletions(-) create mode 100644 Docum

Re: [Qualcomm PM8921 MFD v2 4/6] mfd: pm8xxx-mpp: Add pm8xxx MPP driver

2011-03-09 Thread Trilok Soni
Hi Abhi, On 3/10/2011 9:06 AM, Abhijeet Dharmapurikar wrote: > Mark Brown wrote: >> On Mon, Mar 07, 2011 at 10:09:48PM -0800, adhar...@codeaurora.org wrote: >> >>> +mpp_chip->gpio_chip.label = PM8XXX_MPP_DEV_NAME; >>> +mpp_chip->gpio_chip.direction_input = pm8xxx_mpp_dir_input; >>> +mp

Re: [Qualcomm PM8921 MFD v2 4/6] mfd: pm8xxx-mpp: Add pm8xxx MPP driver

2011-03-09 Thread Abhijeet Dharmapurikar
Mark Brown wrote: On Mon, Mar 07, 2011 at 10:09:48PM -0800, adhar...@codeaurora.org wrote: + mpp_chip->gpio_chip.label = PM8XXX_MPP_DEV_NAME; + mpp_chip->gpio_chip.direction_input = pm8xxx_mpp_dir_input; + mpp_chip->gpio_chip.direction_output = pm8xxx_mpp_dir_output; + m

Re: [PATCH 0/4] SCM fixes and updates

2011-03-09 Thread Stephen Boyd
On 02/24/2011 10:44 AM, Stephen Boyd wrote: > These are a few updates to SCM. The first two patches fix some > bad code generation. The next patch saves a couple instructions > on the slow path and the final patch determines the cacheline > size dynamically instead of statically. > > Stephen Boyd (

[RFC PATCHv1 2/2] ux500: Export U8500 SoC info through sysfs

2011-03-09 Thread Maxime Coquelin
ST-Ericsson's U8500 implementation. Register sysfs SoC interface, and export SoC ID, process and silicon revision number. Signed-off-by: Maxime COQUELIN --- arch/arm/mach-ux500/id.c | 96 ++ 1 files changed, 96 insertions(+), 0 deletions(-) diff --g

[PATCH v4 2/3] [ARM] perfevents: Add support for Scorpion performance monitors

2011-03-09 Thread Sheetal Sahasrabudhe
This commit adds support for performance monitors provided by Qualcomm Scorpion and ScorpionMP processor to perfevents. Signed-off-by: Sheetal Sahasrabudhe Reviewed-by: Jean Pihet Reviewed-by: Will Deacon --- arch/arm/include/asm/perf_event.h |2 + arch/arm/kernel/perf_event.c | 11

[RFC PATCHv1 1/2] Export SoC info through sysfs

2011-03-09 Thread Maxime Coquelin
Common base to export System-on-Chip related informations through sysfs. Creation of a "soc" directory under /sys/devices/system/. Creation of a common "mach_name" entry to export machine name. Creation of platform-defined SoC information entries. Signed-off-by: Maxime COQUELIN --- drivers/base

[RFC PATCHv1 0/2] Export SoC info through sysfs

2011-03-09 Thread Maxime Coquelin
Here is the first version of the proposal to export SoC related information to user-space through sysFS interface. This serie is to continue what has been discussed on the "socinfo" thread created by Eduardo Valentin: https://lkml.org/lkml/2010/5/11/364 The first patch introduces the common par

Re: [PATCH v3 2/3] [ARM] perfevents: Add support for Scorpion performance monitors

2011-03-09 Thread Jean Pihet
On Wed, Mar 9, 2011 at 4:46 PM, Sheetal Sahasrabudhe wrote: > Hi Jean, Hi Sheetal, > > On Wed, March 9, 2011 12:44 am, Jean Pihet wrote: >> Thanks for the update. >> I still have some nitpicking comments below. > > I have fixed the multi-line comments and added spaces as per your feedback. > I wi

Re: [PATCH v3 2/3] [ARM] perfevents: Add support for Scorpion performance monitors

2011-03-09 Thread Sheetal Sahasrabudhe
Hi Jean, On Wed, March 9, 2011 12:44 am, Jean Pihet wrote: > Thanks for the update. > I still have some nitpicking comments below. I have fixed the multi-line comments and added spaces as per your feedback. I will be sending out the updated patch shortly. Thanks, Sheetal -- Sent by an employe

Re: CONFIG_ARM_DMA_MEM_BUFFERABLE and readl/writel weirdness

2011-03-09 Thread Russell King - ARM Linux
On Wed, Mar 09, 2011 at 01:32:15AM -0800, Saravana Kannan wrote: > On Wed, March 9, 2011 12:05 am, Russell King - ARM Linux wrote: > > On Tue, Mar 08, 2011 at 08:58:20PM -0800, Saravana Kannan wrote: > >> On 03/03/2011 02:24 AM, Russell King - ARM Linux wrote: > >>> On Wed, Mar 02, 2011 at 11:49:47

Re: CONFIG_ARM_DMA_MEM_BUFFERABLE and readl/writel weirdness

2011-03-09 Thread Saravana Kannan
On Wed, March 9, 2011 12:05 am, Russell King - ARM Linux wrote: > On Tue, Mar 08, 2011 at 08:58:20PM -0800, Saravana Kannan wrote: >> On 03/03/2011 02:24 AM, Russell King - ARM Linux wrote: >>> On Wed, Mar 02, 2011 at 11:49:47PM -0800, Saravana Kannan wrote: > I think you misunderstand what's g

Re: [PATCH v3 2/3] [ARM] perfevents: Add support for Scorpion performance monitors

2011-03-09 Thread Jean Pihet
HI Sheetal, Thanks for the update. I still have some nitpicking comments below. On Tue, Mar 8, 2011 at 7:25 PM, Sheetal Sahasrabudhe wrote: > This commit adds support for performance monitors provided by > Qualcomm Scorpion and ScorpionMP processor to perfevents. > > Signed-off-by: Sheetal Sahas

Re: CONFIG_ARM_DMA_MEM_BUFFERABLE and readl/writel weirdness

2011-03-09 Thread Russell King - ARM Linux
On Tue, Mar 08, 2011 at 08:58:20PM -0800, Saravana Kannan wrote: > On 03/03/2011 02:24 AM, Russell King - ARM Linux wrote: >> On Wed, Mar 02, 2011 at 11:49:47PM -0800, Saravana Kannan wrote: I think you misunderstand what's going on. IO accesses are always ordered with respect to themsel