Re: [PATCH] soc: Move brcmstb to bcm/brcmstb

2016-05-20 Thread Scott Branden
Hi Florian, Looks good. On 16-05-20 11:38 AM, Florian Fainelli wrote: Unify the different Broadcom SoCs directory and have everybody live under drivers/soc/bcm/*. Signed-off-by: Florian Fainelli Acked-by: Scott Branden --- drivers/soc/Kconfig | 1 - drivers/soc

Re: [PATCH V3 RESEND] phy: bcm-ns-usb3: new driver for USB 3.0 PHY on Northstar

2016-05-24 Thread Scott Branden
Hi Rafal, some comments in line. On 16-05-22 03:09 PM, Rafał Miłecki wrote: > Northstar is a family of SoCs used in home routers. They have USB 2.0 > and 3.0 controllers with PHYs that need to be properly initialized. > This driver provides PHY init support in a generic way and can be bound > wi

Re: [PATCH INTERNAL v2 1/3] Documentation: dt: Add Broadcom iproc pwm controller binding

2016-05-18 Thread Scott Branden
Hi Rob, On 16-05-18 03:15 PM, Rob Herring wrote: Am I supposed to ignore since this is "internal"? The "INTERNAL" was supposed to be removed after internal review before sending out to the public mailing list. Also, Yendapally's git email config was not setup properly so some are tagging the

Re: [PATCH v7 0/3] ASoC: cygnus: Add audio support for Broadcom Cygnus SoC

2016-05-19 Thread Scott Branden
Looks good Simran. Mark, anything else for us to do before this driver can be accepted upstream? On 16-05-17 12:46 PM, Simran Rai wrote: From: Simran Hi, This patchset contains audio support for Broadcom's Cygnus SoC. It contains DT bindings and core audio driver. The audio driver supports

Re: [PATCH 1/1] kconfig: add CPU endian selection beconfig and leconfig

2015-11-27 Thread Scott Branden
Hi Arnd, Thanks for comment - I forgot to directly add you to CC list so was going to add you in a couple days if you didn't find this patch proposal. Response below. On 15-11-27 07:59 AM, Arnd Bergmann wrote: On Thursday 26 November 2015 11:59:55 Scott Branden wrote: @@ -151,6 +

Re: [PATCH 1/1] kconfig: add CPU endian selection beconfig and leconfig

2015-11-27 Thread Scott Branden
Hi Florian, On 15-11-27 10:39 AM, Florian Fainelli wrote: Le 26/11/2015 11:59, Scott Branden a écrit : Add support for switching defconfig between big and little endian CPU. Various CPU types have ability to select big and little endian CPU in the kernel configuration. "make beconfig&

Re: [PATCH 3/3] ARM: dts: enable pinctrl for Broadcom NSP

2015-12-01 Thread Scott Branden
Hi Linus, On 15-12-01 02:00 AM, Linus Walleij wrote: On Wed, Nov 25, 2015 at 1:08 AM, Florian Fainelli wrote: On 20/11/15 09:58, Yendapally Reddy Dhananjaya Reddy wrote: This enables the pinctrl support for Broadcom NSP SoC Signed-off-by: Yendapally Reddy Dhananjaya Reddy Looks like a san

[PATCH v3 1/1] usb: dwc2: gadget: parity fix in isochronous mode

2015-09-10 Thread Scott Branden
toggle between even and odd parity until the Transfer Complete interrupt is received. Signed-off-by: Roman Bacik Reviewed-by: Abhinav Ratna Reviewed-by: Srinath Mannam Signed-off-by: Scott Branden --- drivers/usb/dwc2/core.h | 1 + drivers/usb/dwc2/gadget.c | 58

[PATCH v3 0/1] USB DWC2 parity fix in isochronous mode

2015-09-10 Thread Scott Branden
This patch contains a fix for a real world interop problem found when using the Synopsis DWC2 USB controller with isochronous audio as detailed in the commit message. Changes from v2: - created s2c_hsotg_chage_ep_iso_parity function to call function in 3 places in code - used hsotg->num_of_eps

[PATCH 0/1] kconfig: add CPU endian selection beconfig and leconfig

2015-11-26 Thread Scott Branden
e from github: repo: https://github.com/Broadcom/arm64-linux.git branch: kconfig-endian-v1 Scott Branden (1): kconfig: add CPU endian selection beconfig and leconfig kernel/configs/be.config | 1 + kernel/configs/le.config | 1 + scripts/kconfig/Makefile | 10 ++ 3 files changed, 12 i

[PATCH 1/1] kconfig: add CPU endian selection beconfig and leconfig

2015-11-26 Thread Scott Branden
Add support for switching defconfig between big and little endian CPU. Various CPU types have ability to select big and little endian CPU in the kernel configuration. "make beconfig" will set CONFIG_CPU_BIG_ENDIAN "make leconfig" will unset CONFIG_CPU_BIG_ENDIAN Signed-o

Re: [PATCH] Documentation: SubmittingPatches: Add note about Reviewed-by tags

2016-02-15 Thread Scott Branden
Hi Jon, Comments below On 16-02-15 09:43 AM, Jonathan Corbet wrote: On Thu, 11 Feb 2016 18:12:58 -0800 Florian Fainelli wrote: As is now common in a lot of organization having an internal code review process (be it through Gerritt or other tools), patches extracted from this review process a

[PATCH] mtd: nand: added nand_shutdown

2014-11-20 Thread Scott Branden
/shutdown are causing partial erased blocks. Although UBI should be able to detect and recover from this error, this change will avoid the creation of partial erased blocks on reboot in the middle of a NAND erase operation. Signed-off-by: Scott Branden --- drivers/mtd/nand/nand_base.c | 11

[PATCH 0/4] pwm: kona: Drivers fixes

2014-11-14 Thread Scott Branden
This patchset contains fixes for Broadcom's Kona PWM driver. These changes fix glitch issues when changing settings on different channels. Kconfig change made to allow the driver to work on any Broadcom SoC rather than just mobile devices. Arun Ramamurthy (4): pwm: kona: Remove setting default

[PATCH 4/4] pwm: kona: Update dependency to ARCH_BCM

2014-11-14 Thread Scott Branden
From: Arun Ramamurthy Signed-off-by: Arun Ramamurthy Reviewed-by: Ray Jui Signed-off-by: Scott Branden --- drivers/pwm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index ef2dd2e..186080e 100644 --- a/drivers/pwm/Kconfig

[PATCH 3/4] pwm: kona: Fix enable, disable and config procedures

2014-11-14 Thread Scott Branden
config when channel is disabled - Updated disable procedure to match spec Signed-off-by: Arun Ramamurthy Reviewed-by: Ray Jui Signed-off-by: Scott Branden --- drivers/pwm/pwm-bcm-kona.c | 100 +++-- 1 file changed, 78 insertions(+), 22 deletions(-) diff

[PATCH 1/4] pwm: kona: Remove setting default smooth type and polarity for all channels

2014-11-14 Thread Scott Branden
defaults need to be set. Signed-off-by: Arun Ramamurthy Reviewed-by: Ray Jui Signed-off-by: Scott Branden --- drivers/pwm/pwm-bcm-kona.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/pwm/pwm-bcm-kona.c b/drivers/pwm/pwm-bcm-kona.c index 02bc048..29eef9e 100644

[PATCH 2/4] pwm: kona: Fix incorrect enable after channel polarity change

2014-11-14 Thread Scott Branden
From: Arun Ramamurthy The pwm core code requires a separate call for enabling the channel and hence the driver does not need to set pwm_trigger after a polarity change Signed-off-by: Arun Ramamurthy Reviewed-by: Ray Jui Signed-off-by: Scott Branden --- drivers/pwm/pwm-bcm-kona.c | 5

Re: [PATCH] mtd: nand: added nand_shutdown

2014-11-27 Thread Scott Branden
On 14-11-26 01:10 AM, Brian Norris wrote: On Thu, Nov 20, 2014 at 11:18:05AM -0800, Scott Branden wrote: Add nand_shutdown to wait for current nand operations to finish and prevent further operations by changing the nand flash state to FL_SHUTDOWN. This is addressing a problem observed during

Re: [PATCH v2 3/4] pwm: kona: Fix enable, disable and config procedures

2014-11-27 Thread Scott Branden
Hi Tim, Thanks for all your comments on the patchset. We are in the process of reviewing and will provide feedback when that is completed. Scott On 14-11-25 11:29 PM, Tim Kryger wrote: On Tue, Nov 25, 2014 at 11:40 AM, Scott Branden wrote: From: Arun Ramamurthy - Added helper functions

Re: [PATCH] mtd: nand: added nand_shutdown

2014-11-27 Thread Scott Branden
On 14-11-26 01:10 AM, Brian Norris wrote: + mtd->_reboot = nand_shutdown; Ah, I see you added this here. This is great. We'll try out your patchset on our driver and remove the reboot notifier from it. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bod

Re: [PATCH v8 4/8] ARM: dts: Enable Broadcom Cygnus SoC

2014-11-10 Thread Scott Branden
On 14-11-10 12:11 AM, Arnd Bergmann wrote: On Sunday 09 November 2014 21:17:37 Scott Branden wrote: On 14-11-09 12:38 PM, Arnd Bergmann wrote: On Sunday 09 November 2014 09:23:11 Greg Kroah-Hartman wrote: On Sat, Nov 08, 2014 at 10:49:09PM -0800, Olof Johansson wrote: +/* + * Copyright 2014

[PATCH v2 3/4] pwm: kona: Fix enable, disable and config procedures

2014-11-25 Thread Scott Branden
config when channel is disabled - Updated disable procedure to match spec Signed-off-by: Arun Ramamurthy Reviewed-by: Ray Jui Signed-off-by: Scott Branden --- drivers/pwm/pwm-bcm-kona.c | 100 +++-- 1 file changed, 78 insertions(+), 22 deletions(-) diff

[PATCH v2 4/4] pwm: kona: Update dependency to ARCH_BCM

2014-11-25 Thread Scott Branden
From: Arun Ramamurthy change kona driver depends on so to it is available for any Broadcom SoC Signed-off-by: Arun Ramamurthy Reviewed-by: Ray Jui Signed-off-by: Scott Branden --- drivers/pwm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pwm/Kconfig b

[PATCH v2 0/4] pwm: kona: Drivers fixes

2014-11-25 Thread Scott Branden
This patchset contains fixes for Broadcom's Kona PWM driver. These changes fix glitch issues when changing settings on different channels. Kconfig change made to allow the driver to work on any Broadcom SoC rather than just mobile devices. Arun Ramamurthy (4): pwm: kona: Remove setting default

[PATCH v2 1/4] pwm: kona: Remove setting default smooth type and polarity for all channels

2014-11-25 Thread Scott Branden
defaults need to be set. Signed-off-by: Arun Ramamurthy Reviewed-by: Ray Jui Signed-off-by: Scott Branden --- drivers/pwm/pwm-bcm-kona.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/pwm/pwm-bcm-kona.c b/drivers/pwm/pwm-bcm-kona.c index 02bc048..29eef9e 100644

[PATCH v2 2/4] pwm: kona: Fix incorrect enable after channel polarity change

2014-11-25 Thread Scott Branden
From: Arun Ramamurthy The pwm core code requires a separate call for enabling the channel and hence the driver does not need to set pwm_trigger after a polarity change Signed-off-by: Arun Ramamurthy Reviewed-by: Ray Jui Signed-off-by: Scott Branden --- drivers/pwm/pwm-bcm-kona.c | 5

Re: [PATCH 4/4] pwm: kona: Update dependency to ARCH_BCM

2014-11-17 Thread Scott Branden
On 14-11-17 04:52 AM, Thierry Reding wrote: On Fri, Nov 14, 2014 at 10:30:00AM -0800, Scott Branden wrote: From: Arun Ramamurthy There's no patch description here. You should describe why you make this change. Updated - sent v2 of patchset with Tim Kryger on cc list. Thierry

Re: [PATCH 1/1] mmc: sdhci-bcm2835: added quirk and removed udelay in write ops

2014-10-17 Thread Scott Branden
Great review - thanks. On 14-10-17 07:37 PM, Stephen Warren wrote: On 10/15/2014 10:43 AM, Scott Branden wrote: Added quirk SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12 present in controller. Removed udelay in write ops by using shadow registers for 16 bit accesses to 32-bit registers (where necessary

Re: [PATCH v5 1/6] ARM: cygnus: Initial support for Broadcom Cygnus SoC

2014-10-20 Thread Scott Branden
On 14-10-20 12:55 PM, Arnd Bergmann wrote: On Tuesday 14 October 2014 19:58:51 Scott Branden wrote: if ARCH_BCM +menu "iProc SoC based Machine types" + config ARCH_BCM_IPROC + bool + select ARM_GIC + select CACHE_L2X0 +

Re: [PATCH 3/6] dt-bindings: Document Broadcom Cygnus SoC and clock driver

2014-10-08 Thread Scott Branden
On 14-10-08 12:57 AM, Arnd Bergmann wrote: On Tuesday 07 October 2014 22:27:02 Scott Branden wrote: diff --git a/Documentation/devicetree/bindings/arm/cygnus.txt b/Documentation/devicetree/bindings/arm/cygnus.txt new file mode 100644 index 000..a210377 --- /dev/null +++ b/Documentation

Re: [PATCH 4/6] ARM: cygnus defconfig : Initial defconfig for Broadcom Cygnus SoC

2014-10-08 Thread Scott Branden
On 14-10-08 12:58 AM, Arnd Bergmann wrote: On Tuesday 07 October 2014 22:27:03 Scott Branden wrote: From: Jonathan Richardson Tested-by: Jonathan Richardson Reviewed-by: JD (Jiandong) Zheng Signed-off-by: Scott Branden Do you actually need a separate defconfig? If possible, just add

Re: [PATCH 1/6] ARM: cygnus: Initial support for Broadcom Cygnus SoC

2014-10-08 Thread Scott Branden
On 14-10-08 01:11 AM, Russell King - ARM Linux wrote: On Tue, Oct 07, 2014 at 10:27:00PM -0700, Scott Branden wrote: +static void __init bcm_cygnus_init(void) +{ + of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); + + l2x0_of_init(0, ~0UL); Please don&#

Re: [PATCH 1/6] ARM: cygnus: Initial support for Broadcom Cygnus SoC

2014-10-08 Thread Scott Branden
Thanks for the review - comments inline. On 14-10-08 12:54 AM, Arnd Bergmann wrote: On Tuesday 07 October 2014 22:27:00 Scott Branden wrote: From: Jonathan Richardson Adds initial support for the Cygnus SoC based on Broadcom’s iProc series. Reviewed-by: Ray Jui Reviewed-by: Desmond Liu

Re: [PATCH 1/6] ARM: cygnus: Initial support for Broadcom Cygnus SoC

2014-10-08 Thread Scott Branden
On 14-10-08 06:28 AM, Arnd Bergmann wrote: On Wednesday 08 October 2014 05:27:24 Scott Branden wrote: diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig index fc93800..2dd3f78 100644 --- a/arch/arm/mach-bcm/Kconfig +++ b/arch/arm/mach-bcm/Kconfig @@ -5,6 +5,37 @@ menuconfig

Re: [PATCH 1/6] ARM: cygnus: Initial support for Broadcom Cygnus SoC

2014-10-08 Thread Scott Branden
Thanks for comments - inline. On 14-10-08 06:10 AM, Rob Herring wrote: On Wed, Oct 8, 2014 at 12:27 AM, Scott Branden wrote: From: Jonathan Richardson Adds initial support for the Cygnus SoC based on Broadcom’s iProc series. Reviewed-by: Ray Jui Reviewed-by: Desmond Liu Reviewed-by: JD

Re: [PATCH 1/6] ARM: cygnus: Initial support for Broadcom Cygnus SoC

2014-10-08 Thread Scott Branden
On 14-10-08 11:12 AM, Arnd Bergmann wrote: On Wednesday 08 October 2014 09:27:08 Scott Branden wrote: On 14-10-08 06:28 AM, Arnd Bergmann wrote: On Wednesday 08 October 2014 05:27:24 Scott Branden wrote: I don't think you need per-board config options. The main option above should be e

Re: [PATCH 1/6] ARM: cygnus: Initial support for Broadcom Cygnus SoC

2014-10-08 Thread Scott Branden
On 14-10-08 11:12 AM, Arnd Bergmann wrote: On Wednesday 08 October 2014 09:27:08 Scott Branden wrote: On 14-10-08 06:28 AM, Arnd Bergmann wrote: On Wednesday 08 October 2014 05:27:24 Scott Branden wrote: I don't think you need per-board config options. The main option above should be e

[PATCH V4 0/7] Add initial support for Broadcom Cygnus SoC

2014-10-09 Thread Scott Branden
adcom Cygnus SoC ARM: dts: Enable Broadcom Cygnus SoC Scott Branden (2): MAINTAINERS: Entry for Cygnus/iproc arm architecture and clock drivers ARM: multi_v7_defconfig: Enable ARCH_BCM_CYGNUS config .../devicetree/bindings/arm/bcm/cygnus.txt | 31 + .../devicetree/bindings/

[PATCH V4 1/7] ARM: cygnus: Initial support for Broadcom Cygnus SoC

2014-10-09 Thread Scott Branden
From: Jonathan Richardson Adds initial support for the Cygnus SoC based on Broadcom’s iProc series. Move ARCH_BCM_5301x under the ARCH_BCM_IPROC architecture. Reviewed-by: Ray Jui Reviewed-by: Desmond Liu Reviewed-by: JD (Jiandong) Zheng Tested-by: Jonathan Richardson Signed-off-by: Scott

[PATCH V4 4/7] ARM: cygnus defconfig : Initial defconfig for Broadcom Cygnus SoC

2014-10-09 Thread Scott Branden
) Zheng Signed-off-by: Scott Branden --- arch/arm/configs/bcm_cygnus_defconfig | 221 + 1 file changed, 221 insertions(+) create mode 100644 arch/arm/configs/bcm_cygnus_defconfig diff --git a/arch/arm/configs/bcm_cygnus_defconfig b/arch/arm/configs

[PATCH V4 7/7] ARM: multi_v7_defconfig: Enable ARCH_BCM_CYGNUS config

2014-10-09 Thread Scott Branden
Enabled Broadcom Cygnus SoC family in multi_v7_defconfig by using CONFIG_ARCH_BCM_CYGNUS=y. Signed-off-by: Scott Branden --- arch/arm/configs/multi_v7_defconfig |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig

[PATCH V4 3/7] dt-bindings: Document Broadcom Cygnus SoC and clock driver

2014-10-09 Thread Scott Branden
From: Jonathan Richardson Reviewed-by: Arun Parameswaran Tested-by: Jonathan Richardson Reviewed-by: JD (Jiandong) Zheng Signed-off-by: Scott Branden --- .../devicetree/bindings/arm/bcm/cygnus.txt | 31 + .../devicetree/bindings/clock/clk-cygnus.txt | 121

[PATCH V4 6/7] MAINTAINERS: Entry for Cygnus/iproc arm architecture and clock drivers

2014-10-09 Thread Scott Branden
Acked-by: Jonathan Richardson Signed-off-by: Scott Branden --- MAINTAINERS | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index a12edf2..0900082 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2071,9 +2071,24 @@ L: linux-s

[PATCH V4 5/7] ARM: dts: Enable Broadcom Cygnus SoC

2014-10-09 Thread Scott Branden
From: Jonathan Richardson DT files to enable cygnus consisting of the enterprise phone board variant and cygnus core configuration. Reviewed-by: Ray Jui Reviewed-by: Arun Parameswaran Tested-by: Jonathan Richardson Reviewed-by: JD (Jiandong) Zheng Signed-off-by: Scott Branden --- arch/arm

[PATCH V4 2/7] clk: Clock driver support for Broadcom Cygnus SoC

2014-10-09 Thread Scott Branden
From: Jonathan Richardson The iProc clock driver controls PLLs common across iProc chips. The cygnus driver controls cygnus specific features and variations. Reviewed-by: Ray Jui Tested-by: Jonathan Richardson Reviewed-by: JD (Jiandong) Zheng Signed-off-by: Scott Branden --- drivers/clk

Re: [PATCH V4 6/7] MAINTAINERS: Entry for Cygnus/iproc arm architecture and clock drivers

2014-10-09 Thread Scott Branden
On 14-10-09 04:00 PM, Joe Perches wrote: On Thu, 2014-10-09 at 15:44 -0700, Scott Branden wrote: Acked-by: Jonathan Richardson Signed-off-by: Scott Branden --- MAINTAINERS | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS

Re: [PATCH V4 1/7] ARM: cygnus: Initial support for Broadcom Cygnus SoC

2014-10-10 Thread Scott Branden
On 14-10-10 02:50 AM, Arnd Bergmann wrote: On Thursday 09 October 2014 15:44:25 Scott Branden wrote: From: Jonathan Richardson Adds initial support for the Cygnus SoC based on Broadcom’s iProc series. Move ARCH_BCM_5301x under the ARCH_BCM_IPROC architecture. Reviewed-by: Ray Jui Reviewed

Re: [PATCH V4 5/7] ARM: dts: Enable Broadcom Cygnus SoC

2014-10-10 Thread Scott Branden
On 14-10-10 03:08 AM, Arnd Bergmann wrote: On Thursday 09 October 2014 15:44:29 Scott Branden wrote: + + lcpll: lcpll@0301d02c { + #clock-cells = <0>; + compatible = "brcm,cygnus-lcpll-clk"; + reg =

Re: [PATCH V4 7/7] ARM: multi_v7_defconfig: Enable ARCH_BCM_CYGNUS config

2014-10-10 Thread Scott Branden
On 14-10-10 02:59 AM, Arnd Bergmann wrote: On Thursday 09 October 2014 15:44:31 Scott Branden wrote: Enabled Broadcom Cygnus SoC family in multi_v7_defconfig by using CONFIG_ARCH_BCM_CYGNUS=y. Signed-off-by: Scott Branden --- arch/arm/configs/multi_v7_defconfig |1 + 1 file changed, 1

Re: [PATCH 2/2] spi: bcm-mspi: Add support for Broadcom MSPI driver.

2015-05-14 Thread Scott Branden
Hi Mark, On 15-05-14 03:31 AM, Mark Brown wrote: On Wed, May 13, 2015 at 05:19:06PM -0700, Scott Branden wrote: The purpose of this mspi interface is to connect to NOR flash. There are other SPI interfaces on the devices used to connect to other SPI devies. We don't have any need to su

Re: [PATCH 2/2] spi: bcm-mspi: Add support for Broadcom MSPI driver.

2015-05-14 Thread Scott Branden
On 15-05-14 11:28 AM, Florian Fainelli wrote: On 14/05/15 11:19, Scott Branden wrote: Hi Mark, On 15-05-14 03:31 AM, Mark Brown wrote: On Wed, May 13, 2015 at 05:19:06PM -0700, Scott Branden wrote: The purpose of this mspi interface is to connect to NOR flash. There are other SPI

Re: [PATCH 5/6] MAINTAINERS: Update brcm gpio filename pattern

2015-05-05 Thread Scott Branden
Looks good. Acked-by: Scott Branden On 15-05-05 09:32 AM, Joe Perches wrote: commit 23a71fd616bf ("dt-bindings: brcm: rationalize Broadcom documentation naming") renamed the file, update the pattern. Signed-off-by: Joe Perches cc: Scott Branden --- MAINTAINERS | 2 +- 1 file

Re: [PATCH 2/2] spi: bcm-mspi: Add support for Broadcom MSPI driver.

2015-05-13 Thread Scott Branden
Hi Jon, comment below for full-duplex operation. On 15-05-13 04:49 PM, Jonathan Richardson wrote: On 15-05-12 12:17 PM, Mark Brown wrote: On Tue, May 12, 2015 at 10:38:13AM -0700, Jonathan Richardson wrote: + /* The rx data will go into RXRAM0/1 + last tx length. */ + if (slot +

[PATCH v2 0/2] Add support for Broadcom RNG200

2015-02-25 Thread Scott Branden
This series of patchsets contains the Broadcom Random Number Generator driver and device tree binding documentation. Changes from v1: added \n to 2 dev_err messages Scott Branden (2): hwrng: iproc-rng200 - Add device tree bindings hwrng: iproc-rng200 - Add Broadcom IPROC RNG driver

[PATCH v2 1/2] hwrng: iproc-rng200 - Add device tree bindings

2015-02-25 Thread Scott Branden
Documents the IPROC random number generator device tree bindings used in some Broadcom chipsets. Reviewed-by: Ray Jui Signed-off-by: Scott Branden --- .../devicetree/bindings/hwrng/brcm,iproc-rng200.txt | 12 1 file changed, 12 insertions(+) create mode 100644

[PATCH v2 2/2] hwrng: iproc-rng200 - Add Broadcom IPROC RNG driver

2015-02-25 Thread Scott Branden
This adds a driver for random number generator present on Broadcom IPROC devices. Reviewed-by: Ray Jui Signed-off-by: Scott Branden --- drivers/char/hw_random/Kconfig| 13 ++ drivers/char/hw_random/Makefile | 1 + drivers/char/hw_random/iproc-rng200.c | 239

[PATCH v2 0/2] Add support for Broadcom keypad controller

2015-02-26 Thread Scott Branden
bcm_kp_report_keys and call to process key registers Scott Branden (2): Input: bcm-keypad: add device tree bindings Input: bcm-keypad: Add Broadcom keypad controller .../devicetree/bindings/input/brcm,bcm-keypad.txt | 108 + drivers/input/keyboard/Kconfig | 10 + drivers

[PATCH v2 1/2] Input: bcm-keypad: add device tree bindings

2015-02-26 Thread Scott Branden
Documents the Broadcom keypad controller device tree bindings. Reviewed-by: Ray Jui Signed-off-by: Scott Branden --- .../devicetree/bindings/input/brcm,bcm-keypad.txt | 108 + 1 file changed, 108 insertions(+) create mode 100644 Documentation/devicetree/bindings/input

[PATCH v2 2/2] Input: bcm-keypad: Add Broadcom keypad controller

2015-02-26 Thread Scott Branden
oller can sense a key-press and key-release and report the event using a interrupt to the cpu. Reviewed-by: Ray Jui Signed-off-by: Scott Branden --- drivers/input/keyboard/Kconfig | 10 + drivers/input/keyboard/Makefile | 1 + drivers/input/keyboard/bcm-keypad.c

Re: [PATCH 1/2] Input: bcm-keypad: add device tree bindings

2015-02-26 Thread Scott Branden
at 08:49:15AM -0800, Scott Branden wrote: On 15-02-09 04:51 PM, Dmitry Torokhov wrote: On Mon, Feb 09, 2015 at 04:07:40PM -0800, Scott Branden wrote: + +- col-debounce-filter-period: The debounce period for the Column filter. + + KEYPAD_DEBOUNCE_1_ms= 0 + KEYPAD_DEBOUNCE_2_ms

[PATCH] mmc: sdhci: fix card presence logic in sdhci_request function

2015-03-10 Thread Scott Branden
hardware as it is non-removable. Signed-off-by: Scott Branden --- drivers/mmc/host/sdhci.c | 20 +++- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c index 0ad412a..bafc7ac 100644 --- a/drivers/mmc/host/sdhci.c +++ b

[PATCH] dmaengine: pl330: fix the race condition in pl330 driver.

2015-03-26 Thread Scott Branden
From: ismail Update the thread running index before issuing the GO command to the DMAC. Tested-by: Mohamed Ismail Abdul Packir Mohamed Reviewed-by: Ray Jui Reviewed-by: Arun Parameswaran Reviewed-by: Scott Branden Signed-off-by: Scott Branden Signed-off-by: Mohamed Ismail Abdul Packir

Re: linux-next: manual merge of the dt-rh tree with the mips tree

2015-03-26 Thread Scott Branden
Rob, Apologies that the mips tree is deleting files that I was synchronizing names on. Would you like me to provide new patch that doesn't touch files that mips tree is now deleting? Scott > On Mar 26, 2015, at 9:26 PM, Stephen Rothwell wrote: > > -- To unsubscribe from this list: send the

Re: [PATCH] dmaengine: pl330: fix the race condition in pl330 driver.

2015-03-29 Thread Scott Branden
Adding original author Jaswinder Singh (3 email addresses) to email list. On 15-03-26 04:55 PM, Scott Branden wrote: From: ismail Update the thread running index before issuing the GO command to the DMAC. Tested-by: Mohamed Ismail Abdul Packir Mohamed Reviewed-by: Ray Jui Reviewed-by: Arun

Re: [PATCH] ARM: cygnus: fix const declaration bcm_cygnus_dt_compat

2015-03-23 Thread Scott Branden
for constant initialization data. Acked-by: Scott Branden Signed-off-by: Stefan Agner --- This was uncovered by a LLVM/clang warning: arch/arm/mach-bcm/bcm_cygnus.c:16:19: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] static const

