I hope this email meets you well in good health condition

2016-09-15 Thread Jones
How you doing today? I hope you are doing well. My name is Jones, from the US. I'm in Syria right now fighting ISIS. I want to get to know you better, if I may be so bold. I consider myself an easy-going man, and I am currently looking for a relationship in which I feel loved. Please te

Hello beautiful

2017-02-22 Thread Jones
How you doing today? I hope you are doing well. My name is Wesley, from the US. I'm in Syria right now fighting ISIS. I want to get to know you better, if I may be so bold. I consider myself an easy-going man, and I am currently looking for a relationship in which I feel loved. Please tell me mo

Hello Beautiful

2016-08-28 Thread Jones
My name is Jones, from the US. I'm in Syria right now fighting ISIS. I want to get to know you better, if I may be so bold. I consider myself an easy-going man, and I am currently looking for a relationship in which I feel loved. Please tell me more about yourself, if you don't mind

[no subject]

2018-02-03 Thread Jones
This is in regards to an inheritance on your surname, reply back using your email address, stating your full name for more details. Reply to email for info. Email me here ( ger...@dr.com )

Hello Beautiful

2016-09-02 Thread Jones
How you doing today? I hope you are doing well. My name is Jones, from the US. I'm in Syria right now fighting ISIS. I want to get to know you better, if I may be so bold. I consider myself an easy-going man, and I am currently looking for a relationship in which I feel loved. Please te

Re: [PATCH V1 1/3] mfd: stmpe: Arrange #include in alphabetical order

2012-11-26 Thread Lee Jones
On Mon, 26 Nov 2012, Viresh Kumar wrote: > On 26 November 2012 18:55, Lee Jones wrote: > > > Why do you need to sort them? Is there _really_ a need? > > Many people & maintainers like to have their header files ordered. The > reason for that is: > > If t

Re: [PATCH V3 3/3] mfd: stmpe: Update DT support in stmpe driver

2012-11-27 Thread Lee Jones
uirk? Can you give an example where this has happened? > And so interrupt polarity field is still required. -- Lee Jones Linaro ST-Ericsson Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: se

Re: [PATCH 1/5] Input: bu21013_ts - Request a regulator that actually exists

2012-11-27 Thread Lee Jones
On Mon, 26 Nov 2012, Dmitry Torokhov wrote: > On Mon, Nov 26, 2012 at 12:16:18PM +, Lee Jones wrote: > > On Wed, 14 Nov 2012, Lee Jones wrote: > > > > > Currently the BU21013 Touch Screen driver requests a regulator by the > > > name of 'V-TOUCH',

Re: [PATCH 2/5 v2] Input: bu21013_ts - Move GPIO init and exit functions into the driver

