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
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
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
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 )
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
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
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
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',
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
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
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
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
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
-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
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
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
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
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
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
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.
>
>
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
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
> >>
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_
> 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
pdata->blocks |= STMPE_BLOCK_GPIO;
> - }
> - if (!strcmp(child->name, "stmpe_keypad")) {
> + } else if (!strcmp(child->name, "stmpe_keypad")) {
> pdata->blocks |= STMPE_BLOCK_KEYPAD;
&
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
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
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
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
>
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
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
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
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
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
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+
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
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
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
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
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
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
.
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
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
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 ++
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
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
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
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
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
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
---
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
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
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
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
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
-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
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
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
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
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
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
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
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(-)
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
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
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
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
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
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
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
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
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
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
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
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
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
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
-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
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 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
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
[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
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
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
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
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
-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
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
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
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
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
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
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
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
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
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
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
---
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
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
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 - 100 of 17413 matches
Mail list logo