Re: [PATCH v4] dt-bindings: brcm: rationalize Broadcom documentation naming

2015-03-24 Thread Scott Branden
Hi Rob, On 15-03-22 06:20 PM, Rob Herring wrote: On 03/20/2015 08:06 PM, Scott Branden wrote: This patchset attempts to standardize the naming of dt-bindings documents based on the Broadcom vendor prefix of brcm. Although there are no guidelines currently present for how to name the dt

Re: [PATCH 4/4] mmc: sdhci-iproc: add device tree bindings

2015-03-04 Thread Scott Branden
Hi Florian, On 15-03-02 03:50 PM, Florian Fainelli wrote: Unless there is a re-spin, I will fix this myself while applying this patch to devicetree/next. Thanks Yes, you can patch the formatting if the driver is being integrated. But I have had no response or feedback on the sdhci driver. I

[PATCH 4/4] mmc: sdhci-iproc: add device tree bindings

2015-03-05 Thread Scott Branden
Add device tree binding documentation for IPROC SDHCI driver. Acked-by: Ray Jui Signed-off-by: Corneliu Doban Signed-off-by: Scott Branden --- .../devicetree/bindings/mmc/brcm,sdhci-iproc.txt | 23 ++ 1 file changed, 23 insertions(+) create mode 100644 Documentation

