Re: [PATCH 00/17] i2c: deprecate class based instantiation for embedded I2C drivers

2014-03-28 Thread Wolfram Sang
On Mon, Feb 10, 2014 at 11:03:54AM +0100, Wolfram Sang wrote: With I2C, class based instantiation means if a master driver has e.g. I2C_CLASS_HWMON set, all slave drivers with this class will try to probe a device using an array of possible addresses and some heuristics. That creates traffic

[PATCH 1/2] ARM: OMAP2+: L2 cache: use macro instead of const number

2014-03-28 Thread Sekhar Nori
From: Afzal Mohammed af...@ti.com Its better to use the available macro than 0x1. No functional change. Signed-off-by: Afzal Mohammed af...@ti.com Signed-off-by: Sekhar Nori nsek...@ti.com --- This series applies to latest of linux-next/master arch/arm/mach-omap2/omap4-common.c |2 +- 1

[PATCH 2/2] ARM: OMAP2+: AM43x: L2 cache support

2014-03-28 Thread Sekhar Nori
From: Afzal Mohammed af...@ti.com Add support for L2 cache controller (PL310) on AM437x SoC. Signed-off-by: Afzal Mohammed af...@ti.com Signed-off-by: Sekhar Nori nsek...@ti.com --- arch/arm/mach-omap2/Kconfig|1 + arch/arm/mach-omap2/omap4-common.c |8 +++- 2 files changed,

Re: [PATCH V3 0/6] Add Display support for AM43xx

2014-03-28 Thread Sekhar Nori
On Monday 24 March 2014 04:31 PM, Sathya Prakash M R wrote: This patch series adds DSS support to the AM43x. The DPI LCD panel is supported on both am43x-epos-evm and am437x-gp-evm. The LCD panel is from OSD model: OSD057T0559-34TS Version 1 of this series can be found below[1]: [1]:

Re: [PATCH V3 5/6] ARM: am4372.dtsi: add omapdss information

2014-03-28 Thread Sekhar Nori
On Monday 24 March 2014 04:31 PM, Sathya Prakash M R wrote: Add DT data for the display subsystem, which contains the following blocks: dss - the wrapper/glue for the display modules dispc - display controller rfbi - MIPI DBI encoder dss subsystem of am43x is re use from omap3.

Re: [PATCH V3 6/6] ARM: DTS: AM43xx: Add DSS nodes

2014-03-28 Thread Sekhar Nori
On Monday 24 March 2014 04:31 PM, Sathya Prakash M R wrote: Both the AM437x-Gp evm and Am43x-Epos evm use the same LCD panel. The lcd timings are added in respective dts files. Adds display pinctrl and enables required gpio. Signed-off-by: Sathya Prakash M R sath...@ti.com ---

[PATCH trivial 1/3] ARM: dts: Grammar /is uses/ is used/

2014-03-28 Thread Geert Uytterhoeven
From: Geert Uytterhoeven geert+rene...@glider.be Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be Cc: linux-omap@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org --- arch/arm/boot/dts/am33xx.dtsi |2 +- arch/arm/boot/dts/dra7.dtsi |2 +- arch/arm/boot/dts/omap4.dtsi |

[PATCH trivial 3/3] ARM: dts: Grammar /that will/it will/

2014-03-28 Thread Geert Uytterhoeven
From: Geert Uytterhoeven geert+rene...@glider.be Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be Cc: linux-omap@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org --- arch/arm/boot/dts/am33xx.dtsi |4 ++-- arch/arm/boot/dts/dra7.dtsi |2 +- arch/arm/boot/dts/omap3.dtsi

Re: [PATCH 1/2] ARM: OMAP2+: L2 cache: use macro instead of const number

2014-03-28 Thread Russell King - ARM Linux
On Fri, Mar 28, 2014 at 02:05:28PM +0530, Sekhar Nori wrote: From: Afzal Mohammed af...@ti.com Its better to use the available macro than 0x1. No functional change. Signed-off-by: Afzal Mohammed af...@ti.com Signed-off-by: Sekhar Nori nsek...@ti.com --- This series applies to latest of

Re: [PATCH 2/2] ARM: OMAP2+: AM43x: L2 cache support