2012-11-27 Thread Lee Jones
On Mon, 26 Nov 2012, Dmitry Torokhov wrote: > Hi Lee, > > On Mon, Nov 26, 2012 at 12:01:43PM +0000, Lee Jones wrote: > > /** > > + * bu21013_gpio_board_init() - configures the touch panel > > + * @reset_pin: reset pin number > > + * > > + * This functi

[PATCH 1/1] ARM: ux500: Fix u9540 booting issues

2012-11-27 Thread Lee Jones
The u9540 stopped booting after the v3.7 merge window due to a lack of common clk support and early PRCMU initialisation. In this patch we rectify these issues, placing the u9540 development board back into a successfully booting state. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/cpu.c

Re: [PATCH 3/5 v3] Input: bu21013_ts - Add support for Device Tree booting

2012-11-27 Thread Lee Jones
Author: Lee Jones Date: Fri Sep 28 14:35:43 2012 +0100 Input: bu21013_ts - Add support for Device Tree booting Now we can register the BU21013_ts touch screen when booting with Device Tree enabled. Here we parse all the necessary components previously expected to be passed

Re: [PATCH 1/1] ARM: ux500: Fix u9540 booting issues

2012-11-27 Thread Lee Jones
On Tue, 27 Nov 2012, Arnd Bergmann wrote: > On Tuesday 27 November 2012, Lee Jones wrote: > > > The u9540 stopped booting after the v3.7 merge window due to > > a lack of common clk support and early PRCMU initialisation. > > In this patch we rectify these i

[PATCH 2/3] Input: bu21013_ts - Move GPIO init and exit functions into the driver

2012-11-27 Thread Lee Jones
Walleij Signed-off-by: Dmitry Torokhov Signed-off-by: Lee Jones Signed-off-by: Lee Jones --- arch/arm/mach-ux500/board-mop500-stuib.c | 71 +- drivers/input/touchscreen/bu21013_ts.c | 69 + include/linux/input/bu21013.h|9

[PATCH 3/3] Input: bu21013_ts - Add support for Device Tree booting

2012-11-27 Thread Lee Jones
-by: Lee Jones --- drivers/input/touchscreen/bu21013_ts.c | 36 1 file changed, 32 insertions(+), 4 deletions(-) diff --git a/drivers/input/touchscreen/bu21013_ts.c b/drivers/input/touchscreen/bu21013_ts.c index 8982bea..dbbd1f8 100644 --- a/drivers/input

[PATCH 0/3] Input: bu21013_ts - fixups and DT enablement

2012-11-27 Thread Lee Jones
Grouped together for easy tracking. arch/arm/mach-ux500/board-mop500-stuib.c | 71 +--- drivers/input/touchscreen/bu21013_ts.c | 105 +++--- include/linux/input/bu21013.h|9 +-- 3 files changed, 85 insertions(+), 100 deletions(-) -- To

[PATCH 1/3] Input: bu21013_ts - Request a regulator that actually exists

2012-11-27 Thread Lee Jones
Cc: Dmitry Torokhov Cc: linux-in...@vger.kernel.org Acked-by: Arnd Bergmann Acked-by: Linus Walleij Signed-off-by: Lee Jones --- drivers/input/touchscreen/bu21013_ts.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/touchscreen/bu21013_ts.c b/drivers/input

Re: [PATCH V3 RFC 2/2] kvm: Handle yield_to failure return code for potential undercommit case

2012-11-27 Thread Andrew Jones
On Tue, Nov 27, 2012 at 03:57:25PM +0530, Raghavendra K T wrote: > On 11/26/2012 07:13 PM, Andrew Jones wrote: > >On Mon, Nov 26, 2012 at 05:38:04PM +0530, Raghavendra K T wrote: > >>From: Raghavendra K T > >> > >>yield_to returns -ESRCH, When source and target

Re: [PATCH 1/3] Input: bu21013_ts - Request a regulator that actually exists

2012-11-27 Thread Lee Jones
On Tue, 27 Nov 2012, Mark Brown wrote: > On Tue, Nov 27, 2012 at 01:13:08PM +, Lee Jones wrote: > > Currently the BU21013 Touch Screen driver requests a regulator by the > > name of 'V-TOUCH', which doesn't exist anywhere in the kernel. The > > cor

BUG_ON(inode->i_blocks);

2012-11-27 Thread Dave Jones
Hugh, We had a user report hitting the BUG_ON at the end of shmem_evict_inode. I see in 3.7 you changed this to a WARN instead. Does the trace below match the one you described chasing in commit 0f3c42f522dc1ad7e27affc0a4aa8c790bce0a66 ? Full report at https://bugzilla.redhat.com/show_bug.cgi?i

Re: [PATCH 3/3] Input: bu21013_ts - Add support for Device Tree booting

2012-11-28 Thread Lee Jones
Hi Dmitry, > On Tue, Nov 27, 2012 at 01:13:10PM +, Lee Jones wrote: > > Now we can register the BU21013_ts touch screen when booting with > > Device Tree enabled. Here we parse all the necessary components > > previously expected to be passed from platform data. > >

Re: [PATCH 3/3] Input: bu21013_ts - Add support for Device Tree booting

2012-11-28 Thread Lee Jones
Author: Lee Jones Date: Fri Sep 28 14:35:43 2012 +0100 Input: bu21013_ts - Add support for Device Tree booting Now we can register the BU21013_ts touch screen when booting with Device Tree enabled. Here we parse all the necessary components previously expected to be passed

Re: [PATCH V3 3/3] mfd: stmpe: Update DT support in stmpe driver

2012-11-28 Thread Lee Jones
On Wed, 28 Nov 2012, Viresh Kumar wrote: > On 28 November 2012 01:25, Rabin Vincent wrote: > > 2012/11/27 Viresh Kumar : > >> On 27 November 2012 14:10, Lee Jones wrote: > >> I haven't seen this in any of SPEAr boards i have worked on. Maybe Rabin > >>

livelock in __writeback_inodes_wb ?

2012-11-28 Thread Dave Jones
We had a user report the soft lockup detector kicked after 22 seconds of no progress, with this trace.. :BUG: soft lockup - CPU#1 stuck for 22s! [flush-8:16:3137] :Pid: 3137, comm: flush-8:16 Not tainted 3.6.7-4.fc17.x86_64 #1 :RIP: 0010:[] [] __list_del_entry+0x2c/0xd0 :Call Trace: : [] redirty_

Re: [PATCH V4 Resend 1/3] mfd: stmpe: Get rid of irq_invert_polarity

2012-11-29 Thread Lee Jones
> some board mistakes or quirks. > > So, better get rid of it. This is earlier discussed here: > > https://lkml.org/lkml/2012/11/27/636 > > Signed-off-by: Viresh Kumar Glad to see the back of it: Acked-by: Lee Jones -- Lee Jones Linaro ST-Ericsson Landing Team Lead Linaro.o

Re: [PATCH V4 Resend 3/3] mfd: stmpe: Update DT support in stmpe driver

2012-11-29 Thread Lee Jones
pdata->blocks |= STMPE_BLOCK_GPIO; > - } > - if (!strcmp(child->name, "stmpe_keypad")) { > + } else if (!strcmp(child->name, "stmpe_keypad")) { > pdata->blocks |= STMPE_BLOCK_KEYPAD; &

Re: [PATCH V4 Resend 3/3] mfd: stmpe: Update DT support in stmpe driver

2012-11-29 Thread Lee Jones
On Thu, 29 Nov 2012, Lee Jones wrote: > On Thu, 29 Nov 2012, Viresh Kumar wrote: > > > From: Vipul Kumar Samar > > > > This patch extends existing DT support for stmpe devices. This updates: > > - DT support from stmpe SPI and I2C drivers > &g

Re: [PATCH V4 Resend 2/3] mfd: stmpe: Remove irq_trigger from platform data

2012-11-29 Thread Lee Jones
gt;irq, NULL, > - stmpe_irq, pdata->irq_trigger | IRQF_ONESHOT, > - "stmpe", stmpe); > + stmpe_irq, IRQF_ONESHOT, "stmpe", stmpe); Forgive my ignorance, but you're no longer

Re: [PATCH 3/3] Input: bu21013_ts - Add support for Device Tree booting

2012-11-29 Thread Lee Jones
On Wed, 28 Nov 2012, Mark Brown wrote: > On Wed, Nov 28, 2012 at 08:57:31AM +, Lee Jones wrote: > > > > I applied these 3 patches, but for DT we also need to specify compatible > > > ID and set up of_match_table pointer. > > > Why do you need a compatib

Re: Interrupt handling - Linux

2012-11-29 Thread Lee Jones
This conversion of hardware interrupt number to software interrupt > number is done in /kernel/irq/irqdomain.c file. > > PS:I may be wrong but this description is from what I have read in the > code.Please do point out any mistakes. > > > > > > Thanks, > > Sandeep >

Re: [PATCH 3/3] Input: bu21013_ts - Add support for Device Tree booting

2012-11-29 Thread Lee Jones
On Thu, 29 Nov 2012, Mark Brown wrote: > On Thu, Nov 29, 2012 at 10:08:08AM +, Lee Jones wrote: > > On Wed, 28 Nov 2012, Mark Brown wrote: > > > > The I2C subsystem guesses at a compatible string by default but it's > > > much better to explicitly set one

Re: [PATCH 1/2] Boottime: A tool for automatic measurement of kernel/bootloader boot time

2012-11-30 Thread Lee Jones
On Thu, 29 Nov 2012, Simon Glass wrote: > Hi, > > On Tue, Nov 20, 2012 at 8:16 AM, Lee Jones wrote: > >> > > +/* for automatic boot timing testcases */ > >> > > +#define ATAG_BOOTTIME 0x41000403 > >> > Where can I refer this ATAG usage? ca