[PATCH RESEND 0/4] Add support for IPROC SDHCI controller

2015-03-05 Thread Scott Branden
This series of patchsets contains the IPROC SDHCI driver used in a series of Broadcom SoCs Quirks are also added to support this controller. Corneliu Doban (1): mmc: sdhci: do not set AUTO_CMD12 for multi-block CMD53 Scott Branden (3): mmc: sdhci: add quirk for ACMD23 broken mmc: sdhci

[PATCH 1/4] mmc: sdhci: add quirk for ACMD23 broken

2015-03-05 Thread Scott Branden
: Scott Branden Signed-off-by: Scott Branden --- drivers/mmc/host/sdhci.c | 3 ++- include/linux/mmc/sdhci.h | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c index f1a488e..fcf78ab 100644 --- a/drivers/mmc/host/sdhci.c +++ b

[PATCH 3/4] mmc: sdhci-iproc: add IPROC SDHCI driver

2015-03-05 Thread Scott Branden
Add IPROC SDHCI driver for IPROC family of Broadcom devices. Acked-by: Ray Jui Signed-off-by: Corneliu Doban Signed-off-by: Scott Branden --- drivers/mmc/host/Kconfig | 14 +++ drivers/mmc/host/Makefile | 1 + drivers/mmc/host/sdhci-iproc.c | 241