2014-03-28 Thread Russell King - ARM Linux
On Fri, Mar 28, 2014 at 02:05:29PM +0530, Sekhar Nori wrote: diff --git a/arch/arm/mach-omap2/omap4-common.c b/arch/arm/mach-omap2/omap4-common.c index 8f18460..763a169 100644 --- a/arch/arm/mach-omap2/omap4-common.c +++ b/arch/arm/mach-omap2/omap4-common.c @@ -188,7 +188,7 @@ static int

Re: [PATCH 1/2] ARM: OMAP2+: L2 cache: use macro instead of const number

2014-03-28 Thread Sekhar Nori
Hi Russell, On Friday 28 March 2014 04:19 PM, Russell King - ARM Linux wrote: On Fri, Mar 28, 2014 at 02:05:28PM +0530, Sekhar Nori wrote: From: Afzal Mohammed af...@ti.com Its better to use the available macro than 0x1. No functional change. Signed-off-by: Afzal Mohammed af...@ti.com

[PATCH] ARM: OMAP2+: don't try to register the main clock twice.

2014-03-28 Thread Wolfram Sang
From: NeilBrown ne...@suse.de If omap_device_alloc is given 2 or more struct omap_hwmod it will try to register the 'main_clk' of each of them with the same alias - fck - against the same device. This fails. So to avoid a warning, don't even try. Signed-off-by: NeilBrown ne...@suse.de [wsa:

Re: [RFC/PATCH] base: platform: add generic clock handling for platform-bus

2014-03-28 Thread Geert Uytterhoeven
Hi Felipe, On Wed, Mar 12, 2014 at 4:37 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: On Friday 31 January 2014 12:12:45 Felipe Balbi wrote: Still TODO a commit log. Not for merging! NYET-Signed-off-by: Felipe Balbi ba...@ti.com --- This patch is an idea I've had

[PATCH 42/75] ARM: l2c: omap2: implement new write_sec method

2014-03-28 Thread Russell King
With the write_sec method, we no longer need to override the default L2C disable method, and we no longer need the L2C set_debug method. Both of these can be handled via the write_sec method. Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk --- arch/arm/mach-omap2/omap4-common.c | 42

Re: [PATCH 51/75] ARM: l2c: remove platforms/SoCs setting early BRESP

2014-03-28 Thread Tony Lindgren
* Russell King rmk+ker...@arm.linux.org.uk [140328 08:22]: Since we now automatically enable early BRESP in core L2C-310 code when we detect a Cortex-A9, we don't need platforms/SoCs to set this bit explicitly. Instead, they should seek to preserve the value of bit 30 in the auxiliary control

Re: [PATCH 49/75] ARM: l2c: fix register naming

2014-03-28 Thread Tony Lindgren
* Russell King rmk+ker...@arm.linux.org.uk [140328 08:22]: We have a mixture of different devices with different register layouts, but we group all the bits together in an opaque mess. Split them out into those which are L2C-310 specific and ones which refer to earlier devices. Provide full

Re: [PATCH 49/75] ARM: l2c: fix register naming

2014-03-28 Thread Tony Lindgren
* Russell King rmk+ker...@arm.linux.org.uk [140328 08:22]: We have a mixture of different devices with different register layouts, but we group all the bits together in an opaque mess. Split them out into those which are L2C-310 specific and ones which refer to earlier devices. Provide full

Re: [PATCH 42/75] ARM: l2c: omap2: implement new write_sec method

2014-03-28 Thread Tony Lindgren
* Russell King rmk+ker...@arm.linux.org.uk [140328 08:21]: With the write_sec method, we no longer need to override the default L2C disable method, and we no longer need the L2C set_debug method. Both of these can be handled via the write_sec method. Signed-off-by: Russell King

[PATCH 04/75] ARM: l2c: omap2: remove ES1.0 support

2014-03-28 Thread Russell King
Santosh says: But we should kill all of that since we long back decided to remove ES1.0 related code. The mach-omap code alreasy has removed the ES1.0 compatibility so feel free to remove any specific ES1.0 related stuff. That silicon is long dead. Signed-off-by: Russell King

Re: [RFC/PATCH] base: platform: add generic clock handling for platform-bus

