On Tue, Sep 17, 2013 at 5:05 PM, Christian Daudt wrote:
> This patch adds low level debug uart support to Broadcom
> mobile based SOCs.
>
> Signed-off-by: Christian Daudt
>
> Changes from V1:
> - Switched to use the common 8250 debug introduced in 3.12-rc1
>
Hi Russel
This patch adds low level debug uart support to Broadcom
mobile based SOCs.
Signed-off-by: Christian Daudt
Changes from V2:
- Changed to follow hex ordering on entries
- Dropped defconfig changes
Changes from V1:
- Switched to use the common 8250 debug introduced in 3.12-rc1
diff --git a
On 13-09-17 03:03 PM, Russell King - ARM Linux wrote:
On Tue, Sep 17, 2013 at 02:59:47PM -0700, Christian Daudt wrote:
This patch adds low level debug uart support to Broadcom
mobile based SOCs.
Signed-off-by: Christian Daudt
Reviewed-by: James King
Unfortunately, your patch is out of
This patch adds low level debug uart support to Broadcom
mobile based SOCs.
Signed-off-by: Christian Daudt
Reviewed-by: James King
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index 583f4a0..a69d62a 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -93,6
This patch adds low level debug uart support to Broadcom
mobile based SOCs.
Signed-off-by: Christian Daudt
Changes from V1:
- Switched to use the common 8250 debug introduced in 3.12-rc1
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index 9762c84..0523e71 100644
--- a/arch/arm
On 13-08-12 06:54 AM, Lee Jones wrote:
On Thu, 08 Aug 2013, Christian Daudt wrote:
Hi Lee,
I had to change some of the lines in the dts files you modified, so
I've added your mods. This patch:
https://lkml.org/lkml/2013/8/8/477
includes your changes to bcm11351.dtsi and bcm11351-br
Update email address on mach-bcm + drivers for Broadcom
mobile SoCs.
Signed-off-by: Christian Daudt
Cc: Olof Johansson
Cc: Arnd Bergmann
Cc: Stephen Warren
diff --git a/MAINTAINERS b/MAINTAINERS
index e61c2e8..b2f857c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1812,7 +1812,8 @@ S
former is useful because we can make
use of dummy fixed clocks for drivers until the bcm281xx common
clock driver is ready.
Signed-off-by: Matt Porter
Reviewed-by: Markus Mayer
Reviewed-by: Christian Daudt
As a v2 is required due to calling of_clk_init() breaks non-DT builds,
I will include
Add SoC model to DT_MACHINE_START string.
Signed-off-by: Christian Daudt
Reviewed-by: Markus Mayer
Reviewed-by: Mark Hambleton
Reviewed-by: James King
diff --git a/arch/arm/mach-bcm/board_bcm281xx.c
b/arch/arm/mach-bcm/board_bcm281xx.c
index 8d9f931..dcfaf4a 100644
--- a/arch/arm/mach-bcm
Add HAVE_ARM_ARCH_TIMER to Broadcom Kconfig as it is
required for some Mobile SoCs.
Signed-off-by: Christian Daudt
Reviewed-by: Markus Mayer
Reviewed-by: Mark Hambleton
Reviewed-by: James King
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
index 69d67f7..635537b 100644
On 13-06-11 11:45 AM, Matt Porter wrote:
CodingStyle does not allow C99 style comments. Since the
dts files live in the kernel for now, make this compliant.
Signed-off-by: Matt Porter
Acked-by: Christian Daudt
---
arch/arm/boot/dts/bcm11351.dtsi |2 +-
1 file changed, 1 insertion(+), 1
: bcm281xx: use #include for device tree files
ARM: dts: bcm281xx: use existing defines for irqs
Acked-by: Olof Johansson
Acked-by: Christian Daudt
Not sure what else you'll have for 3.11 devicetree-wise, Christian -- your
choice if you want to send a pull request or ack these and we'll
TCH=y'
Signed-off-by: Markus Mayer
Reviewed-by: Christian Daudt
Reviewed-by: Matt Porter
---
drivers/mmc/host/sdhci-bcm-kona.c |8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/mmc/host/sdhci-bcm-kona.c
b/drivers/mmc/host/sdhci-bcm-kona.c
index 87175f
On 13-08-08 12:24 PM, Christian Daudt wrote:
In order to support multiple SoC models in the mach-bcm
directory, board_bcm.c is being renamed board_bcm281xx.c
Reviewed-by: Markus Mayer
Signed-off-by: Christian Daudt
diff --git a/arch/arm/mach-bcm/Makefile b/arch/arm/mach-bcm/Makefile
index
On 13-08-07 11:59 AM, Christian Daudt wrote:
sdhci-bcm-kona driver is incorrectly doing "|" to bit-test
NONREMOVABLE. Switch to "&"
Reviewed-by: Markus Mayer
Reviewed-by: Matt Porter
Signed-off-by: Christian Daudt
diff --git a/drivers/mmc/host/sdhci-bcm-kona.c
b/dr
On 13-08-08 02:10 PM, Christian Daudt wrote:
On 13-08-08 02:06 PM, Guennadi Liakhovetski wrote:
On Thu, 8 Aug 2013, Christian Daudt wrote:
Given that mmc_gpio_get_cd can be called in softirq
context (by sdhci_tasklet_card -> sdhci_card_event ->
sdhci_do_get_cd -> mmc_gpio_get_cd
On 13-08-08 12:07 PM, Christian Daudt wrote:
Enable sdio for bcm28155 AP board
Reviewed-by: Alex Elder
Signed-off-by: Christian Daudt
diff --git a/arch/arm/boot/dts/bcm28155-ap.dts
b/arch/arm/boot/dts/bcm28155-ap.dts
index 0d66db6..4b0a3ec 100644
--- a/arch/arm/boot/dts/bcm28155-ap.dts
On 13-08-08 12:07 PM, Christian Daudt wrote:
Clean up the sdio numbering to be 1-base as defined in HW spec,
instead of the current 0-base
Reviewed-by: Alex Elder
Signed-off-by: Christian Daudt
diff --git a/arch/arm/boot/dts/bcm11351-brt.dts
b/arch/arm/boot/dts/bcm11351-brt.dts
index
On Fri, Aug 2, 2013 at 1:33 AM, Tony Lindgren wrote:
> * Jason Cooper [130731 07:25]:
>> So, I'd like to propose we discuss some lessons learned and maybe arrive
>> at some best practices. eg, should we just go with mach-$COMPANY/? How
>> best to handle config symbols for efficient building? D
On 13-08-08 12:19 PM, Christian Daudt wrote:
The current bcm_kona_smc_init function throws a BUG_ON if there's no SMC
device node defined in the device tree.
Since secure API access is optional depending the chip configuration,
fix this by allowing the rest of the code to run even if there
On Fri, Aug 2, 2013 at 10:24 PM, Olof Johansson wrote:
> On Fri, Aug 2, 2013 at 4:06 PM, Christian Daudt wrote:
>> On Fri, Aug 2, 2013 at 1:33 AM, Tony Lindgren wrote:
>>> * Jason Cooper [130731 07:25]:
>>>> So, I'd like to propose we discuss some lessons le
On Sun, Aug 4, 2013 at 11:21 PM, Tony Lindgren wrote:
> * Christian Daudt [130802 16:13]:
>> On Fri, Aug 2, 2013 at 1:33 AM, Tony Lindgren wrote:
>> > * Jason Cooper [130731 07:25]:
>> >> So, I'd like to propose we discuss some lessons learned and maybe arriv
sdhci-bcm-kona driver is incorrectly doing "|" to bit-test
NONREMOVABLE. Switch to "&"
Reviewed-by: Markus Mayer
Reviewed-by: Matt Porter
Signed-off-by: Christian Daudt
diff --git a/drivers/mmc/host/sdhci-bcm-kona.c
b/drivers/mmc/host/sdhci-bcm-kona.c
index 87175
Clean up the sdio numbering to be 1-base as defined in HW spec,
instead of the current 0-base
Reviewed-by: Alex Elder
Signed-off-by: Christian Daudt
diff --git a/arch/arm/boot/dts/bcm11351-brt.dts
b/arch/arm/boot/dts/bcm11351-brt.dts
index 67ec524..647a78c 100644
--- a/arch/arm/boot/dts
Enable sdio for bcm28155 AP board
Reviewed-by: Alex Elder
Signed-off-by: Christian Daudt
diff --git a/arch/arm/boot/dts/bcm28155-ap.dts
b/arch/arm/boot/dts/bcm28155-ap.dts
index 0d66db6..4b0a3ec 100644
--- a/arch/arm/boot/dts/bcm28155-ap.dts
+++ b/arch/arm/boot/dts/bcm28155-ap.dts
@@ -26,4
by: Markus Mayer
Signed-off-by: Christian Daudt
diff --git a/arch/arm/mach-bcm/bcm_kona_smc.c b/arch/arm/mach-bcm/bcm_kona_smc.c
index 56d9d19..e32c1b3 100644
--- a/arch/arm/mach-bcm/bcm_kona_smc.c
+++ b/arch/arm/mach-bcm/bcm_kona_smc.c
@@ -41,13 +41,14 @@ static const struct of_device_id bcm_ko
In order to support multiple SoC models in the mach-bcm
directory, board_bcm.c is being renamed board_bcm281xx.c
Reviewed-by: Markus Mayer
Signed-off-by: Christian Daudt
diff --git a/arch/arm/mach-bcm/Makefile b/arch/arm/mach-bcm/Makefile
index 6adb6aec..873817e 100644
--- a/arch/arm/mach-bcm
d related callbacks
are aligned with the actual cd detection code. I can
submit a follow-up patch with these mods if that sounds
like a better way to solve this.
Signed-off-by: Christian Daudt
diff --git a/drivers/mmc/core/slot-gpio.c b/drivers/mmc/core/slot-gpio.c
index 3242351..897b298 100644
--- a/dr
Hi Lee,
I had to change some of the lines in the dts files you modified, so
I've added your mods. This patch:
https://lkml.org/lkml/2013/8/8/477
includes your changes to bcm11351.dtsi and bcm11351-brt.dts. Not sure
where your patch is at this point, but I just wanted to point that
out.
Thanks,
On 13-08-08 02:06 PM, Guennadi Liakhovetski wrote:
On Thu, 8 Aug 2013, Christian Daudt wrote:
Given that mmc_gpio_get_cd can be called in softirq
context (by sdhci_tasklet_card -> sdhci_card_event ->
sdhci_do_get_cd -> mmc_gpio_get_cd ), it is necessary
for it to use gpio_get_value i
On 13-07-22 03:52 AM, Lee Jones wrote:
Cc: Christian Daudt
Signed-off-by: Lee Jones
---
arch/arm/boot/dts/bcm11351-brt.dts | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/bcm11351-brt.dts
b/arch/arm/boot/dts/bcm11351-brt.dts
index 67ec524
On 13-07-22 06:53 AM, Arend van Spriel wrote:
On 07/22/2013 03:38 PM, Lee Jones wrote:
On Mon, 22 Jul 2013, Christian Daudt wrote:
On 13-07-22 03:52 AM, Lee Jones wrote:
Cc: Christian Daudt
Signed-off-by: Lee Jones
---
arch/arm/boot/dts/bcm11351-brt.dts | 6 +++---
1 file changed, 3
On 13-07-22 03:52 AM, Lee Jones wrote:
Cc: Christian Daudt
Signed-off-by: Lee Jones
---
arch/arm/boot/dts/bcm11351-brt.dts | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/bcm11351-brt.dts
b/arch/arm/boot/dts/bcm11351-brt.dts
index 67ec524
On 13-07-22 03:52 AM, Lee Jones wrote:
Cc: Christian Daudt
Signed-off-by: Lee Jones
---
arch/arm/boot/dts/bcm11351.dtsi | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi
index c0cdf66..db5873a
Adding ownership to maintainers file for the mach-bcm related files,
including drivers that are used for the SoCs defined in mach-bcm.
Signed-off-by: Christian Daudt
diff --git a/MAINTAINERS b/MAINTAINERS
index bf61e04..49480494 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1785,6 +1785,17
.init_machine = board_init,
.dt_compat = bcm11351_dt_compat,
Acked-by: Christian Daudt
thanks,
csd
--
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/majordom
On 13-05-14 02:34 AM, Paul Bolle wrote:
A select statement for the Kconfig symbol GPIO_BCM was added in v3.8.
But there's no symbol with that name. It's a nop so we can drop it.
Signed-off-by: Paul Bolle
---
0) Untested.
1) Patch assumes that https://lkml.org/lkml/2013/3/6/182 ("ARM:
mach-bcm:
On 13-05-14 01:25 AM, Maxime Ripard wrote:
Hi Christian,
Le 13/05/2013 22:06, Christian Daudt a écrit :
On 13-05-13 02:44 AM, Maxime Ripard wrote:
Commit ebafed7a ("ARM: irq: Call irqchip_init if no init_irq function is
specified") removed the need to explictly setup the init_irq fi
On 13-05-14 07:58 AM, Paul Bolle wrote:
On Tue, 2013-05-14 at 07:53 -0700, Christian Daudt wrote:
We are planning on submitting the driver for this option for review
over the next couple of weeks, to get it in the 3.11 cycle. So this
patch won't be necessary.
I see. Did my web searches
l.
Signed-off-by: Maxime Ripard
Acked-by: Christian Daudt
---
arch/arm/mach-bcm/board_bcm.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm/mach-bcm/board_bcm.c b/arch/arm/mach-bcm/board_bcm.c
index 22e8421..2859932 100644
--- a/arch/arm/mach-bcm/board_bcm.c
+++ b/arch/ar
: Christian Daudt
diff --git a/Documentation/devicetree/bindings/arm/l2cc.txt
b/Documentation/devicetree/bindings/arm/l2cc.txt
index cbef09b..69ddf9f 100644
--- a/Documentation/devicetree/bindings/arm/l2cc.txt
+++ b/Documentation/devicetree/bindings/arm/l2cc.txt
@@ -16,6 +16,9 @@ Required properties
Hi Will,
Thanks for your feedback. See below for answers.
On 13-05-01 03:37 AM, Will Deacon wrote:
Hi Christian,
Thanks for CC'ing me.
On Tue, Apr 30, 2013 at 07:38:09PM +0100, Christian Daudt wrote:
Rev A2 SoCs have an unorthodox memory re-mapping and this needs
to be reflected i
:
- remove section 1 altogether and note that in comments
- simplify section selection caused by section 1 removal
- BUG_ON just in case section 1 shows up
Signed-off-by: Christian Daudt
diff --git a/Documentation/devicetree/bindings/arm/l2cc.txt
b/Documentation/devicetree/bindings/arm/l2cc.txt
index
On 13-05-03 01:51 AM, Will Deacon wrote:
Hi Christian,
On Fri, May 03, 2013 at 01:57:33AM +0100, Christian Daudt wrote:
Rev A2 SoCs have an unorthodox memory re-mapping and this needs
to be reflected in the cache operations.
This patch adds new outer cache functions for the l2x0 driver
to
Add SDHCI driver for the Broadcom 281xx SoCs. Also
add bindings for it into bcm281xx dts files.
Still missing:
- power managemement
Signed-off-by: Christian Daudt
diff --git a/Documentation/devicetree/bindings/mmc/bcm,kona-sdhci.txt
b/Documentation/devicetree/bindings/mmc/bcm,kona-sdhci.txt
Thanks for the feedback.
On 13-05-08 11:35 PM, Jean-Christophe PLAGNIOL-VILLARD wrote:
On 22:55 Wed 08 May , Christian Daudt wrote:
Add SDHCI driver for the Broadcom 281xx SoCs. Also
add bindings for it into bcm281xx dts files.
Still missing:
- power managemement
split the dts/dtsi in
Thanks for the feedback.
On 13-05-08 11:35 PM, Jean-Christophe PLAGNIOL-VILLARD wrote:
On 22:55 Wed 08 May , Christian Daudt wrote:
Add SDHCI driver for the Broadcom 281xx SoCs. Also
add bindings for it into bcm281xx dts files.
Still missing:
- power managemement
split the dts/dtsi in
Thanks for the feedback.
On 13-05-08 11:35 PM, Jean-Christophe PLAGNIOL-VILLARD wrote:
On 22:55 Wed 08 May , Christian Daudt wrote:
Add SDHCI driver for the Broadcom 281xx SoCs. Also
add bindings for it into bcm281xx dts files.
Still missing:
- power managemement
split the dts/dtsi in
Add SDHCI driver for the Broadcom 281xx SoCs. Also
add bindings for it into bcm281xx dts files.
Changes from V1:
- split original patch into 2, one for driver and this one for dt
Signed-off-by: Christian Daudt
diff --git a/Documentation/devicetree/bindings/mmc/bcm,kona-sdhci.txt
b
Signed-off-by: Christian Daudt
diff --git a/arch/arm/configs/bcm_defconfig b/arch/arm/configs/bcm_defconfig
index e3bf2d6..65edf6d 100644
--- a/arch/arm/configs/bcm_defconfig
+++ b/arch/arm/configs/bcm_defconfig
@@ -78,6 +78,13 @@ CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=y
On 13-04-23 08:54 AM, Arnd Bergmann wrote:
The CLOCKSOURCE_OF_DECLARE functions now take a device_node pointer
as their argument, as of the clksrc/cleanup branch in arm-soc.
This patch adapts the bcm_kona_timer driver to the new interface.
Signed-off-by: Arnd Bergmann
Cc: Christian Daudt
Cc
Hi Arnd,
Thanks for the review. See below for comments.
On 13-05-16 03:09 PM, Arnd Bergmann wrote:
On Friday 10 May 2013, Christian Daudt wrote:
+
+struct sdhci_bcm_kona_cfg {
+ unsigned intmax_freq;
+ int is_8bit;
+ int irq;
+ int
My bad. Thanks for the fix !
Reviewed-by: Christian Daudt
Thanks,
csd
On Wed, Mar 6, 2013 at 1:52 AM, Paul Bolle wrote:
> The Kconfig symbol GENERIC_TIME was removed from the kernel in v2.6.36,
> with commit 592913ecb87a9e06f98ddb55b298f1a66bf94c6b ("time: Kill off
> CONFI
I have attached my .config file. I'm not currently subscribed to this
mailing list so pls email me directly with any questions.
cheers,
csd
--
Christian Daudt [EMAIL PROTECTED]
Redback Networks Inc.
#
# Automatically generated make config: don't ed
On Fri, Feb 21, 2014 at 2:29 PM, Olof Johansson wrote:
> On Wed, Feb 12, 2014 at 09:20:13AM -0800, Christian Daudt wrote:
>> The following changes since commit b28a960c42fcd9cfc987441fa6d1c1a471f0f9ed:
>>
>> Linux 3.14-rc2 (2014-02-09 18:15:47 -0800)
>>
>> are a
ding to restore consistency with
other bcm mobile bindings.
--------
Christian Daudt (1):
pinctrl: refer to updated dt binding string.
Sherman Yin (2):
Update dtsi with new pinctrl compatible string
pinctrl: Rename Broadcom Capri p
On Wed, Mar 5, 2014 at 8:25 PM, Markus Mayer wrote:
> Since sdhci_bcm_kona_sd_card_emulate() can be called from interrupt
> context, we must use a spinlock instead of a mutex. This change
> essentially restores the way things worked before the change to
> mutexes in http://www.spinics.net/lists/li
The following changes since commit b28a960c42fcd9cfc987441fa6d1c1a471f0f9ed:
Linux 3.14-rc2 (2014-02-09 18:15:47 -0800)
are available in the git repository at:
git://github.com/broadcom/bcm11351.git tags/bcm-for-3.14-pinctrl-rename
for you to fetch changes up to f5310a1712b68c7f83539fce6ebb
On Sun, Feb 9, 2014 at 12:02 PM, Richard Weinberger wrote:
> Am 09.02.2014 19:57, schrieb Alexander Shiyan:
>>> The symbol is an orphan, get rid of it.
>>>
>>> Signed-off-by: Richard Weinberger
>>> ---
>>> arch/arm/mach-bcm/Kconfig | 1 -
>>> 1 file changed, 1 deletion(-)
>>>
>>> diff --git a/arch
m11351-brt from Makefile
>
> arch/arm/boot/dts/Makefile | 3 +--
> arch/arm/boot/dts/bcm11351-brt.dts | 54
> --
> 2 files changed, 1 insertion(+), 56 deletions(-)
> delete mode 100644 arch/arm/boot/dts/bcm11351-brt.dts
>
R.I.P bcm
1..53d6d47 100644
> --- a/arch/arm/configs/bcm_defconfig
> +++ b/arch/arm/configs/bcm_defconfig
> @@ -126,4 +126,4 @@ CONFIG_CRC_ITU_T=y
> CONFIG_CRC7=y
> CONFIG_XZ_DEC=y
> CONFIG_AVERAGE=y
> -CONFIG_PINCTRL_CAPRI=y
> +CONFIG_PINCTRL_BCM281XX=y
> --
> 1.7.9.5
>
Acked-by: C
On Tue, Jan 7, 2014 at 10:53 AM, Tim Kryger wrote:
> The board schematic states that the "SD_CARD_DET_N gets pulled to GND
> when card is inserted" so the polarity has been updated to active low.
>
> Polarity is now specified with a GPIO define instead of a magic number.
>
> Signed-off-by: Tim Kry
On Wed, Jan 8, 2014 at 4:28 PM, Tim Kryger wrote:
> On Wed, Jan 8, 2014 at 3:38 PM, Christian Daudt wrote:
>> On Tue, Jan 7, 2014 at 10:53 AM, Tim Kryger wrote:
>>> The board schematic states that the "SD_CARD_DET_N gets pulled to GND
>>> when card is inserted&q
I can pick up the dt related changes as long as the other code works
as-is both with and without the change (i.e. no backwards/forwards
compatibility issues). If this must be introduced alongside the other
changes, then the patches will have to be reworked to break them up by
subtree so they can go
been accepted.
thanks,
csd
On Wed, Oct 16, 2013 at 3:01 PM, Tim Kryger wrote:
> Add the DTS nodes for all the i2c busses in the SoC.
>
> Signed-off-by: Tim Kryger
> Reviewed-by: Christian Daudt
> Reviewed-by: Matt Porter
> Reviewed-by: Markus Mayer
> ---
> arch/ar
On Wed, Oct 16, 2013 at 2:47 PM, Tim Kryger wrote:
> Rather than declaring the frequency of the external clock, specify the
> label of the clock such that the driver may determine the frequency on
> its own.
>
> Signed-off-by: Tim Kryger
> Reviewed-by: Markus Mayer
> Reviewed-by: Matt Porter
>
AGIC_SYSRQ=y
> CONFIG_DETECT_HUNG_TASK=y
> CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=110
> CONFIG_BOOTPARAM_HUNG_TASK_PANIC=y
> -CONFIG_DEBUG_INFO=y
> # CONFIG_FTRACE is not set
> CONFIG_CRC_CCITT=y
> CONFIG_CRC_T10DIF=y
> --
Reviewed-by: Christian Daudt
Applied to armsoc/for-3.13
On Thu, Oct 3, 2013 at 5:23 PM, Sherman Yin wrote:
> Adds pinctrl driver for Broadcom Capri (BCM281xx) SoCs.
>
> Signed-off-by: Sherman Yin
> Reviewed-by: Christian Daudt
> Reviewed-by: Matt Porter
> ---
> arch/arm/mach-bcm/Kconfig |2 +
> drivers/pinctr
On Sat, Oct 5, 2013 at 8:43 AM, Christian Daudt wrote:
> This patch adds low level debug uart support to Broadcom
> mobile based SOCs.
>
> Signed-off-by: Christian Daudt
>
> Changes from V2:
> - Changed to follow hex ordering on entries
> - Dropped defconfig cha
On Thu, Oct 17, 2013 at 7:54 AM, Stephen Warren wrote:
> On 10/17/2013 12:03 AM, Christian Daudt wrote:
>> On Thu, Oct 3, 2013 at 5:23 PM, Sherman Yin wrote:
>>> Adds pinctrl driver for Broadcom Capri (BCM281xx) SoCs.
>>>
>>> Signed-off-by: Sherman Y
On Wed, Oct 16, 2013 at 11:12 PM, Christian Daudt wrote:
> On Sat, Oct 5, 2013 at 8:43 AM, Christian Daudt wrote:
>> This patch adds low level debug uart support to Broadcom
>> mobile based SOCs.
>>
>> Signed-off-by: Christian Daudt
>>
>> Changes from V
On Thu, Dec 12, 2013 at 12:39 PM, Linus Walleij
wrote:
> On Wed, Dec 11, 2013 at 7:37 PM, Sherman Yin wrote:
>
>> Adds a string to the PINCTRL config option so that 1) CONFIG_PINCTRL=y would
>> not be erased by make config, and 2) PINCTRL option would show up in
>> menuconfig.
>>
>> Signed-off-b
On Tue, Dec 10, 2013 at 12:26 PM, Tim Kryger wrote:
> On Mon, Dec 9, 2013 at 11:18 PM, Christian Daudt wrote:
>> Applied to armsoc/for-3.14/dt
>
> Could you wait till other maintainers provide their acks and then take
> the entire series into a branch that feeds into the arm
y = <1300>;
> + clocks = <&uartb3_clk>;
> interrupts = ;
> reg-shift = <2>;
> reg-io-width = <4>;
> @@ -73,7 +73,7 @@
> compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw
;0x3f1a 0x10000>;
> + clocks = <&sdio3_clk>;
> interrupts = <0x0 74 0x4>;
> };
>
> --
> 1.8.0.1
>
Reviewed-by: Christian Daudt
--
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/
timer";
> reg = <0x35006000 0x1000>;
> interrupts = ;
> - clock-frequency = <32768>;
> + clocks = <&hub_timer_clk>;
> };
>
> gpio: gpio@35003000 {
> --
> 1.8.0.1
>
,kona-sdhci";
> reg = <0x3f1a 0x1>;
> interrupts = ;
> + clocks = <&sdio3_clk>;
> status = "disabled";
> };
>
> @@ -139,6 +142,7 @@
> compatible = "b
On Thu, Dec 5, 2013 at 11:20 AM, Tim Kryger wrote:
> Enable the external clock needed by the host controller during the
> probe and disable it during the remove.
>
> Signed-off-by: Tim Kryger
> Reviewed-by: Markus Mayer
> Reviewed-by: Matt Porter
Reviewed-by: Christian Daudt
>;
> - clock-frequency = <32768>;
> + clocks = <&hub_timer_clk>;
> };
>
> --
> 1.8.0.1
>
Reviewed-by: Christian Daudt
--
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/
On Thu, Dec 5, 2013 at 11:20 AM, Tim Kryger wrote:
> When an clock is specified in the device tree, enable it and use it to
> determine the external clock frequency.
>
> Signed-off-by: Tim Kryger
> Reviewed-by: Markus Mayer
> Reviewed-by: Matt Porter
> ---
Reviewe
;
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b2cf5cf..9d6fbfd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1860,6 +1860,7 @@ F:drivers/net/ethernet/broadcom/bnx2x/
>
> BROADCOM BCM281XX/BCM11XXX ARM ARCHITECTURE
> M: Christian Daudt
> +M: Matt Por
; BROADCOM SPECIFIC AMBA DRIVER (BCMA)
> M: Rafał Miłecki
> L: linux-wirel...@vger.kernel.org
> --
> 1.7.9.5
>
Acked-by: Christian Daudt
--
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/
On Thu, Dec 5, 2013 at 3:00 PM, Tim Kryger wrote:
> Now that CONFIG_OABI_COMPAT is off by default, remove the explicit
> disabling of this feature.
>
> Signed-off-by: Tim Kryger
> Reviewed-by: Markus Mayer
> ---
> arch/arm/configs/bcm_defconfig | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --
Applied to armsoc/for-3.14/dt
thanks,
csd
On Fri, Dec 6, 2013 at 3:45 PM, Tim Kryger wrote:
> Enable all available i2c busses.
>
> Signed-off-by: Tim Kryger
> Reviewed-by: Christian Daudt
> Reviewed-by: Matt Porter
> Reviewed-by: Markus Mayer
> ---
> arch/arm/
Applied to armsoc/for-3.14/dt
thanks,
csd
On Thu, Dec 5, 2013 at 11:20 AM, Tim Kryger wrote:
> Declare clocks that are enabled and configured by bootloaders as fixed
> rate clocks in the DTS such that device drivers may use standard clock
> function calls.
>
> Signed-off-by: Tim Kryger
> R
On Fri, Dec 6, 2013 at 3:45 PM, Tim Kryger wrote:
> Add the DTS nodes for all the i2c busses in the SoC.
>
> Signed-off-by: Tim Kryger
> Reviewed-by: Christian Daudt
> Reviewed-by: Matt Porter
> Reviewed-by: Markus Mayer
> ---
> arch/arm/boo
On Thu, Dec 5, 2013 at 3:30 PM, Tim Kryger wrote:
> The bootloaders used with Broadcom mobile SoCs are capable of handling
> a device tree separately from the zImage so there is no need for this
> option to be enabled.
>
> Signed-off-by: Tim Kryger
> Reviewed-by: Markus Mayer
> ---
> arch/arm/c
On Thu, Dec 5, 2013 at 3:00 PM, Tim Kryger wrote:
> Do not build the Pseudo Random Number Generation for Cryptographic
> modules since it is not currently being used for this platform.
>
> Signed-off-by: Tim Kryger
> Reviewed-by: Markus Mayer
> ---
> arch/arm/configs/bcm_defconfig | 1 +
> 1 fi
On Fri, Nov 15, 2013 at 3:30 PM, Tim Kryger wrote:
> On Fri, Nov 15, 2013 at 2:52 PM, Wolfram Sang wrote:
>
>> Fixed Kconfig sorting, squashed broken out patches 1-3 into one and
>> applied to for-next, thanks! Let me know if I should take patches 4-5
>> also, but usually they go via arm-soc. Als
On Thu, Feb 6, 2014 at 1:21 AM, Linus Walleij wrote:
> On Tue, Feb 4, 2014 at 9:13 PM, Sherman Yin wrote:
>> On 14-02-04 12:49 AM, Axel Lin wrote:
>>>
>>> Signed-off-by: Axel Lin
>>>
>> Note that this will collide with the capri->bcm281xx renaming patches.
>>
>> Linus, Christian, are those patch
On Fri, Feb 7, 2014 at 10:35 AM, Christian Daudt wrote:
> On Thu, Feb 6, 2014 at 1:21 AM, Linus Walleij
> wrote:
>> On Tue, Feb 4, 2014 at 9:13 PM, Sherman Yin wrote:
>>> On 14-02-04 12:49 AM, Axel Lin wrote:
>>>>
>>>> Signed-off-by: Axel Lin
On Thu, Dec 19, 2013 at 6:23 AM, Matt Porter wrote:
> Adds USB OTG/PHY and clock support to BCM281xx and enables
> UDC support on the bcm11351-brt and bcm28155-ap boards.
>
> Signed-off-by: Matt Porter
> Reviewed-by: Markus Mayer
> Reviewed-by: Tim Kryger
Applied to armsoc/for-3.14/dt
thanks
On Sat, Dec 14, 2013 at 12:14 AM, Christian Daudt wrote:
> On Thu, Dec 5, 2013 at 11:20 AM, Tim Kryger wrote:
>> Enable the external clock needed by the host controller during the
>> probe and disable it during the remove.
>>
>> Signed-off-by: Tim Kryger
&
On Mon, Apr 11, 2016 at 8:27 AM, Sudip Mukherjee
wrote:
>
> From: Sudip Mukherjee
>
> We have a check for card just after dereferencing it. So if it is NULL
> we have already dereferenced it before its check. Lets dereference it
> after checking card for NULL.
>
> Signed-off-by: Sudip Mukherjee
94 matches
Mail list logo