[PATCH 2/4] mmc: sdhci: do not set AUTO_CMD12 for multi-block CMD53

2015-03-05 Thread Scott Branden
From: Corneliu Doban For CMD53 in block mode, the host does not need to stop the transfer, as it stops when the block count (present in CMD53) is reached. Signed-off-by: Corneliu Doban Signed-off-by: Scott Branden --- drivers/mmc/host/sdhci.c | 4 +++- 1 file changed, 3 insertions(+), 1

Re: [PATCH 2/3] Documentation: devicetree: add binding doc for Broadcom NAND controller

2015-03-16 Thread Scott Branden
Hi Brian, On 15-03-06 05:18 PM, Brian Norris wrote: Signed-off-by: Brian Norris --- .../devicetree/bindings/mtd/brcmstb_nand.txt | 109 + 1 file changed, 109 insertions(+) create mode 100644 Documentation/devicetree/bindings/mtd/brcmstb_nand.txt diff --git a/Doc

Re: [PATCH 2/3] Documentation: devicetree: add binding doc for Broadcom NAND controller

2015-03-16 Thread Scott Branden
On 15-03-16 04:37 PM, Brian Norris wrote: On Mon, Mar 16, 2015 at 04:07:51PM -0700, Scott Branden wrote: On 15-03-06 05:18 PM, Brian Norris wrote: Signed-off-by: Brian Norris --- .../devicetree/bindings/mtd/brcmstb_nand.txt | 109 + 1 file changed, 109 insertions