2014-03-28 Thread Felipe Balbi
Hi, On Wed, Mar 12, 2014 at 04:37:19PM +0100, Laurent Pinchart wrote: Hi Felipe, (CC'ing Geert Uytterhoeven as we happen to discuss runtime PM and clock handling for the Renesas SoCs at the moment) Thank you for the patch. This is a bit of a late reply, but that's better than no

Re: [RFC/PATCH] base: platform: add generic clock handling for platform-bus

2014-03-28 Thread Felipe Balbi
Hi, On Fri, Mar 28, 2014 at 02:20:24PM +0100, Geert Uytterhoeven wrote: Hi Felipe, On Wed, Mar 12, 2014 at 4:37 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: On Friday 31 January 2014 12:12:45 Felipe Balbi wrote: Still TODO a commit log. Not for merging!

[PATCH 49/75] ARM: l2c: fix register naming

2014-03-28 Thread Russell King
We have a mixture of different devices with different register layouts, but we group all the bits together in an opaque mess. Split them out into those which are L2C-310 specific and ones which refer to earlier devices. Provide full auxiliary control register definitions. Signed-off-by: Russell

Re: [PATCH 58/75] ARM: l2c: omap2: remove cache size override

2014-03-28 Thread Tony Lindgren
* Russell King rmk+ker...@arm.linux.org.uk [140328 08:22]: Missing description? Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk --- arch/arm/mach-omap2/omap4-common.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/arch/arm/mach-omap2/omap4-common.c

[PATCH 51/75] ARM: l2c: remove platforms/SoCs setting early BRESP

2014-03-28 Thread Russell King
Since we now automatically enable early BRESP in core L2C-310 code when we detect a Cortex-A9, we don't need platforms/SoCs to set this bit explicitly. Instead, they should seek to preserve the value of bit 30 in the auxiliary control register. Signed-off-by: Russell King

Re: [PATCH 43/75] ARM: l2c: omap2: remove explicit SMI calls to enable L2 cache

2014-03-28 Thread Tony Lindgren
* Russell King rmk+ker...@arm.linux.org.uk [140328 08:21]: Now that OMAP2 uses the write_sec method, we don't need to enable the L2 cache in OMAP2 specific code; this can be done via the normal mechanisms in the L2C code. Remove the OMAP2 specific code. Signed-off-by: Russell King

Re: [PATCH 04/75] ARM: l2c: omap2: remove ES1.0 support

2014-03-28 Thread Tony Lindgren
* Russell King rmk+ker...@arm.linux.org.uk [140328 08:18]: Santosh says: But we should kill all of that since we long back decided to remove ES1.0 related code. The mach-omap code alreasy has removed the ES1.0 compatibility so feel free to remove any specific ES1.0 related stuff. That

[PATCH 58/75] ARM: l2c: omap2: remove cache size override

2014-03-28 Thread Russell King
Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk --- arch/arm/mach-omap2/omap4-common.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/arch/arm/mach-omap2/omap4-common.c b/arch/arm/mach-omap2/omap4-common.c index ce2fad84a43c..c0f9a81a2d32 100644 ---

Re: [PATCH 00/44] outer cache changes

2014-03-28 Thread Nishanth Menon
On 03/16/2014 07:13 PM, Russell King - ARM Linux wrote: This patch series is where I'm currently at with the total mess which is L2 cache support. That's putting it mildly. This isn't intended for anyone to pick up - this is still mostly in development. Quick boot test against v3.14-rc8

Re: [STLinux Kernel] [PATCH 49/75] ARM: l2c: fix register naming

2014-03-28 Thread Maxime Coquelin
Thanks Russel, On 03/28/2014 04:18 PM, Russell King wrote: We have a mixture of different devices with different register layouts, but we group all the bits together in an opaque mess. Split them out into those which are L2C-310 specific and ones which refer to earlier devices. Provide full

Re: [PATCH 49/75] ARM: l2c: fix register naming

2014-03-28 Thread Linus Walleij
On Fri, Mar 28, 2014 at 4:18 PM, Russell King rmk+ker...@arm.linux.org.uk wrote: We have a mixture of different devices with different register layouts, but we group all the bits together in an opaque mess. Split them out into those which are L2C-310 specific and ones which refer to earlier

[PATCH 43/75] ARM: l2c: omap2: remove explicit SMI calls to enable L2 cache

2014-03-28 Thread Russell King
Now that OMAP2 uses the write_sec method, we don't need to enable the L2 cache in OMAP2 specific code; this can be done via the normal mechanisms in the L2C code. Remove the OMAP2 specific code. Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk --- arch/arm/mach-omap2/omap4-common.c | 5

[PATCH] ARM: dts: am43xx-clocks: use ti,fixed-factor-clock for dpll_per_clkdcoldo

2014-03-28 Thread Dave Gerlach
Use the ti,fixed-factor-clock version so that autoidle for dpll_per_clkdcoldo is properly controlled after power management code is introduced. Without this the clock may be held active even when it is gated. Signed-off-by: Dave Gerlach d-gerl...@ti.com --- arch/arm/boot/dts/am43xx-clocks.dtsi |

Re: [PATCH 49/75] ARM: l2c: fix register naming

2014-03-28 Thread Russell King - ARM Linux
On Fri, Mar 28, 2014 at 09:00:48AM -0700, Tony Lindgren wrote: * Russell King rmk+ker...@arm.linux.org.uk [140328 08:22]: We have a mixture of different devices with different register layouts, but we group all the bits together in an opaque mess. Split them out into those which are

Re: [PATCH 58/75] ARM: l2c: omap2: remove cache size override

2014-03-28 Thread Russell King - ARM Linux
On Fri, Mar 28, 2014 at 09:03:59AM -0700, Tony Lindgren wrote: * Russell King rmk+ker...@arm.linux.org.uk [140328 08:22]: Missing description? No, I just got sick and tired of trying to write descriptions for these patches. Many of these I regard as totally unnecessary patches that should

Re: [PATCH 49/75] ARM: l2c: fix register naming

2014-03-28 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [140328 14:06]: On Fri, Mar 28, 2014 at 09:00:48AM -0700, Tony Lindgren wrote: * Russell King rmk+ker...@arm.linux.org.uk [140328 08:22]: We have a mixture of different devices with different register layouts, but we group all the bits

Re: [PATCH 58/75] ARM: l2c: omap2: remove cache size override

2014-03-28 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [140328 14:13]: On Fri, Mar 28, 2014 at 09:03:59AM -0700, Tony Lindgren wrote: * Russell King rmk+ker...@arm.linux.org.uk [140328 08:22]: Missing description? No, I just got sick and tired of trying to write descriptions for these

[PATCHv3 00/14] OMAP SSI driver / N900 modem support

2014-03-28 Thread Sebastian Reichel
Hi, This is the seventh round of the OMAP SSI driver patches. The plan is to get it merged into 3.16. Changes since PATCHv2 [0]: * Readded generic HSI client binding and Nokia N900 modem support. They are also intended to be added in 3.16 and useful for testing the SSI driver, so I think

[PATCHv3 06/14] HSI: export method to (un)register clients

2014-03-28 Thread Sebastian Reichel
Expose method for registering and unregistering HSI clients, so that client drivers can register other client drivers. This is useful for HSI drivers, which want to use the functionality of other HSI drivers. For example the N900 modem driver can load HSI drivers for mcsaab protocol and speech

[PATCHv3 05/14] HSI: Add channel resource support to HSI clients

2014-03-28 Thread Sebastian Reichel
Make HSI channel ids platform data, which can be provided by platform data. Signed-off-by: Sebastian Reichel s...@kernel.org --- drivers/hsi/clients/hsi_char.c | 12 +-- drivers/hsi/hsi.c | 49 +- include/linux/hsi/hsi.h| 24

[PATCHv3 07/14] HSI: Add common DT binding for HSI client devices

2014-03-28 Thread Sebastian Reichel
Implement and document generic DT bindings for HSI clients. Signed-off-by: Sebastian Reichel s...@kernel.org --- .../devicetree/bindings/hsi/client-devices.txt | 44 + drivers/hsi/hsi.c | 197 - include/linux/hsi/hsi.h

[PATCHv3 04/14] HSI: method to unregister clients from an hsi port

2014-03-28 Thread Sebastian Reichel
This exports a method to unregister all clients from an hsi port. Signed-off-by: Sebastian Reichel s...@kernel.org --- drivers/hsi/hsi.c | 10 ++ include/linux/hsi/hsi.h | 1 + 2 files changed, 11 insertions(+) diff --git a/drivers/hsi/hsi.c b/drivers/hsi/hsi.c index

[PATCHv3 14/14] DTS: ARM: OMAP3-N900: Add modem support

2014-03-28 Thread Sebastian Reichel
Add modem device tree data to Nokia N900's DTS file. Signed-off-by: Sebastian Reichel s...@kernel.org --- arch/arm/boot/dts/omap3-n900.dts | 41 1 file changed, 41 insertions(+) diff --git a/arch/arm/boot/dts/omap3-n900.dts

[PATCHv3 12/14] ARM: dts: omap3 clocks: simplify ssi aliases

2014-03-28 Thread Sebastian Reichel
From: Sebastian Reichel s...@debian.org update aliases for the ssi clocks ssi_ssr_fck, ssi_sst_fck and ssi_ick to make them consistent for omap34xx and omap36xx. This makes it possible to reference the clocks from generic omap3 dts files. Signed-off-by: Sebastian Reichel s...@debian.org

[PATCHv3 13/14] DTS: ARM: OMAP3-N900: Add SSI support

2014-03-28 Thread Sebastian Reichel
Add SSI device tree data for OMAP3 and Nokia N900. Signed-off-by: Sebastian Reichel s...@kernel.org --- arch/arm/boot/dts/omap3-n900.dts | 24 ++ arch/arm/boot/dts/omap3.dtsi | 55 arch/arm/boot/dts/omap34xx.dtsi | 11

[PATCHv3 11/14] HSI: Introduce Nokia N900 modem driver

2014-03-28 Thread Sebastian Reichel
The Nokia N900's modem is connected via Synchronous Serial Interface (SSI), which is a legacy version of MIPI's High-speed Synchronous Serial Interface (HSI). The handles the GPIOs for enabling and resetting the modem and instanciates ssi-protocol for data exchange. It does not yet support

[PATCHv3 03/14] HSI: hsi-char: fix driver for multiport scenarios

2014-03-28 Thread Sebastian Reichel
Fix return code check of alloc_chrdev_region, which returns 0 on success. Signed-off-by: Sebastian Reichel s...@kernel.org --- drivers/hsi/clients/hsi_char.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hsi/clients/hsi_char.c b/drivers/hsi/clients/hsi_char.c index

[PATCHv3 09/14] Documentation: DT: omap-ssi binding documentation

2014-03-28 Thread Sebastian Reichel
Create device tree binding documentation for OMAP Synchronous Serial Interface (SSI) device. Signed-off-by: Sebastian Reichel s...@kernel.org --- Documentation/devicetree/bindings/hsi/omap-ssi.txt | 85 ++ 1 file changed, 85 insertions(+) create mode 100644

[PATCHv3 10/14] HSI: Introduce driver for SSI Protocol

2014-03-28 Thread Sebastian Reichel
This adds a driver for the SSI McSAAB protocol as used in the Nokia N900. Signed-off-by: Carlos Chinea carlos.chi...@nokia.com Signed-off-by: Sebastian Reichel s...@kernel.org --- drivers/hsi/clients/Kconfig|8 + drivers/hsi/clients/Makefile |3 +-

[PATCHv3 01/14] Documentation: HSI: Add some general description for the HSI subsystem

2014-03-28 Thread Sebastian Reichel
Add a document, which gives a rough introduction about what HSI is and how its handled by the Linux kernel. Signed-off-by: Sebastian Reichel s...@kernel.org --- Documentation/hsi.txt | 75 +++ 1 file changed, 75 insertions(+) create mode 100644

[PATCHv3 02/14] MAINTAINERS: update HSI entry

2014-03-28 Thread Sebastian Reichel
Add git tree for hsi subsystem, update Sebastian Reichel's e-mail address and add Documentation/hsi.txt as maintained file. Signed-off-by: Sebastian Reichel s...@kernel.org --- MAINTAINERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index

YNT: NEWS

2014-03-28 Thread Antalya İl Halk Ktp .
Kimden: Antalya İl Halk Ktp. Gönderildi: 29 Mart 2014 Cumartesi 03:49 Kime: Antalya İl Halk Ktp. Konu: NEWS Charity Money Donation to You, Contact the Donator direct E-mail Now [ p.white...@live.commailto:p.white...@live.com ] for more info. -- To unsubscribe