Re: [Intel-gfx] [PATCH] drm/i915: Sanity check incoming ioctl data for a NULL pointer

2013-03-17 Thread Dave Jones
On Sun, Mar 17, 2013 at 08:50:03PM +0100, Daniel Vetter wrote: > Doesn't that mean that we need these checks everywhere? Or at least a > fixup in drm core proper? > > And I think we need to add trinity to our test setup eventually ;-) Note that trinity's ioctl fuzzing is still very new (adde

ext4_block_to_path block > max warning.

2013-03-18 Thread Dave Jones
Not sure what I did to trigger this, but it's happened a few times while fuzzing syscalls. Rebooted and fscked, didn't find anything wrong. Dave [ 5084.436288] EXT4-fs warning (device sda1): ext4_block_to_path:105: block 1874853625 > max in inode 34 [ 5167.723925] EXT4-fs warning (devic

Re: ext4_block_to_path block > max warning.

2013-03-19 Thread Dave Jones
On Tue, Mar 19, 2013 at 08:22:44AM -0400, Theodore Ts'o wrote: > On Mon, Mar 18, 2013 at 11:35:55PM -0400, Dave Jones wrote: > > Not sure what I did to trigger this, but it's happened a few times while > > fuzzing syscalls. > > Rebooted and fsc

cpu offline causes backtrace from cmci_rediscover

2013-03-19 Thread Dave Jones
offlining a CPU in 3.9-rc3 gets me this trace.. numa_remove_cpu cpu 1 node 0: mask now 0,2-3 smpboot: CPU 1 is now offline BUG: using smp_processor_id() in preemptible [] code: cpu-offline.sh/10591 caller is cmci_rediscover+0x6a/0xe0 Pid: 10591, comm: cpu-offline.sh Not tainted 3.9.0-rc3+

trinity fuzz-tester mailing list.

2013-03-20 Thread Dave Jones
I've been getting enough private mail about the trinity fuzz-tester that there needs to be some coordination between people patching the same code etc. To this end, there's now a mailing list.. Send a mail with 'subscribe trinity' in the body to majord...@vger.kernel.org to subscribe. My thanks

[PATCH 01/46] regulator: ab8500: Further populate initialisation registers

2013-03-21 Thread Lee Jones
to aid with clarity. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/board-mop500-regulators.c | 40 +++-- drivers/regulator/ab8500.c| 39 ++-- include/linux/regulator/ab8500.h |8 + 3 files changed, 81

[PATCH 08/46] ARM: ux500: Update displays in vaux1 consumer list

2013-03-21 Thread Lee Jones
Add 3 more specific consumers pertaining to the displays found on the u8500 and ST User Interface Boards (UIBs). Signed-off-by: Lee Jones --- arch/arm/mach-ux500/board-mop500-regulators.c |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-ux500/board

[PATCH 22/46] regulator: ab8500-ext: Add support for AB8505/AB9540

2013-03-21 Thread Lee Jones
From: Bengt Jonsson The external regulator driver checks for old AB8500 HW to apply a fix. This patch adds a check to see that it is a AB8500 (not AB8505/AB9540). Signed-off-by: Bengt Jonsson Signed-off-by: Lee Jones --- drivers/regulator/ab8500-ext.c |2 +- 1 file changed, 1 insertion

[PATCH 28/46] regulator: ab8500: Delete useless fixed_uV field

2013-03-21 Thread Lee Jones
From: Mustapha Ben Zoubeir The fixed_uV property residing in ab8500_ext_regulator_info is currently unused. We remove it here. Signed-off-by: Mustapha Ben Zoubeir Signed-off-by: Lee Jones Reviewed-by: Daniel WILLERUD Reviewed-by: Mattias WALLIN Tested-by: Philippe LANGLAIS --- drivers

[PATCH 40/46] regulator: ab8500: Set enable enable_time in regulator_desc

2013-03-21 Thread Lee Jones
Allow the regulator framework to directly access the time it takes any given regulator to settle. This saves time and code because without it we would have to implement a dedication function to read the value from elsewhere. Signed-off-by: Lee Jones --- drivers/regulator/ab8500.c |3 +++ 1

[PATCH 45/46] regulator: ab8500: Shuffle init functions into a more logical order

2013-03-21 Thread Lee Jones
. Signed-off-by: Lee Jones --- drivers/regulator/ab8500.c | 170 ++-- 1 file changed, 85 insertions(+), 85 deletions(-) diff --git a/drivers/regulator/ab8500.c b/drivers/regulator/ab8500.c index 72d1ed7..b1170d3 100644 --- a/drivers/regulator/ab8500.c +++ b

[PATCH 46/46] ARM: ux500: Regulators: Bring the AB8500 regulator platform data up-to-date

2013-03-21 Thread Lee Jones
Quite a few changes in this patch, including: supply-name changes, new consumers, initialisation and capability updates and new regulators. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/board-mop500-regulators.c | 75 - 1 file changed, 47 insertions(+), 28 deletions

[PATCH 33/46] regulator: ab8500: Also check for AB8505 based platforms

2013-03-21 Thread Lee Jones
From: "xiaomei.zhang" Ensure we initialise AB8505 external supply regulators. Signed-off-by: Alexandre Torgue Signed-off-by: Lee Jones Reviewed-by: Philippe LANGLAIS Tested-by: Xiao Mei ZHANG --- drivers/regulator/ab8500-ext.c |2 +- drivers/regulator/ab8500.c |3 ++

[PATCH 35/46] regulator: ab8500: Add mode operation for v-amic

2013-03-21 Thread Lee Jones
v-amic1 and v-amic2 regulators have dedicated mode registers and share the same mode bit. This patch adds special handling for those regulators. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/board-mop500-regulators.c | 10 +- drivers/regulator/ab8500.c| 178

[PATCH 37/46] regulator: ab8500-ext: Adapt regulator registration for newly changed API

2013-03-21 Thread Lee Jones
register itself with the Regulator subsystem. Signed-off-by: Gabriel Fernandez Signed-off-by: Lee Jones Reviewed-by: Philippe LANGLAIS Reviewed-by: Linus WALLEIJ --- drivers/regulator/ab8500-ext.c |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/regulator

[PATCH 42/46] regulator: ab8500: Use regulator_list_voltage_table() to look-up voltages

2013-03-21 Thread Lee Jones
The regulator framework offers a generic regulator_list_voltage_table() function which can directly look-up a regulator's voltage capabilities using a table provided through the desc structure. This patch ensures that information is available. Signed-off-by: Lee Jones --- drivers/regu

[PATCH 44/46] regulator: ab8500: Amend the update value for AB8500_LDO_INTCORE regulator

2013-03-21 Thread Lee Jones
The issues probably originated from a typo in the initial submission. Signed-off-by: Lee Jones --- drivers/regulator/ab8500.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/ab8500.c b/drivers/regulator/ab8500.c index e82b0ad..72d1ed7 100644 --- a

[PATCH 43/46] ARM: ux500: Pass regulator platform data using the new format

2013-03-21 Thread Lee Jones
Regulator platform data is now passed though a single structure as opposed to the old way where four separate struct elements were required. This patch makes use of the new format. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/board-mop500.c |5 + include/linux/mfd/abx500/ab8500.h

[PATCH 41/46] regulator: ab8500: Remove the need for a 'delay' property

2013-03-21 Thread Lee Jones
The regulator framework now has provisions to read a regulator's start-up time via the 'enable_time' attribute. So let's remove all 'enable_time'/'delay' duplication and just stick with 'enable_time' from now on. Signed-off-by: Lee Jones ---

[PATCH 39/46] regulator: ab8500: Introduce aux5, aux6 regulators for AB8540

2013-03-21 Thread Lee Jones
From: Zhenhua HUANG Introduce aux5, aux6 into ab8540 regulator framework. Signed-off-by: Zhenhua HUANG Signed-off-by: Lee Jones Reviewed-by: Maxime COQUELIN Reviewed-by: David PARIS Reviewed-by: Philippe LANGLAIS --- drivers/regulator/ab8500.c | 65

[PATCH 38/46] regulator: ab8500: Use a struct to select the good regulator configuration

2013-03-21 Thread Lee Jones
At the probe use a structure to select the good regulator array from from ab9540, ab8505, ab8540 or ab8500 configuration. Signed-off-by: Lee Jones --- drivers/regulator/ab8500.c | 135 +--- 1 file changed, 64 insertions(+), 71 deletions(-) diff --git a

[PATCH 36/46] regulator: ab8500: Update vdmic, vamic[1|2] parameters for AB8540

2013-03-21 Thread Lee Jones
Add voltage setting for vdmic; add LP mode setting for vamic1,2. Signed-off-by: Lee Jones --- drivers/regulator/ab8500.c | 45 +++- 1 file changed, 40 insertions(+), 5 deletions(-) diff --git a/drivers/regulator/ab8500.c b/drivers/regulator/ab8500.c

[PATCH 34/46] regulator: ab8500: Add new operations for Vaux3

2013-03-21 Thread Lee Jones
From: "xiaomei.zhang" In former functions, only can set Vaux3 to 2.91V, because the highest bit of Vaux3 register is put into another register. So add new expanded functions for Vaux3's operation. Signed-off-by: zhang xiaomei Signed-off-by: Lee Jones Reviewed-by: Ph

[PATCH 29/46] regulator: ab8500: Use regulator_list_voltage_table()

2013-03-21 Thread Lee Jones
Following a recent move to regulator_list_voltage_table() for all previous abx500 related platforms this converts all recent platform updates over too. Signed-off-by: Lee Jones --- drivers/regulator/ab8500.c | 62 1 file changed, 22 insertions

[PATCH 19/46] regulator: ab8500: Prepare the driver for additional platforms

2013-03-21 Thread Lee Jones
-off-by: Lee Jones --- drivers/regulator/ab8500.c | 76 1 file changed, 49 insertions(+), 27 deletions(-) diff --git a/drivers/regulator/ab8500.c b/drivers/regulator/ab8500.c index 8c5276d..953be4c 100644 --- a/drivers/regulator/ab8500.c +++ b/drivers

[PATCH 26/46] regulator: ab8500: Add support for the ab8540

2013-03-21 Thread Lee Jones
To obtain full AB8540 regulator support, the AB8500 regulator driver first needs to know its register layout and their initialisation values for each. That information is provided via a couple of large data structures which we provide here. Signed-off-by: Lee Jones --- drivers/regulator/ab8500

[PATCH 32/46] regulator: ab8500: Add voltage selection for AUDIO and ANA on AB8505

2013-03-21 Thread Lee Jones
Signed-off-by: Lee Jones --- drivers/regulator/ab8500.c | 55 +++- 1 file changed, 49 insertions(+), 6 deletions(-) diff --git a/drivers/regulator/ab8500.c b/drivers/regulator/ab8500.c index c1e1cf9..84393a6 100644 --- a/drivers/regulator/ab8500.c +++ b

[PATCH 31/46] regulator: ab8500: Don't register external regulators on AB8505

2013-03-21 Thread Lee Jones
From: Rabin Vincent ExtSupply regulators are not included on AB8505 based platforms. Signed-off-by: Rabin Vincent Signed-off-by: Lee Jones Tested-by: Marcus COOPER --- drivers/regulator/ab8500.c | 20 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a

[PATCH 30/46] regulator: ab8500: Supply platform specific regulator id values

2013-03-21 Thread Lee Jones
The regulator ID in the regulator info array should be the same values as the position of the element within the array. Signed-off-by: Lee Jones --- drivers/regulator/ab8500.c | 62 ++-- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a

[PATCH 27/46] regulator: ab8500: Update voltage handling for fixed voltage regulators

2013-03-21 Thread Lee Jones
There are a few over-lapping methods for voltage selection operating in the AB8500 regulator driver currently. This patch removes unused, unnecessary variables from the regulator_info structures and provides voltage tables for those regulators which have fixed voltages. Signed-off-by: Lee Jones

[PATCH 25/46] regulator: ab8500-ext: Add support for AB9540 regulators

2013-03-21 Thread Lee Jones
From: Michel JAOUEN Add the support for ab9540 external regulators. Signed-off-by: Michel JAOUEN Signed-off-by: Lee Jones Reviewed-by: Jonas ABERG --- drivers/regulator/ab8500-ext.c | 24 1 file changed, 24 insertions(+) diff --git a/drivers/regulator/ab8500

[PATCH 24/46] ARM: ux500: regulator: Add accelerometer and fix magnetometer supply device ID

2013-03-21 Thread Lee Jones
This patch adds the LSM303DLHC Accelerometer to the list of VAUX1 consumers, as well as amending the already added LSM303DLHC Magnetometer's device ID. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/board-mop500-regulators.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)

[PATCH 23/46] regulator: ab8500: add support for ab8505

2013-03-21 Thread Lee Jones
To obtain full AB8505 regulator support, the AB8500 regulator driver first needs to know its register layout and their initialisation values for each. That information is provided via a couple of large data structures which we provide here. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/board

[PATCH 21/46] regulator: ab8500: Correct TVOUT regulator start-up delay

2013-03-21 Thread Lee Jones
From: Jonas Aaberg Update TVOUT regulator to match specification. (Was 10ms, changed to 500us.) Signed-off-by: Jonas Aaberg Signed-off-by: Lee Jones Reviewed-by: Bengt JONSSON --- drivers/regulator/ab8500.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers

[PATCH 20/46] regulator: ab8500: Add support for the ab9540

2013-03-21 Thread Lee Jones
To obtain full AB9540 regulator support, the AB8500 regulator driver first needs to know its register layout and their initialisation values for each. That information is provided via a couple of large data structures which we provide here. Signed-off-by: Lee Jones --- drivers/regulator/ab8500

[PATCH 03/46] regulator: ab8500: Added get_optimum_mode on regulators with idle mode

2013-03-21 Thread Lee Jones
Signed-off-by: Lee Jones Reviewed-by: Mattias WALLIN --- drivers/regulator/ab8500.c | 111 ++-- 1 file changed, 86 insertions(+), 25 deletions(-) diff --git a/drivers/regulator/ab8500.c b/drivers/regulator/ab8500.c index 283d9a5..3465ac3 100644 --- a/drivers

[PATCH 07/46] regulator: ab8500: Add support of low voltage battery

2013-03-21 Thread Lee Jones
the AB8500 BattOk levels. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/board-mop500-regulators.c | 122 +++- arch/arm/mach-ux500/board-mop500-regulators.h |2 + drivers/regulator/Makefile|2 +- drivers/regulator/ab8500-ext.c| 391

[PATCH 11/46] regulator: ab8500: Remove USB regulator

2013-03-21 Thread Lee Jones
The USB regulator is controlled by hardware. The software support was only needed for early hardware (ED) which is no longer supported. Signed-off-by: Bengt Jonsson Signed-off-by: Lee Jones --- drivers/regulator/ab8500.c | 19 --- include/linux/regulator/ab8500.h |1

[PATCH 10/46] regulator: ab8500-ext: Add suspend support

2013-03-21 Thread Lee Jones
From: Bengt Jonsson Operations regulator_suspend_enable and regulator_suspend_disable are added. Signed-off-by: Bengt Jonsson Signed-off-by: Lee Jones Reviewed-by: Mattias NILSSON Reviewed-by: Jonas ABERG --- drivers/regulator/ab8500-ext.c | 16 1 file changed, 16

[PATCH 15/46] ARM: ux500: Add supply for the Pressure sensor

2013-03-21 Thread Lee Jones
This patch lists the Pressure sensor as a consumer of the AB8500 VAUX1 regulator. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/board-mop500-regulators.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-ux500/board-mop500-regulators.c b/arch/arm/mach-ux500/board-mop500

[PATCH 17/46] ARM: ux500: regulators: List the MMIO camera as a consumer of VAUX1

2013-03-21 Thread Lee Jones
The MMIO camera uses the VAUX1 as it's voltage supply. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/board-mop500-regulators.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-ux500/board-mop500-regulators.c b/arch/arm/mach-ux500/board-mop500-regulators.c index 3d

[PATCH 16/46] ARM: ux500: Add supply for the Cypress TrueTouch Touchscreen

2013-03-21 Thread Lee Jones
This patch lists the Cypress TrueTouch Touchscreen as a consumer of the AB8500 VAUX1 regulator. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/board-mop500-regulators.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-ux500/board-mop500-regulators.c b/arch/arm/mach

[PATCH 18/46] regulator: ab8500: Clean out SoC registers

2013-03-21 Thread Lee Jones
development efforts of ST-Ericsson internal engineers. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/board-mop500-regulators.c | 28 +-- drivers/regulator/ab8500.c| 98 ++--- include/linux/regulator/ab8500.h | 12 --- 3 files changed

[PATCH 14/46] ARM: ux500: Add supply for the Ambient light sensor device

2013-03-21 Thread Lee Jones
This patch lists the Ambient light sensor device as a consumer of the AB8500 VAUX1 regulator. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/board-mop500-regulators.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-ux500/board-mop500-regulators.c b/arch/arm/mach-ux500

[PATCH 13/46] ARM: ux500: Add supply for the L3G4200D Gyroscope

2013-03-21 Thread Lee Jones
This patch lists the L3G4200D Gyroscope as a consumer of the AB8500 VAUX1 regulator. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/board-mop500-regulators.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-ux500/board-mop500-regulators.c b/arch/arm/mach-ux500/board

[PATCH 12/46] regulator: ab8500: Init debug from regulator driver

2013-03-21 Thread Lee Jones
The purpose of this patch is to guarantee that ab8500-debug will record the regulator registers before they are modified by the ab8500 regulator driver. Signed-off-by: Lee Jones --- drivers/regulator/ab8500.c | 10 ++ include/linux/regulator/ab8500.h | 14 ++ 2

[PATCH 09/46] regulator: ab8500-ext: Add HW request support

2013-03-21 Thread Lee Jones
-request mode otherwise. Signed-off-by: Bengt Jonsson Signed-off-by: Lee Jones Reviewed-by: Mattias NILSSON Reviewed-by: Jonas ABERG --- drivers/regulator/ab8500-ext.c | 98 +++--- include/linux/regulator/ab8500.h |4 ++ 2 files changed, 75 insertions(+), 27

[PATCH 06/46] regulator: ab8500: Separate regulator and MFD platform data

2013-03-21 Thread Lee Jones
driver. Signed-off-by: Bengt Jonsson Signed-off-by: Lee Jones Reviewed-by: Yvan FILLION --- arch/arm/mach-ux500/board-mop500-regulators.c | 12 +--- arch/arm/mach-ux500/board-mop500-regulators.h |4 +--- drivers/regulator/ab8500.c| 21

[PATCH 04/46] ARM: ux500: regulators: Add mask for configuration

2013-03-21 Thread Lee Jones
patch is to avoid future mistakes when updating the allowed bits in the regulator driver. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/board-mop500-regulators.c | 66 - drivers/regulator/ab8500.c| 36 ++ include/linux/regulator/ab8500

[PATCH 05/46] regulator: ab8500: Another push to synchronise recent AB8500 developments

2013-03-21 Thread Lee Jones
collection of updates which have been squashed together to aid with clarity. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/board-mop500-regulators.c | 18 -- drivers/regulator/ab8500.c| 86 +++-- include/linux/regulator/ab8500.h | 21

[PATCH 00/46] Regulators: Bring the AB8500 into the 21st century

2013-03-21 Thread Lee Jones
[Resend - rebased onto v3.8-rc3] Hi Mark, As requested, the whole-shebang. Hopefully this patch-set is less bitty and depressing to review now. Honestly, the things I do for you. :) The Mainline AB8500 and DB8500 regulators are currently stuck in the Victorian era (AKA v2.6.35). This branch cont

[PATCH 02/46] regulator: ab8500: Add set_mode/get_mode support

2013-03-21 Thread Lee Jones
From: Emeric Vigier Signed-off-by: Ludovic Barré Signed-off-by: Emeric Vigier Signed-off-by: Lee Jones Reviewed-by: Bengt JONSSON --- drivers/regulator/ab8500.c | 112 +--- 1 file changed, 94 insertions(+), 18 deletions(-) diff --git a/drivers

[GIT PULL] mfd: First patch-set to update the AB8500 series

2013-02-04 Thread Lee Jones
charging as reset reason mfd: ab8500-sysctrl: export read/write symbols Kennet Wallden (1): mfd: ab8500-sysctrl: Provide configuration for SysClkReqRfClkBuf registers Lee Jones (7): mfd: ab8500-sysctrl: Provide a platform specific pm_power_off() call-back mfd: ab8500-gpadc

Re: [PATCH 09/26] mfd: ab8500-debugfs: Provide a means for a user subscribe to IRQs

2013-02-04 Thread Lee Jones
looks weird to me. I know you can put all sort of crazyness into a > > > debugfs entry, but still. > > > > > > > I'll start again from scratch and find another way to sync the ab* MFD > > > > drivers. I might even have to do it manually i.e. throw out

[PATCH 00/73 v2] Regulators: Bring the AB8500 into the 20th century

2013-02-04 Thread Lee Jones
Hi Mark, As requested, the whole-shebang. The Mainline AB8500 and DB8500 regulators are currently stuck in the Victorian era (AKA v2.6.35). This branch contains all of the upstreamable changes that have occurred on the internal repository and aims to bring them back into the 20th century. This p

[PATCH 17/73] regulator: ab8500-ext: Add HW request support

2013-02-04 Thread Lee Jones
-request mode otherwise. Signed-off-by: Bengt Jonsson Signed-off-by: Lee Jones Reviewed-by: Mattias NILSSON Reviewed-by: Jonas ABERG --- drivers/regulator/ab8500-ext.c | 98 +++--- include/linux/regulator/ab8500.h |4 ++ 2 files changed, 75 insertions(+), 27

[PATCH 22/73] regulator: ab8500: Remove USB regulator

2013-02-04 Thread Lee Jones
From: Bengt Jonsson The USB regulator is controlled by hardware. The software support was only needed for early hardware (ED) which is no longer supported. Signed-off-by: Bengt Jonsson Signed-off-by: Lee Jones --- drivers/regulator/ab8500.c | 20 include/linux

[PATCH 31/73] regulator: ab8500: Remove Vsafe settings

2013-02-04 Thread Lee Jones
From: Bengt Jonsson The Vsafe regulator should not be handled by kernel, it should be setup before the kernel starts. This patch removes the setting of Vsmsp3Regu. Signed-off-by: Bengt Jonsson Signed-off-by: Lee Jones --- arch/arm/mach-ux500/board-mop500-regulators.c |6 -- drivers

[PATCH 39/73] regulator: ab8500-ext: Add support for AB9540 regulators

2013-02-04 Thread Lee Jones
From: Michel JAOUEN Add the support for ab9540 external regulators. Signed-off-by: Michel JAOUEN Signed-off-by: Lee Jones Reviewed-by: Jonas ABERG --- drivers/regulator/ab8500-ext.c | 24 1 file changed, 24 insertions(+) diff --git a/drivers/regulator/ab8500

[PATCH 51/73] regulator: ab8500: Regulator vaux8 not declared using correct name

2013-02-04 Thread Lee Jones
From: Marcus Cooper vaux8 regulator isn't declared correctly for the AB8505. Signed-off-by: Marcus Cooper Signed-off-by: Lee Jones Reviewed-by: Jonas ABERG Reviewed-by: Mattias WALLIN --- arch/arm/mach-ux500/board-mop500-regulators.c | 21 + drivers/regulator/ab8

[PATCH 55/73] regulator: ab8500: Provide ExtSupply register init values for AB8505

2013-02-04 Thread Lee Jones
From: Mattias Wallin On the AB8505 chip the ExtSupply balls are not mounted. However the ExtSupply register is there and this patch set the correct init value for that register. On HREF520 it saves 300uA. Signed-off-by: Mattias Wallin Signed-off-by: Lee Jones Reviewed-by: Marcus COOPER

[PATCH 57/73] regulator: ab8500: Remove surplus include of id.h

2013-02-04 Thread Lee Jones
From: Jonas Aaberg It is not required. Signed-off-by: Jonas Aaberg Signed-off-by: Lee Jones Reviewed-by: Linus WALLEIJ --- drivers/regulator/ab8500.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/ab8500.c b/drivers/regulator/ab8500.c index 5e959b0..7e8e332 100644

[PATCH 61/73] regulator: ab8500: Default value on LDO USB to HP

2013-02-04 Thread Lee Jones
From: Mattias Wallin This patch change the default value on LDO USB to High Power since this is the normal execution mode. Signed-off-by: Mattias Wallin Signed-off-by: Lee Jones Reviewed-by: Marcus COOPER Reviewed-by: Jonas ABERG --- drivers/regulator/ab8500.c |2 +- 1 file changed, 1

[PATCH 65/73] regulator: ab8500: Update VAna supply management for the AB9540

2013-02-04 Thread Lee Jones
From: David Paris Workaround to switch off VAna when going to suspend. In combination with workaround that makes VAna always ON in running mode. Signed-off-by: David Paris Signed-off-by: Lee Jones Reviewed-by: Yvon CORRE Reviewed-by: Philippe LANGLAIS --- drivers/regulator/ab8500.c |4

[PATCH 69/73] regulator: ab8500: Introduce aux5, aux6 regulators for AB8540

2013-02-04 Thread Lee Jones
From: Zhenhua HUANG Introduce aux5, aux6 into ab8540 regulator framework. Signed-off-by: Zhenhua HUANG Signed-off-by: Lee Jones Reviewed-by: Maxime COQUELIN Reviewed-by: David PARIS Reviewed-by: Philippe LANGLAIS --- drivers/regulator/ab8500.c | 65

[PATCH 71/73] regulator: ab8500: Remove the need for a 'delay' property

2013-02-04 Thread Lee Jones
The regulator framework now has provisions to read a regulator's start-up time via the 'enable_time' attribute. So let's remove all 'enable_time'/'delay' duplication and just stick with 'enable_time' from now on. Signed-off-by: Lee Jones ---

[PATCH 72/73] regulator: ab8500: Use regulator_list_voltage_table() to look-up voltages

2013-02-04 Thread Lee Jones
The regulator framework offers a generic regulator_list_voltage_table() function which can directly look-up a regulator's voltage capabilities using a table provided through the desc structure. This patch ensures that information is available. Signed-off-by: Lee Jones --- drivers/regu

[PATCH 63/73] regulator: ab8500: Add mode operation for v-amic

2013-02-04 Thread Lee Jones
v-amic1 and v-amic2 regulators have dedicated mode registers and share the same mode bit. This patch adds special handling for those regulators. Signed-off-by: Rickard Andersson Signed-off-by: Lee Jones Reviewed-by: Jonas ABERG --- arch/arm/mach-ux500/board-mop500-regulators.c | 10

[PATCH 67/73] regulator: ab8500: Use a struct to select the good regulator configuration

2013-02-04 Thread Lee Jones
At the probe use a structure to select the good regulator array from from ab9540, ab8505, ab8540 or ab8500 configuration. Signed-off-by: Gabriel Fernandez Signed-off-by: Lee Jones Reviewed-by: Philippe LANGLAIS --- drivers/regulator/ab8500.c | 113

  1   2   3   4   5   6   7   8   9   10   >