Re: [PATCH 2/3] Documentation: devicetree: add binding doc for Broadcom NAND controller

2015-03-16 Thread Scott Branden
Hi Brian, On 15-03-16 04:46 PM, Brian Norris wrote: On Mon, Mar 16, 2015 at 04:40:13PM -0700, Scott Branden wrote: On 15-03-16 04:37 PM, Brian Norris wrote: On Mon, Mar 16, 2015 at 04:07:51PM -0700, Scott Branden wrote: So, what's the standard? Company prefix? Long name? Commas? Hy

[PATCH] dt-bindings: brcm: rationalize Broadcom documentation naming

2015-03-18 Thread Scott Branden
This patchset attempts to standarize the naming of dt-bindings documents based on the Broadcom vendor prefix of brcm. Although there are no guidelines currently present for how to name the dt-bindings document the "vendor,binding.txt" style is in use by some of the other vendors. --- .../arm/bcm/

Re: [PATCH] dt-bindings: brcm: rationalize Broadcom documentation naming

2015-03-18 Thread Scott Branden
Hi Stephen, On 15-03-18 12:42 PM, Stephen Warren wrote: On 03/18/2015 01:24 PM, Scott Branden wrote: This patchset attempts to standarize the naming of dt-bindings documents based on the Broadcom vendor prefix of brcm. Although there are no guidelines currently present for how to name the dt

