Re: [PATCH 3/6] i2c/pxa2xx: Add PCI support for PXA I2C controller

2010-12-14 Thread Florian Fainelli
Hello Sebastian, On Thursday 02 December 2010 21:09:46 Sebastian Andrzej Siewior wrote: The Sodaville I2C controller is almost the same as found on PXA2xx. The difference: - the register are at a different spot - no slave support The PCI probe code adds three platform devices which are

Re: [PATCH v2 08/12] Kirkwood: Add basic device tree support for QNAP TS219.

2012-07-03 Thread Florian Fainelli
Hi Andrew, On Tuesday 03 July 2012 16:22:41 Andrew Lunn wrote: The two different variants of QNAP TS devices, varying by SoC, put the GPIO keys on different GPIO lines. Hence we need two different DT board descriptions, which share the same board-ts219.c file. Why don't you reorder this patch

Re: [PATCH v2 12/12] Crypto: CESA: Add support for DT based instantiation.

2012-07-03 Thread Florian Fainelli
Hello Andrew, On Tuesday 03 July 2012 16:22:45 Andrew Lunn wrote: Based on work by Michael Waller and Jason Cooper. Added support for getting the interrupt number from DT. Signed-off-by: Andrew Lunn and...@lunn.ch --- .../devicetree/bindings/crypto/mv_cesa.txt | 18

Re: [PATCH v2 3/4] ARM: mach-bcm: Enable I2C support for iProc

2014-12-09 Thread Florian Fainelli
On 09/12/14 18:18, Ray Jui wrote: Enable I2C driver support for Broadcom iProc family of SoCs by selecting I2C_BCM_IPROC Signed-off-by: Ray Jui r...@broadcom.com Reviewed-by: Scott Branden sbran...@broadcom.com --- arch/arm/mach-bcm/Kconfig |1 + 1 file changed, 1 insertion(+)

Re: [PATCH v2 3/4] ARM: mach-bcm: Enable I2C support for iProc

2014-12-09 Thread Florian Fainelli
On 09/12/14 18:24, Ray Jui wrote: On 12/9/2014 6:20 PM, Florian Fainelli wrote: On 09/12/14 18:18, Ray Jui wrote: Enable I2C driver support for Broadcom iProc family of SoCs by selecting I2C_BCM_IPROC Signed-off-by: Ray Jui r...@broadcom.com Reviewed-by: Scott Branden sbran

Re: [PATCH v9 3/3] ARM: dts: add I2C device nodes for Broadcom Cygnus

2015-02-09 Thread Florian Fainelli
Le 09/02/2015 21:24, Ray Jui a écrit : On 2/9/2015 4:11 AM, Wolfram Sang wrote: On Sat, Feb 07, 2015 at 09:25:26PM -0800, Ray Jui wrote: Add I2C device nodes and its properties in bcm-cygnus.dtsi but keep them disabled there. Individual I2C devices can be enabled in board specific dts

Re: [V2 1/2] i2c: brcmstb: Add Broadcom settop SoC i2c controller driver

2015-04-17 Thread Florian Fainelli
On 16/04/15 22:52, rajeev kumar wrote: +#define bsc_readl(_dev, reg) \ + __bsc_readl(_dev, offsetof(struct bsc_regs, reg)) + use readl/writel This peripheral is used on chips that can run in either little or big-endian, and in both cases,

Re: [PATCH 2/9] i2c: brcmstb: fix typo in i2c-brcmstb

2015-10-21 Thread Florian Fainelli
Le 20/10/2015 19:36, Jaedon Shin a écrit : > Fixes the "definitions" where it is spelled "defintions". > > Signed-off-by: Jaedon Shin <jaedon.s...@gmail.com> Acked-by: Florian Fainelli <f.faine...@gmail.com> > --- > drivers/i2c/busses/i2c-brcmst

Re: [PATCH 1/9] i2c: brcmstb: make the driver buildable on BMIPS_GENERIC

2015-10-21 Thread Florian Fainelli
Le 20/10/2015 19:36, Jaedon Shin a écrit : > The BCM7xxx ARM and MIPS platforms share a similar hardware block for > I2C. > > Signed-off-by: Jaedon Shin <jaedon.s...@gmail.com> Acked-by: Florian Fainelli <f.faine...@gmail.com> > --- > drivers/i2c/busses/Kconf

Re: [PATCH 3/9] i2c: brcmstb: add missing parenthesis

2015-10-21 Thread Florian Fainelli
Le 20/10/2015 19:36, Jaedon Shin a écrit : > Add the necessary parenthesis for NOACK condition. > > Signed-off-by: Jaedon Shin <jaedon.s...@gmail.com> Acked-by: Florian Fainelli <f.faine...@gmail.com> > --- > drivers/i2c/busses/i2c-brcmstb.c | 2 +- > 1 file chang

Re: [PATCH 8/9] MIPS: BMIPS: brcmstb: add I2C node for bcm7360

2015-10-21 Thread Florian Fainelli
Le 20/10/2015 19:37, Jaedon Shin a écrit : > Add I2C device nodes to BMIPS based BCM7360 platform. > > Signed-off-by: Jaedon Shin <jaedon.s...@gmail.com> Acked-by: Florian Fainelli <f.faine...@gmail.com> > --- > arch/mips/boot/dts

Re: [PATCH 6/9] MIPS: BMIPS: brcmstb: add I2C node for bcm7346

2015-10-21 Thread Florian Fainelli
Le 20/10/2015 19:36, Jaedon Shin a écrit : > Add I2C device nodes to BMIPS based BCM7346 platform. > > Signed-off-by: Jaedon Shin <jaedon.s...@gmail.com> Acked-by: Florian Fainelli <f.faine...@gmail.com> -- Florian -- To unsubscribe from this list: send the line &

Re: [PATCH 9/9] MIPS: BMIPS: brcmstb: add I2C node for bcm7362

2015-10-21 Thread Florian Fainelli
Le 20/10/2015 19:37, Jaedon Shin a écrit : > Add I2C device nodes to BMIPS based BCM7362 platform. > > Signed-off-by: Jaedon Shin <jaedon.s...@gmail.com> Acked-by: Florian Fainelli <f.faine...@gmail.com> > --- > arch/mips/boot/dts

Re: [PATCH 7/9] MIPS: BMIPS: brcmstb: add I2C node for bcm7358

2015-10-21 Thread Florian Fainelli
Le 20/10/2015 19:36, Jaedon Shin a écrit : > Add I2C device nodes to BMIPS based BCM7358 platform. > > Signed-off-by: Jaedon Shin <jaedon.s...@gmail.com> Acked-by: Florian Fainelli <f.faine...@gmail.com> > --- > arch/mips/boot/dts

Re: [V1, 1/2] i2c: brcmstb: Adding support for CM and DSL SoCs

2015-12-17 Thread Florian Fainelli
byte per data register transfer. > Adding support to take care of this difference. Accordingly added > the compatible string for SoCs using the "Peripheral" I2C block. > > Signed-off-by: Kamal Dasu <kdasu.k...@gmail.com> Reviewed-by: Florian Fainelli <f.faine...@gmail

Re: [V1, 2/2] dt-bindings: i2c: Update i2c-brcmstb compatible string

2015-12-17 Thread Florian Fainelli
On 16/12/15 12:49, Kamal Dasu wrote: > Adding compatibility with the DSL and CM SoCs that use > the "Peripheral" i2c hardware. "brcm,brcmper-i2c" is > also an allowed string. > > Signed-off-by: Kamal Dasu <kdasu.k...@gmail.com> Reviewed-b