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
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
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
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
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 +
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&
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
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
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
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
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
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
/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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
+
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
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
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
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
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
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
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
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
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/
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
) 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
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
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
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
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
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
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
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
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 =
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
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
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
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
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 +
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
: 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
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
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
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
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
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
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/
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
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/
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
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}
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
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
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
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
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
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
: 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
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
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
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
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
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
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
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
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
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
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
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
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
301 - 400 of 860 matches
Mail list logo