[PATCH v2] dt-bindings: brcm: rationalize Broadcom documentation naming

2015-03-18 Thread Scott Branden
This patchset attempts to standarize the naming of dt-bindings documents based on the Broadcom vendor prefix of brcm. Although there are no guidelines currently present for how to name the dt-bindings document the "vendor,binding.txt" style is in use by some of the other vendors. --- .../arm/bcm/

Re: [PATCH] dt-bindings: brcm: rationalize Broadcom documentation naming

2015-03-18 Thread Scott Branden
On 15-03-18 03:03 PM, Stephen Warren wrote: On 03/18/2015 03:53 PM, Scott Branden wrote: Hi Stephen, On 15-03-18 12:42 PM, Stephen Warren wrote: On 03/18/2015 01:24 PM, Scott Branden wrote: This patchset attempts to standarize the naming of dt-bindings documents based on the Broadcom vendor

[PATCH v3] dt-bindings: brcm: rationalize Broadcom documentation naming

2015-03-18 Thread Scott Branden
Acked-by: Stephen Warren Signed-off-by: Scott Branden --- .../arm/bcm/{brcm,bcm11351-cpu-method => brcm,bcm11351-cpu-method.txt}| 0 .../devicetree/bindings/arm/bcm/{bcm11351.txt => brcm,bcm11351.txt} | 0 .../devicetree/bindings/arm/bcm/{bcm21664.txt => brcm,bcm21664.txt}

