Re: >128 MB RAM stability problems (again)

2001-07-04 Thread mark
Asus K7V here, 800 MHz Athlon oc to 880 MHz, 256 Mb, occasional XFree86 lockups, otherwise stable with almost any of the v2.4.x series including -ac variants and the testing kernels. Right now 2.4.6-pre5, doing fine. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in th

Lucr@tive

2014-12-29 Thread Mark
Hi Forget the l0tteRY This is re@l Joy and a real ch@nce for a new life No crap No Blabla http://www.lotusasiacasino.com?cid=20W02156&mid=2228620828 No more such information? Simply answer -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a mess

Re: [PATCH] clk: rockchip: rk3288: add VOP1 softresets and rename VOP0 softresets

2014-09-12 Thread mark
On 2014年09月12日 18:41, Heiko Stübner wrote: Hi Mark, Am Freitag, 12. September 2014, 18:33:23 schrieb Mark yao: The rk3288 have two vop, and each vop has three softresets were axi_reset, ahb_reset and dclk_reset. I'm not sure about renaming the indices, since they're part of the

CONTACT HIM NOW FOR YOUR ATM CARD DELIVERY

2015-12-20 Thread Mark
Attention, We have deposited your fund ($7.500`00USD) through UPS department after our finally meeting regarding your ATM CARD, All you will do is to contact UPS director Andy Chalk via E-mail:(chalka...@gmail.com). he will give you direction on how you will be receiving your ATM CARD .Reme

Re: [RFC PATCH] mm: support CONFIG_ZONE_DEVICE + CONFIG_ZONE_DMA

2016-01-26 Thread Mark
;> Link: https://bugzilla.kernel.org/show_bug.cgi?id=110931 >> Fixes: 033fbae988fc ("mm: ZONE_DEVICE for "device memory"") >> Reported-by: Sudip Mukherjee > > It should actually be Reported-by: Mark > > Hi Mark, > Can you please test this pat

The security about KSM and "adds all memory pages from all processes to KSM"

2017-06-28 Thread Mark
Hi Hugh and experts, We are trying to enable KSM in a multi-container projects to save some memory. And as the celld project suggests: "To maximize the benefit of KSM, CellD uses a custom system call which adds all memory pages from all processes to the set of pages KSM attempts to merge. " [1]

Re: [PATCH 3/3] regulator: add device tree support for max8997

2012-11-26 Thread Mark Brown
On Mon, Nov 26, 2012 at 08:13:23PM +0530, Thomas Abraham wrote: > I tried applying this patch on the max8997 branch in your regulator > tree. But this patch does not apply cleanly on that branch because > commits "5eb9f2b96381" (regulator: remove use of __devexit_p), > "a5023574d120" (regulator: r

Re: [PATCH] wm831x: Add and use a wm831x_irq_byname convenience function

2012-11-26 Thread Mark Brown
On Mon, Nov 26, 2012 at 09:35:15PM +, Grant Likely wrote: > On Wed, 17 Oct 2012 11:00:55 -0700, Joe Perches wrote: > > Add and use a convenience inline to get an irq by name. > > > > Signed-off-by: Joe Perches You'll probably have more luck getting your patches applied if you send them to t

Re: [PATCH V2] ARM: dt: tegra: cardhu: Add drm components

2012-11-26 Thread Mark Zhang
On 11/27/2012 07:17 AM, Stephen Warren wrote: > On 11/20/2012 12:27 AM, Mark Zhang wrote: >> This patch adds the rgb node which is needed by >> tegra drm driver. > > This doesn't seem to include all the GPIOs/regulators/... required to > enable the panel and backlig

Re: [PATCH] extcon: arizona: Only set GPIO if it has been requested

2012-11-26 Thread Mark Brown
On Tue, Nov 27, 2012 at 08:26:35AM +0900, Chanwoo Choi wrote: > On 11/26/2012 08:28 PM, Mark Brown wrote: > > + if (arizona->pdata.micd_pol_gpio > 0) > > + gpio_set_value_cansleep(arizona->pdata.micd_pol_gpio, > > +

Re: Shared regulator usage

2012-11-27 Thread Mark Brown
On Tue, Nov 27, 2012 at 04:45:29PM +0530, Anirudh Ghayal wrote: > At 1.4Ghz the cpu-freq driver votes for 1.3v, then the CPR kicks in > and recommends a voltage of 1.275v. Now a set_voltage with this new > level (1.275v, 1.275) fails as it does not satisfy the limits of > the cpu-freq driver. It

[PATCH] perf tools: fix build for various architectures

2012-11-27 Thread Mark Rutland
s 77626081: "perf tools: Fix build on sparc." in simply changing the path to use arch/arm/include/uapi/asm/unistd.h directly for all of these cases. I've tested this on arm, but I don't have the necessary toolchains to check the other cases. Signed-off-by: Mark Rutland Cc

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

2012-11-27 Thread Mark Brown
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 > correct name, as referenced in platform regulator code is 'avdd'. Here, > when we request a regul

Re: [PATCH 1/2] ASoC: davinci-mcasp: Add pinctrl support

2012-11-27 Thread Mark Brown
On Mon, Nov 26, 2012 at 09:55:33PM -0800, Peter Korsgaard wrote: > >>>>> "Mark" == Mark Brown writes: > Mark> Since the driver is happy to continue without the pins why is it > Mark> bothering requesting them in the first place? In other words, this &

[PATCH 2/6 v5] clk, highbank: Prevent glitches in non-bypass reset mode

2012-11-27 Thread Mark Langsdorf
The highbank clock will glitch with the current code if the clock rate is reset without relocking the PLL. Program the PLL correctly to prevent glitches. Signed-off-by: Mark Langsdorf Signed-off-by: Rob Herring Cc: mturque...@linaro.org --- Changes from v4 None. Changes from v3

[PATCH 1/6 v5] arm: use devicetree to get smp_twd clock

2012-11-27 Thread Mark Langsdorf
From: Rob Herring Signed-off-by: Rob Herring Signed-off-by: Mark Langsdorf --- Changes from v4 None. Changes from v3 No longer setting *clk to NULL in twd_get_clock(). Changes from v2 Turned the check for the node pointer into an if-then-else statement. Removed

[PATCH 0/6 v5] cpufreq: add support for Calxeda ECX-1000 (highbank)

2012-11-27 Thread Mark Langsdorf
This patch series adds cpufreq support for the Calxeda ECX-1000 (highbank) SoCs. The driver is based on the cpufreq-cpu0 driver. Because of the unique way that highbank uses the EnergyCore Management Engine to manage voltages, it was not possible to use the cpufreq-cpu0 driver. --Mark Langsdorf

[PATCH 6/6 v5] cpufreq, highbank: add support for highbank cpufreq

2012-11-27 Thread Mark Langsdorf
Highbank processors depend on the external ECME to perform voltage management based on a requested frequency. Communication between the A9 cores and the ECME happens over the pl320 IPC channel. Signed-off-by: Mark Langsdorf Cc: devicetree-disc...@lists.ozlabs.org --- Changes from v4

[PATCH 5/6 v5] power: export opp cpufreq functions

2012-11-27 Thread Mark Langsdorf
These functions are needed to make the cpufreq-core0 and highbank-cpufreq drivers loadable as modules. Signed-off-by: Mark Langsdorf Acked-by: Nishanth Menon --- Changes from v4 None. Changes from v3 includes linux/export.h instead of module.h. Changes from v2 None

[PATCH 4/6 v5] arm highbank: add support for pl320 IPC

2012-11-27 Thread Mark Langsdorf
From: Rob Herring The pl320 IPC allows for interprocessor communication between the highbank A9 and the EnergyCore Management Engine. The pl320 implements a straightforward mailbox protocol. This patch depends on Omar Ramirez Luna's mailbox driver patch series. Signed-off-by: Mark Lang

[PATCH 3/6 v5] cpufreq: tolerate inexact values when collecting stats

2012-11-27 Thread Mark Langsdorf
This patch is withdrawn due to a need for severe rework. Changes from v4 Withdrawn. Changes from v3, v2 None. Changes from v1 Implemented a simple round-up algorithm instead of the over/under method that could cause errors on Intel processors with boost mode. -- To u

Wireless network problem with Access Point selection using ifup

2012-11-27 Thread Mark Hounschell
g to help with it if I can with my configuration. Regards Mark -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] mfd: wm8994: Make current device behaviour the default

2012-11-27 Thread Mark Brown
As the wm8994 series of devices are now very mature make the current behaviour of the devices the default behaviour, any future revisions are likely to have only minor updates. Signed-off-by: Mark Brown --- drivers/mfd/wm8994-core.c | 18 -- 1 file changed, 4 insertions(+), 14

Re: [PATCHv9 1/3] Runtime Interpreted Power Sequences

2012-11-27 Thread Mark Brown
On Tue, Nov 27, 2012 at 04:37:32PM +0100, Laurent Pinchart wrote: > One possibly crazy idea I had was to replace backlight devices as we know > them > with LED devices (a LED driver IC shouldn't be supported by different APIs > depending on whether the LEDs it drives are used as a backlight or

[PATCH] mfd: arizona: Register haptics devices

2012-11-27 Thread Mark Brown
Both WM5102 and WM5110 support haptics, register the device. Signed-off-by: Mark Brown --- drivers/mfd/arizona-core.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/mfd/arizona-core.c b/drivers/mfd/arizona-core.c index 5e4e9c5..8572dfd 100644 --- a/drivers/mfd/arizona-core.c

[PATCH] regulator: core: Say what unsupportable voltage constraints are

2012-11-27 Thread Mark Brown
Signed-off-by: Mark Brown --- drivers/regulator/core.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index 3db1e01..b701352 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -880,7 +880,9

Re: [PATCH v2] ASoC: fsl: fix miscompilation of snd-soc-imx-pcm

2012-11-27 Thread Mark Brown
On Fri, Nov 23, 2012 at 10:12:13AM +0100, Lothar Waßmann wrote: > Due to a broken make rule, sound/soc/fsl/imx-pcm-dma.c or > sound/soc/fsl/imx-pcm-fiq.c (whatever is selected via Kconfig) will > not be compiled into imx-pcm.o when building as module, i.e.: > CONFIG_SND_SOC_IMX_PCM=m > CONFIG_SND_S

Re: [PATCH v2] ASoC: fsl: fix miscompilation of snd-soc-imx-pcm

2012-11-27 Thread Mark Brown
On Fri, Nov 23, 2012 at 10:12:13AM +0100, Lothar Waßmann wrote: > Due to a broken make rule, sound/soc/fsl/imx-pcm-dma.c or > sound/soc/fsl/imx-pcm-fiq.c (whatever is selected via Kconfig) will > not be compiled into imx-pcm.o when building as module, i.e.: > CONFIG_SND_SOC_IMX_PCM=m > CONFIG_SND_S

Re: [PATCH 4/6 v5] arm highbank: add support for pl320 IPC

2012-11-27 Thread Mark Langsdorf
On 11/27/2012 10:12 AM, Thomas Petazzoni wrote: > Dear Mark Langsdorf, > > On Tue, 27 Nov 2012 09:04:32 -0600, Mark Langsdorf wrote: > >> +int ipc_transmit(u32 *data); > > ipc_transmit() looks to me like a way to generic name to be exposed to > the entire kern

[PATCH 2/6 v6] clk, highbank: Prevent glitches in non-bypass reset mode

2012-11-27 Thread Mark Langsdorf
The highbank clock will glitch with the current code if the clock rate is reset without relocking the PLL. Program the PLL correctly to prevent glitches. Signed-off-by: Mark Langsdorf Signed-off-by: Rob Herring Acked-by: Mike Turquette --- Changes from v5 Added Mike Turquette'

[PATCH 3/6 v6] cpufreq: tolerate inexact values when collecting stats

2012-11-27 Thread Mark Langsdorf
This patch is withdrawn due to a need for severe rework. Changes from v4 Withdrawn. Changes from v3, v2 None. Changes from v1 Implemented a simple round-up algorithm instead of the over/under method that could cause errors on Intel processors with boost mode. -- To un

[PATCH 0/6 v6] cpufreq: add support for Calxeda ECX-1000 (highbank)

2012-11-27 Thread Mark Langsdorf
This patch series adds cpufreq support for the Calxeda ECX-1000 (highbank) SoCs. The driver is based on the cpufreq-cpu0 driver. Because of the unique way that highbank uses the EnergyCore Management Engine to manage voltages, it was not possible to use the cpufreq-cpu0 driver. --Mark Langsdorf

[PATCH 1/6 v6] arm: use devicetree to get smp_twd clock

2012-11-27 Thread Mark Langsdorf
From: Rob Herring Signed-off-by: Rob Herring Signed-off-by: Mark Langsdorf --- Changes from v4, v5 None. Changes from v3 No longer setting *clk to NULL in twd_get_clock(). Changes from v2 Turned the check for the node pointer into an if-then-else statement

[PATCH 6/6 v6] cpufreq, highbank: add support for highbank cpufreq

2012-11-27 Thread Mark Langsdorf
Highbank processors depend on the external ECME to perform voltage management based on a requested frequency. Communication between the A9 cores and the ECME happens over the pl320 IPC channel. Signed-off-by: Mark Langsdorf Cc: devicetree-disc...@lists.ozlabs.org --- Changes from v5

Re: [PATCH] regulator: add device tree support for max8997

2012-11-27 Thread Mark Brown
On Tue, Nov 27, 2012 at 02:04:32PM +0530, Thomas Abraham wrote: > Add device tree based discovery support for max8997. Applied, thanks. signature.asc Description: Digital signature

[PATCH 5/6 v6] power: export opp cpufreq functions

2012-11-27 Thread Mark Langsdorf
These functions are needed to make the cpufreq-core0 and highbank-cpufreq drivers loadable as modules. Signed-off-by: Mark Langsdorf Acked-by: Nishanth Menon --- Changes from v4, v5 None. Changes from v3 includes linux/export.h instead of module.h. Changes from v2 None

[PATCH 4/6 v6] arm highbank: add support for pl320 IPC

2012-11-27 Thread Mark Langsdorf
From: Rob Herring The pl320 IPC allows for interprocessor communication between the highbank A9 and the EnergyCore Management Engine. The pl320 implements a straightforward mailbox protocol. This patch depends on Omar Ramirez Luna's mailbox driver patch series. Signed-off-by: Mark Lang

Re: [RFC/RFT][PATCH 4/4] regulator: tps51632: Use linear_min_sel and regulator_[map|list]_voltage_linear

2012-11-27 Thread Mark Brown
On Tue, Nov 27, 2012 at 10:28:47AM +0800, Axel Lin wrote: > Signed-off-by: Axel Lin signature.asc Description: Digital signature

Re: [RFC/RFT][PATCH 1/4] regulator: core: Allow specific minimal selector for starting linear mapping

2012-11-27 Thread Mark Brown
On Tue, Nov 27, 2012 at 10:24:33AM +0800, Axel Lin wrote: > Some drivers (at least 3 drivers) have such variant of linear mapping that > the first few selectors are invalid and the reset are linear mapping. > Let's support this case in core. Cool! Applied all except patch 4, thanks. signature.a

Re: [PATCH] regulator: tps6586x: fix build warning in debug build

2012-11-27 Thread Mark Brown
On Tue, Nov 27, 2012 at 04:44:28AM +0530, Laxman Dewangan wrote: > When building the driver in debug mode, it generates > warning as Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH RFT] regulator: da9055: Select maximum current in specific range for set_current_limit

2012-11-27 Thread Mark Brown
On Mon, Nov 26, 2012 at 03:26:41PM +0800, Axel Lin wrote: > Selecting the minimal value is only true for voltage regulators. > For current regulators the maximum in the given range should be > selected instead. applied, thanks. signature.asc Description: Digital signature

Re: [PATCH] regulator: da9052: Ensure setting current limit within specific range

2012-11-27 Thread Mark Brown
On Mon, Nov 26, 2012 at 03:23:38PM +0800, Axel Lin wrote: > Checking da9052_current_limits[row][i] <= max_uA is not enough, it is possible > da9052_current_limits[row][i] may less than the requested min_uA. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH] regulator: s2mps11: Fix ramp delay value shift operation

2012-11-27 Thread Mark Brown
On Sat, Nov 24, 2012 at 11:13:28AM +0900, Sangbeom Kim wrote: > This patch fix the abnormal ramp delay setting. > The shift operation was wrong. applied, thanks. signature.asc Description: Digital signature

Re: [PATCH 1/2] regulator: as3711: Fix valid min_uV/max_UV checking in as3711_bound_check

2012-11-27 Thread Mark Brown
On Sat, Nov 24, 2012 at 12:50:52AM +0800, Axel Lin wrote: > Below cases are supposed to be valid: > > min_uV == max_uV == info->max_uV > min_uV == max_uV == rdev->desc->min_uV Applied both, thanks. signature.asc Description: Digital signature

Re: [PATCH 1/1] regmap: Add support for continously numbered pages across regmap range

2012-11-28 Thread Mark Brown
On Wed, Nov 28, 2012 at 02:52:57PM +0530, Mukund Navada wrote: > Page number in some devices increases across regmap ranges since the > selector register to choose the page remains the same. So in order to > write correct page number, the start_page_num is stored in > regmap_range_cfg. I'm sorry

Re: [PATCH 1/1] regmap: Add support for continously numbered pages across regmap range

2012-11-28 Thread Mark Brown
On Wed, Nov 28, 2012 at 10:11:05AM +, Navada Kanyana, Mukund wrote: Fix your mailer to word wrap within paragraphs. > > I'm sorry but I can't understand what this is supposed to do. The > > current paging code expects pages to be numbered continuously with no > > gaps. Can you please clarif

Re: [PATCH 1/1] regmap: Add support for continously numbered pages across regmap range

2012-11-28 Thread Mark Brown
On Wed, Nov 28, 2012 at 11:52:22AM +, Navada Kanyana, Mukund wrote: > static const struct regmap_range_cfg aic325x_ranges[] = { > { .name = "CONF", .range_min = 128, > .range_max = 383, > .selector_reg = 0x0, > .selector_mask = 0xff, > .selector_

Re: [PATCH 1/1] regmap: Add support for continously numbered pages across regmap range

2012-11-28 Thread Mark Brown
On Wed, Nov 28, 2012 at 12:10:21PM +, Navada Kanyana, Mukund wrote: To repeat, fix your mailer to word wrap within paragraphs. > > You appear to have two different ranges with the same selector and > > window. I'm really not sure why you expect this to work... what > > happens when someone

Re: [PATCH 6/6 v6] cpufreq, highbank: add support for highbank cpufreq

2012-11-28 Thread Mark Langsdorf
On 11/27/2012 08:32 PM, Shawn Guo wrote: > On Tue, Nov 27, 2012 at 02:04:32PM -0600, Mark Langsdorf wrote: >> Highbank processors depend on the external ECME to perform voltage >> management based on a requested frequency. Communication between the >> A9 cores and the ECME h

Re: [PATCH] sound/sgtl5000: fix initial setting for DAC data source

2012-11-28 Thread Mark Brown
On Wed, Nov 28, 2012 at 10:14:28AM +, Oskar Schirmer wrote: You've somehow decided to CC half the world but still haven't managed to CC the maintainers like Liam asked (and as is covered in SubmittingPatches)... > According to documentation bit 3:2 in register SSS_CTRL are > reserved and zero

Re: [PATCH 6/6 v6] cpufreq, highbank: add support for highbank cpufreq

2012-11-28 Thread Mark Langsdorf
On 11/28/2012 09:17 AM, Shawn Guo wrote: > On Wed, Nov 28, 2012 at 10:58:02PM +0800, Shawn Guo wrote: >> On Wed, Nov 28, 2012 at 07:16:12AM -0600, Mark Langsdorf wrote: >>> I'd >>> have to move most of the logic of hb_set_target() into >>> clk_highbank.c:cl

Re: [PATCH 6/6 v6] cpufreq, highbank: add support for highbank cpufreq

2012-11-28 Thread Mark Langsdorf
On 11/28/2012 10:01 AM, Mike Turquette wrote: > Quoting Shawn Guo (2012-11-28 07:17:44) >> On Wed, Nov 28, 2012 at 10:58:02PM +0800, Shawn Guo wrote: >>> On Wed, Nov 28, 2012 at 07:16:12AM -0600, Mark Langsdorf wrote: >>>> I'd >>>> have to

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

2012-11-28 Thread Mark Brown
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 compatible string? The I2C subsystem guesses at a compatible string by default but it's much bett

[PATCH] regulator: core: Log when a device causes a voltage constraint fail

2012-11-28 Thread Mark Brown
Helps with figuring out when things went wrong. Signed-off-by: Mark Brown --- drivers/regulator/core.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index fe4a1b6..af97b62 100644 --- a/drivers/regulator/core.c

[PATCH 2/4] regulator: arizona-ldo1: Support DVFS in default constraints

2012-11-28 Thread Mark Brown
Some Arizona devices such as the WM5102 can use DVFS on their digital core, for these devices allow the voltage range to vary in the default setup. Signed-off-by: Mark Brown --- drivers/regulator/arizona-ldo1.c | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) diff

[PATCH 3/4] regulator: arizona-ldo1: Add additional top voltage

2012-11-28 Thread Mark Brown
The number of voltage slots supported by the LDO is 7, not 6. Signed-off-by: Mark Brown --- drivers/regulator/arizona-ldo1.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/arizona-ldo1.c b/drivers/regulator/arizona-ldo1.c index a1e0451..e4b7dd4 100644

[PATCH 1/4] regulator: arizona-ldo1: Add enable time

2012-11-28 Thread Mark Brown
Signed-off-by: Mark Brown --- drivers/regulator/arizona-ldo1.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/regulator/arizona-ldo1.c b/drivers/regulator/arizona-ldo1.c index b44fa6f..908996a 100644 --- a/drivers/regulator/arizona-ldo1.c +++ b/drivers/regulator/arizona-ldo1.c

[PATCH 4/4] regulator: arizona-ldo1: Support 1.8V mode

2012-11-28 Thread Mark Brown
Some Arizona device support a 1.8V output mode. Enable this in the driver. Signed-off-by: Mark Brown --- drivers/mfd/wm5102-tables.c |3 + drivers/regulator/arizona-ldo1.c | 107 - include/linux/mfd/arizona/registers.h | 16 + 3 files

Re: [PATCH V7 5/7] c6x: use new common dtc rule

2012-11-28 Thread Mark Salter
the source .dts. > > This requires moving parts of arch/c6x/boot/Makefile into newly created > arch/c6x/boot/dts/Makefile, and updating arch/c6x/Makefile to call the > new Makefile. linked_dtb.S is also moved into boot/dts/ since it's used > by rules that were moved. > >

[PATCH] mfd: wm5102: Correct default for LDO1_CONTROL_2

2012-11-28 Thread Mark Brown
Signed-off-by: Mark Brown --- drivers/mfd/wm5102-tables.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mfd/wm5102-tables.c b/drivers/mfd/wm5102-tables.c index 50bbe15..065ffd3 100644 --- a/drivers/mfd/wm5102-tables.c +++ b/drivers/mfd/wm5102-tables.c @@ -307,6 +307,7 @@ static

[PATCH] mfd: wm5102: Correct default for LDO1_CONTROL_2

2012-11-28 Thread Mark Brown
Signed-off-by: Mark Brown --- drivers/mfd/wm5102-tables.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mfd/wm5102-tables.c b/drivers/mfd/wm5102-tables.c index 50bbe15..065ffd3 100644 --- a/drivers/mfd/wm5102-tables.c +++ b/drivers/mfd/wm5102-tables.c @@ -307,6 +307,7 @@ static

[PATCH] mfd: wm5102: Mark DSP memory regions as volatile

2012-11-28 Thread Mark Brown
We can cache some of them but this is simpler for now. Signed-off-by: Mark Brown --- drivers/mfd/wm5102-tables.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/mfd/wm5102-tables.c b/drivers/mfd/wm5102-tables.c index 065ffd3..965e60f 100644 --- a/drivers/mfd/wm5102-tables.c

Re: [PATCH RFT RESEND] regulator: pcf50633: Use linear_min_sel and regulator_[map|list]_voltage_linear

2012-11-28 Thread Mark Brown
On Wed, Nov 28, 2012 at 10:41:04AM +0800, Axel Lin wrote: > This driver can be converted to use linear_min_sel and > regulator_[map|list]_voltage_linear. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH RFT RESEND] regulator: pcf50633: Use linear_min_sel and regulator_[map|list]_voltage_linear

2012-11-28 Thread Mark Brown
On Wed, Nov 28, 2012 at 10:41:04AM +0800, Axel Lin wrote: > This driver can be converted to use linear_min_sel and > regulator_[map|list]_voltage_linear. Hrm, actually this was already applied. signature.asc Description: Digital signature

Re: [PATCH RESEND] regulator: tps51632: Use linear_min_sel and regulator_[map|list]_voltage_linear

2012-11-28 Thread Mark Brown
On Wed, Nov 28, 2012 at 07:22:54AM +0800, Axel Lin wrote: > Signed-off-by: Axel Lin Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH 6/6 v6] cpufreq, highbank: add support for highbank cpufreq

2012-11-28 Thread Mark Langsdorf
On 11/28/2012 03:05 PM, Mike Turquette wrote: > Quoting Mark Langsdorf (2012-11-28 08:18:35) >> On 11/28/2012 10:01 AM, Mike Turquette wrote: >>> Quoting Shawn Guo (2012-11-28 07:17:44) >>>> On Wed, Nov 28, 2012 at 10:58:02PM +0800, Shawn Guo wrote: >>>>

Re: [RFC,v2,8/8] drm: tegra: Add gr2d device

2012-11-28 Thread Mark Zhang
On 11/26/2012 09:19 PM, Terje Bergström wrote: > Add client driver for 2D device. > > Signed-off-by: Arto Merilainen > Signed-off-by: Terje Bergstrom > > --- > [...] > + > +static int > +tegra_drm_ioctl_open_channel(struct drm_device *drm, void *data, > + struct drm_file

Re: [RFC,v2,1/8] video: tegra: Add nvhost driver

2012-11-29 Thread Mark Zhang
On 11/26/2012 09:19 PM, Terje Bergström wrote: > Add nvhost, the driver for host1x. This patch adds support for reading and > incrementing sync points and dynamic power management. > > Signed-off-by: Terje Bergstrom > > --- > drivers/video/Kconfig |2 + > driver

Re: [RFC,v2,3/8] video: tegra: host: Add channel and client support

2012-11-29 Thread Mark Zhang
On 11/26/2012 09:19 PM, Terje Bergström wrote: > Add support for host1x client modules, and host1x channels to submit > work to the clients. The work is submitted in dmabuf buffers, so add > support for dmabuf memory management, too. [...] > diff --git a/drivers/video/tegra/host/bus_client.c > b/

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

2012-11-29 Thread Mark Brown
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 as conflicts do arise from time to > > time (eg, Wolfson p

Re: [PATCH] mfd: wm5102: Correct default for LDO1_CONTROL_2

2012-11-29 Thread Mark Brown
On Thu, Nov 29, 2012 at 11:18:27AM +, Charles Keepax wrote: > On Wed, Nov 28, 2012 at 06:47:28PM +0000, Mark Brown wrote: > > + { 0x0212, 0x0001 }, /* R530 - LDO1 Control 2 */ > The default for this register is changed in the register patch to > zero should we

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

2012-11-29 Thread Mark Brown
On Thu, Nov 29, 2012 at 12:00:00PM +, Lee Jones wrote: > On Thu, 29 Nov 2012, Mark Brown wrote: > > Right, which is why this mostly works, but it's still better to provide > > an actual compatible string which we can be 100% certain will avoid > > conflicts. This is

Re: [PATCH 2/2] i2c-s3c2410: Add bus arbitration implementation

2012-11-29 Thread Mark Brown
On Thu, Nov 29, 2012 at 10:35:35AM +0530, Naveen Krishna Chatradhi wrote: > The arbitrator is a general purpose function which uses two GPIOs to > communicate with another device to claim/release a bus. We use it to > arbitrate an i2c port between the AP and the EC. Should this not be layerd on t

[PATCH] mfd: wm5102: Treat future revisions as revision B

2012-11-29 Thread Mark Brown
The expectation is that future revisions will behave as revision B. Signed-off-by: Mark Brown --- drivers/mfd/wm5102-tables.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/mfd/wm5102-tables.c b/drivers/mfd/wm5102-tables.c index 447b00b..b82a003 100644 --- a

Re: [PATCH 1/1] ARM: tegra: bus_notifier registers IOMMU devices(was: How to specify IOMMU'able devices in DT)

2012-11-29 Thread Mark Zhang
On 11/28/2012 09:48 PM, Hiroshi Doyu wrote: > Hiroshi Doyu wrote @ Mon, 24 Sep 2012 14:50:14 +0300 > (EEST): > ... > On Mon, 2012-09-24 at 12:04 +0300, Hiroshi Doyu wrote: >> diff --git a/drivers/base/platform.c b/drivers/base/platform.c >> index a1a7225..9eae3be 100644 >> --- a/d

[PATCH] ARM: dt: tegra: cardhu: Add drm components

2012-11-29 Thread Mark Zhang
This patch adds the RGB & HDMI nodes in Tegra 30 cardhu's dts. This makes the LVDS & HDMI working. Signed-off-by: Mark Zhang --- Changes: - This patch depcrates the patch: "[PATCH V2] ARM: dt: tegra: cardhu: Add drm components" Because the issue that LCD and HDMI can&

Re: [RFC,v2,3/8] video: tegra: host: Add channel and client support

2012-11-29 Thread Mark Zhang
On 11/29/2012 06:46 PM, Terje Bergström wrote: > On 29.11.2012 12:01, Mark Zhang wrote: >> >> Just for curious, why "pb->mapped + 1K" is the end of a 4K pushbuffer? > > pb->mapped is u32 *, so compiler will take care of multiplying by > sizeof(u32). >

Perf tool won't build without libnewt

2013-03-20 Thread Mark Rutland
t just always include ui/keysyms.h as it includes libslang.h (which may or may not be present if libnewt isn't, and we don't check for it independently). I'm not sure what the best way to fix this would be. Thanks, Mark. -- To unsubscribe from this list: send the line "

Re: Perf tool won't build without libnewt

2013-03-20 Thread Mark Rutland
On Wed, Mar 20, 2013 at 01:23:22PM +, Arnaldo Carvalho de Melo wrote: > Em Wed, Mar 20, 2013 at 12:11:11PM +0000, Mark Rutland escreveu: > > I attempted to cross-build v3.9-rc3's perf tool for an arm system today, and > > got the following out of the build system:

Re: [PATCH] ARM: convert arm/arm64 arch timer to use CLKSRC_OF init

2013-03-21 Thread Mark Rutland
iple timer nodes (though these are now disappearing). Otherwise we could have a memory leak and multiple instances of the cpu0 timer registered, which could lead to all sorts of weirdness. The existing code side-steps this issue by only grabbing the first node, so this would keep things consistent. > -

Re: [PATCH 01/11] OF: add empty of_device_is_available for !OF

2013-03-21 Thread Mark Rutland
device_is_available(const struct device_node *device,) I assume that comma shouldn't be there? ^ Mark. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH v3 00/10] spi/pxa2xx: add Intel Lynxpoint SPI controller support

2013-02-04 Thread Mark Brown
On Fri, Feb 01, 2013 at 12:22:47PM +0200, Mika Westerberg wrote: > Mark, thank you for applying patches 1-4/10. Is there anything you want me > to do for the rest of the patches in order to get those merged? I stopped at patch 4 mostly because it's very large but also because you sa

Re: [PATCH] regmap: fix compilation error

2013-02-04 Thread Mark Brown
On Mon, Feb 04, 2013 at 02:14:02PM +0530, Venu Byravarasu wrote: > As a compilation error is seen due to missing header file > in next-20130204, fixing it. Already fixed. signature.asc Description: Digital signature

Re: [PATCH] regmap: Include header

2013-02-04 Thread Mark Brown
On Sun, Feb 03, 2013 at 09:49:03PM -0200, Fabio Estevam wrote: > From: Fabio Estevam > > commit 0e8c0234b2 (regmap: Add asynchronous I/O support) introduced the > following build error: Already fixed. signature.asc Description: Digital signature

Re: [PATCH] regmap: include linux/sched.h to fix build

2013-02-04 Thread Mark Brown
On Sat, Feb 02, 2013 at 10:50:14PM -0700, Stephen Warren wrote: > From: Stephen Warren > > This fixes: Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH] regmap: Export regmap_async_complete_cb

2013-02-04 Thread Mark Brown
On Sun, Feb 03, 2013 at 12:14:13AM +0800, Axel Lin wrote: > This fixes below build error when CONFIG_REGMAP=y && CONFIG_REGMAP_SPI=m > > ERROR: "regmap_async_complete_cb" [drivers/base/regmap/regmap-spi.ko] > undefined! > make[1]: *** [__modpost] Error 1 > make: *** [modules] Error 2 Applied, th

Re: [PATCH] regulator: palmas: Remove a redundant setting for warm_reset

2013-02-04 Thread Mark Brown
On Sun, Feb 03, 2013 at 08:49:56PM +0800, Axel Lin wrote: > Current code read "ti,warm_reset" of property twice, and set > pdata->reg_init[idx]->warm_reset twice. Read and set it once is enough. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH V3] regulator: add device tree support for s5m8767

2013-02-04 Thread Mark Brown
On Sun, Feb 03, 2013 at 03:49:47PM -0800, Amit Daniel Kachhap wrote: > This device tree support is added for PMIC block of S5m8767 multi > function driver. The usage detail is added in the device tree > documentation section. This change is tested on exynos5250 based > arndale platform by regulator

Re: [PATCH] regmap: debugfs: Fix compiler warning

2013-02-04 Thread Mark Brown
On Sun, Feb 03, 2013 at 12:53:05AM +0200, Stratos Karafotis wrote: > This patch fixes the following compiler warning of uninitialized > variable: > > drivers/base/regmap/regmap-debugfs.c: In function ‘regmap_read_debugfs’: > drivers/base/regmap/regmap-debugfs.c:180:9: warning: ‘ret’ may be used >

Re: [PATCH 2/3] mmc: davinci_mmc: add DT support

2013-02-04 Thread Mark Rutland
Hi, On Mon, Feb 04, 2013 at 01:28:14PM +, Manjunathappa, Prakash wrote: > Hi Mark, > > On Thu, Jan 31, 2013 at 16:53:03, Mark Rutland wrote: > > Hello, > > > > I have a few comments on the devicetree binding and the way it's parsed. > > > > Thank

Re: [PATCH] Regulator: Reorder the min max assignment in the sequence of regulator_set_voltage function

2013-02-04 Thread Mark Brown
On Mon, Feb 04, 2013 at 11:53:20AM +, J, KEERTHY wrote: > Hi Mark/Liam, > > Any comments in this? Don't top post and a reasonable amount of time for a reply. signature.asc Description: Digital signature

Re: [PATCH v4 1/3] ASoC: tlv320aic3x: Convert mic bias to a supply widget

2013-02-04 Thread Mark Brown
On Thu, Jan 31, 2013 at 06:23:04PM +0530, Hebbar Gururaja wrote: > Convert MicBias widgets to supply widget. > > On tlv320aic3x, Mic bias power on/off shares the same register bits > with output mic bias voltage. So, when power on mic bias, we need > reclaim it to voltage value. Applied, thanks.

Re: [PATCH] regulator: show state for GPIO-controlled regulators

2013-02-04 Thread Mark Brown
On Fri, Feb 01, 2013 at 08:40:17PM +0100, Michał Mirosław wrote: > Signed-off-by: Michał Mirosław Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH 05/73] ARM: ux500: Vsmps3 controlled by SysClkReq1

2013-02-04 Thread Mark Brown
On Mon, Feb 04, 2013 at 11:53:20AM +, Lee Jones wrote: > Vsmps3 is put in HW control by SysClkReq1 at init. The > corresponding settings in suspend-force are removed. So, I've applied the patches up to here though I'm still reallly unhappy with this code - it seems clear from the comments that

Re: [PATCH 07/73] regulator: ab8500: Fix for regulator_set_mode functionality

2013-02-04 Thread Mark Brown
On Mon, Feb 04, 2013 at 11:53:22AM +, Lee Jones wrote: > From: Bengt Jonsson > > Signed-off-by: Bengt Jonsson > Signed-off-by: Lee Jones > Reviewed-by: Mattias WALLIN > Reviewed-by: Emeric VIGIER > Reviewed-by: Jonas ABERG regulator_set_mode() was only added in the previous patch... s

Re: [PATCH 12/73] regulator: core: Show consumers that hold a regulator in Sysfs

2013-02-04 Thread Mark Brown
On Mon, Feb 04, 2013 at 11:53:27AM +, Lee Jones wrote: > + int use; Better to call it use_count like the other use_count. > + list_for_each_entry(reg, &rdev->consumer_list, list) { > + if (!reg->use) > + continue; > + > + if (reg->dev != NU

Re: [PATCH v7 01/10] ARM: davinci: move private EDMA API to arm/common

2013-02-04 Thread Mark Brown
On Mon, Feb 04, 2013 at 09:29:46PM +0100, Linus Walleij wrote: > On Mon, Feb 4, 2013 at 8:22 PM, Cyril Chemparathy wrote: > > Based on our experience with fitting multiple subsystems on top of this > > DMA-Engine driver, I must say that the DMA-Engine interface has proven > > to be a less than id

[PATCH v3] firewire: Fix ohci free_irq() warning

2013-02-05 Thread Mark Einon
[ 262.299639] [] ? gs_change+0x13/0x13 [ 262.299641] ---[ end trace 3f830890e076911f ]--- Signed-off-by: Mark Einon --- Note - This patch has only been tested with a firewire controller, and not subsequently with any devices plugged into the controller. drivers/firewire/ohci.c | 134

Re: [PATCH 05/73] ARM: ux500: Vsmps3 controlled by SysClkReq1

2013-02-05 Thread Mark Brown
On Mon, Feb 04, 2013 at 10:21:36PM +0100, Linus Walleij wrote: > What is needed is some way to model that > electronic relationship into both the regulator > and clock subsystems (Ulf Hansson is working on > the ABx500 clocks as we speak.) > Maybe the actual place to have it would be > somewhere

Re: [PATCH v7 01/10] ARM: davinci: move private EDMA API to arm/common

2013-02-05 Thread Mark Brown
On Tue, Feb 05, 2013 at 05:21:48PM +0100, Linus Walleij wrote: > For IRQ mode, use the completion callback to push each cookie > to NAPI, and thus let the IRQ drive the traffic. The whole purpose of NAPI is to avoid taking interrupts for completion of transfers. Anything that generates interrupt

  1   2   3   4   5   6   7   8   9   10   >