Re: [PATCH v6 0/6] Add common clock support for Broadcom iProc architecture

2015-03-18 Thread Scott Branden
Patchset looks good now. Scott On 15-03-17 10:45 PM, Ray Jui wrote: This patchset contains the initial common clock support for Broadcom's iProc family of SoCs. The iProc clock architecture comprises of various PLLs, e.g., ARMPLL, GENPLL, LCPLL0, MIPIPLL, and etc. An onboard crystal serves as t

[PATCH] wireless: rt2x00: add new rt2800usb device DWA 130

2015-03-16 Thread Scott Branden
Add the USB Id to link the D-Link DWA 130 USB Wifi adapter to the rt2830 driver. Signed-off-by: Scott Branden Signed-off-by: Pieter Truter --- drivers/net/wireless/rt2x00/rt2800usb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net

[PATCH] ARM: amba: Increase number of IRQs

2015-03-16 Thread Scott Branden
The current AMBA bus only allows up to 9 IRQs per device. This is incorrect, as in peripherals like PL330 can have up to 32 IRQs. Increase AMBA_NR_IRQS from 9 to 32. Signed-off-by: Scott Branden Signed-off-by: Ray Jui --- include/linux/amba/bus.h | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH v2 1/1] ARM: amba: Increase number of IRQs

2015-03-16 Thread Scott Branden
The current AMBA bus only allows up to 9 IRQs per device. This does not suit peripherals like PL330 which can have up to 32 IRQs. Increase AMBA_NR_IRQS from 9 to 32. Signed-off-by: Scott Branden Signed-off-by: Ray Jui --- include/linux/amba/bus.h | 2 +- 1 file changed, 1 insertion(+), 1

Re: [PATCH] ARM: amba: Increase number of IRQs

2015-03-16 Thread Scott Branden
Hi Russell, On 15-03-16 02:08 PM, Russell King - ARM Linux wrote: On Mon, Mar 16, 2015 at 11:19:22AM -0700, Scott Branden wrote: The current AMBA bus only allows up to 9 IRQs per device. This is incorrect, as in peripherals like PL330 can have up to 32 IRQs. Increase AMBA_NR_IRQS from 9 to 32

[PATCH 0/2] Add support for Broadcom RNG200

2015-02-09 Thread Scott Branden
This series of patchsets contains the Broadcom Random Number Generator driver and device tree binding documentation. Scott Branden (2): hwrng: iproc-rng200 - Add Broadcom IPROC RNG driver hwrng: iproc-rng200 - Add device tree bindings .../bindings/hwrng/brcm,iproc-rng200.txt | 12

[PATCH 1/4] mmc: sdhci: add quirk for ACMD23 broken

2015-02-09 Thread Scott Branden
: Scott Branden Signed-off-by: Scott Branden --- drivers/mmc/host/sdhci.c | 3 ++- include/linux/mmc/sdhci.h | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c index f1a488e..fcf78ab 100644 --- a/drivers/mmc/host/sdhci.c +++ b

[PATCH 3/4] mmc: sdhci-iproc: add IPROC SDHCI driver

2015-02-09 Thread Scott Branden
Add IPROC SDHCI driver for IPROC family of Broadcom devices. Acked-by: Ray Jui Signed-off-by: Corneliu Doban Signed-off-by: Scott Branden --- drivers/mmc/host/Kconfig | 14 +++ drivers/mmc/host/Makefile | 1 + drivers/mmc/host/sdhci-iproc.c | 241

[PATCH 1/2] hwrng: iproc-rng200 - Add Broadcom IPROC RNG driver

2015-02-09 Thread Scott Branden
This adds a driver for random number generator present on Broadcom IPROC devices. Reviewed-by: Ray Jui Signed-off-by: Scott Branden --- drivers/char/hw_random/Kconfig| 13 ++ drivers/char/hw_random/Makefile | 1 + drivers/char/hw_random/iproc-rng200.c | 239

[PATCH 0/4] Add support for IPROC SDHCI controller

2015-02-09 Thread Scott Branden
This series of patchsets contains the IPROC SDHCI driver used in a series of Broadcom SoCs Quirks are also added to support this controller. Corneliu Doban (1): mmc: sdhci: do not set AUTO_CMD12 for multi-block CMD53 Scott Branden (3): mmc: sdhci: add quirk for ACMD23 broken mmc: sdhci

[PATCH 1/2] Input: bcm-keypad: add device tree bindings

2015-02-09 Thread Scott Branden
Documents the Broadcom keypad controller device tree bindings. Reviewed-by: Ray Jui Signed-off-by: Scott Branden --- .../devicetree/bindings/input/brcm,bcm-keypad.txt | 118 + 1 file changed, 118 insertions(+) create mode 100644 Documentation/devicetree/bindings/input

[PATCH 0/2] Add support for Broadcom keypad controller

2015-02-09 Thread Scott Branden
This series of patchsets contains the Broadcom keypad controller driver and device tree binding documentation. Scott Branden (2): Input: bcm-keypad: add device tree bindings Input: bcm-keypad: Add Broadcom keypad controller .../devicetree/bindings/input/brcm,bcm-keypad.txt | 118

[PATCH 2/2] Input: bcm-keypad: Add Broadcom keypad controller

2015-02-09 Thread Scott Branden
oller can sense a key-press and key-release and report the event using a interrupt to the cpu. Reviewed-by: Ray Jui Signed-off-by: Scott Branden --- drivers/input/keyboard/Kconfig | 10 + drivers/input/keyboard/Makefile | 1 + drivers/input/keyboard/bcm-keypad.c

[PATCH 4/4] mmc: sdhci-iproc: add device tree bindings

2015-02-09 Thread Scott Branden
Add device tree binding documentation for IPROC SDHCI driver. Acked-by: Ray Jui Signed-off-by: Corneliu Doban Signed-off-by: Scott Branden --- .../devicetree/bindings/mmc/brcm,sdhci-iproc.txt | 23 ++ 1 file changed, 23 insertions(+) create mode 100644 Documentation

[PATCH 2/2] hwrng: iproc-rng200 - Add device tree bindings

2015-02-09 Thread Scott Branden
Documents the IPROC random number generator device tree bindings used in some Broadcom chipsets. Reviewed-by: Ray Jui Signed-off-by: Scott Branden --- .../devicetree/bindings/hwrng/brcm,iproc-rng200.txt | 12 1 file changed, 12 insertions(+) create mode 100644

[PATCH 2/4] mmc: sdhci: do not set AUTO_CMD12 for multi-block CMD53

2015-02-09 Thread Scott Branden
From: Corneliu Doban For CMD53 in block mode, the host does not need to stop the transfer, as it stops when the block count (present in CMD53) is reached. Signed-off-by: Corneliu Doban Signed-off-by: Scott Branden --- drivers/mmc/host/sdhci.c | 4 +++- 1 file changed, 3 insertions(+), 1

Re: [PATCH v4 2/2] Input: bcm-keypad: Add Broadcom keypad controller

2015-03-02 Thread Scott Branden
Hi Dmitry, I understand what's missing now. Thanks, Scott On 15-03-02 12:23 PM, Dmitry Torokhov wrote: Hi Scott, Hmm, also bcm_kp_start() and bcm_kp_stop() should check if kp->clk is valid before trying to enable/disable it. I checked and other keyboard drivers do not check this. I retur

Re: [PATCH v2 2/2] hwrng: iproc-rng200 - Add Broadcom IPROC RNG driver

2015-03-02 Thread Scott Branden
Hi Dmitry, Looking at the driver based on your comments it is following models of older hwrng drivers. I will work on cleaning up based on your comments as well. On 15-02-25 10:43 AM, Dmitry Torokhov wrote: Hi Scott, On Wed, Feb 25, 2015 at 10:16:24AM -0800, Scott Branden wrote: This

[PATCH v3 0/2] Add support for Broadcom RNG200

2015-03-04 Thread Scott Branden
This series of patchsets contains the Broadcom Random Number Generator driver and device tree binding documentation. Changes from v2: added usleep_range instead of cpu_relax add init and cleanup functions following new hwrng model Changes from v1: added \n to 2 dev_err messages Scott

<    1   2   3   4   5   6   7   8   9   >