[PATCH] Fix segfault in dtc when empty input file is given.

2012-09-14 Thread Markus Mayer
From: Markus Mayer mma...@broadcom.com Date: Thu, 13 Sep 2012 14:46:28 -0700 Subject: [PATCH] Fix segfault in dtc when empty input file is given. Prior to this change, an empty input file would cause a segfault, because yylloc had never been initialized. There was never any characters

[PATCH 1/2] watchdog: bcm281xx: Watchdog Driver

2013-11-08 Thread Markus Mayer
This commit adds support for the watchdog timer used on the BCM281xx family of SoCs. Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt Porter matt.por...@linaro.org --- drivers/watchdog/Kconfig| 21 +++ drivers/watchdog/Makefile |1 + drivers/watchdog

[PATCH 0/2] watchdog: bcm281xx: Watchdog Driver

2013-11-08 Thread Markus Mayer
This series introduces the watchdog driver for the BCM281xx family of mobile SoCs. Markus Mayer (2): watchdog: bcm281xx: Watchdog Driver ARM: bcm281xx: watchdog configuration arch/arm/configs/bcm_defconfig |3 + drivers/watchdog/Kconfig| 21 +++ drivers/watchdog/Makefile

[PATCH 2/2] ARM: bcm281xx: watchdog configuration

2013-11-08 Thread Markus Mayer
This commit enables the watchdog driver for the BCM281xx family of SoCs. Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt Porter matt.por...@linaro.org --- arch/arm/configs/bcm_defconfig |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/configs/bcm_defconfig

[PATCH v5 2/2] ARM: bcm281xx: watchdog configuration

2013-11-22 Thread Markus Mayer
This commit enables the watchdog driver for the BCM281xx family of SoCs. Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt Porter matt.por...@linaro.org Acked-by: Guenter Roeck li...@roeck-us.net --- arch/arm/configs/bcm_defconfig |3 +++ 1 file changed, 3 insertions

[PATCH v5 0/2] watchdog: bcm281xx: Watchdog Driver

2013-11-22 Thread Markus Mayer
bcm_kona_wdt_start() can use it Removed MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR) Markus Mayer (2): watchdog: bcm281xx: Watchdog Driver ARM: bcm281xx: watchdog configuration arch/arm/configs/bcm_defconfig |3 + drivers/watchdog/Kconfig| 22 +++ drivers/watchdog/Makefile |1

[PATCH v5 1/2] watchdog: bcm281xx: Watchdog Driver

2013-11-22 Thread Markus Mayer
This commit adds support for the watchdog timer used on the BCM281xx family of SoCs. Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt Porter matt.por...@linaro.org Reviewed-by: Guenter Roeck li...@roeck-us.net --- drivers/watchdog/Kconfig| 22 +++ drivers/watchdog

Re: [PATCH 1/2] watchdog: bcm281xx: Watchdog Driver

2013-11-12 Thread Markus Mayer
On 11 November 2013 09:34, Guenter Roeck li...@roeck-us.net wrote: On Fri, Nov 08, 2013 at 12:44:47PM -0800, Markus Mayer wrote: This commit adds support for the watchdog timer used on the BCM281xx family of SoCs. Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt Porter

Re: [PATCH 1/2] watchdog: bcm281xx: Watchdog Driver

2013-11-12 Thread Markus Mayer
-- Markus Mayer Broadcom Landing Team -- 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/

Re: [PATCH v3] ARM: bcm: Add DEBUG_LL console support

2013-11-14 Thread Markus Mayer
anyone provide an ack on this mod ? Thanks, csd Tested-by: Markus Mayer markus.ma...@linaro.org [0.00] Booting Linux on physical CPU 0x0 [0.00] Initializing cgroup subsys cpu [0.00] Initializing cgroup subsys cpuacct [0.00] Linux version 3.12.0+ (mma...@lbrmn

[PATCH v2 0/2] watchdog: bcm281xx: Watchdog Driver

2013-11-15 Thread Markus Mayer
bcm_kona_wdt_start() can use it - Removed MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR) Markus Mayer (2): watchdog: bcm281xx: Watchdog Driver ARM: bcm281xx: watchdog configuration arch/arm/configs/bcm_defconfig |3 + drivers/watchdog/Kconfig| 22 +++ drivers/watchdog/Makefile |1

[PATCH v2 2/2] ARM: bcm281xx: watchdog configuration

2013-11-15 Thread Markus Mayer
This commit enables the watchdog driver for the BCM281xx family of SoCs. Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt Porter matt.por...@linaro.org --- arch/arm/configs/bcm_defconfig |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/configs/bcm_defconfig

[PATCH v2 1/2] watchdog: bcm281xx: Watchdog Driver

2013-11-15 Thread Markus Mayer
This commit adds support for the watchdog timer used on the BCM281xx family of SoCs. Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt Porter matt.por...@linaro.org --- drivers/watchdog/Kconfig| 22 +++ drivers/watchdog/Makefile |1 + drivers/watchdog

Re: [PATCH v2 1/2] watchdog: bcm281xx: Watchdog Driver

2013-11-15 Thread Markus Mayer
On 15 November 2013 12:58, Markus Mayer markus.ma...@linaro.org wrote: This commit adds support for the watchdog timer used on the BCM281xx family of SoCs. Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt Porter matt.por...@linaro.org --- drivers/watchdog/Kconfig

Re: [PATCH v2 1/2] watchdog: bcm281xx: Watchdog Driver

2013-11-18 Thread Markus Mayer
On 15 November 2013 20:27, Guenter Roeck li...@roeck-us.net wrote: On 11/15/2013 12:58 PM, Markus Mayer wrote: This commit adds support for the watchdog timer used on the BCM281xx family of SoCs. Signed-off-by: Markus Mayer markus.ma...@linaro.org You are using two different e-mail

[PATCH v3 2/2] ARM: bcm281xx: watchdog configuration

2013-11-18 Thread Markus Mayer
This commit enables the watchdog driver for the BCM281xx family of SoCs. Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt Porter matt.por...@linaro.org --- arch/arm/configs/bcm_defconfig |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/configs/bcm_defconfig

[PATCH v3 0/2] watchdog: bcm281xx: Watchdog Driver

2013-11-18 Thread Markus Mayer
() - Made bcm_kona_wdt_set_timeout_reg() more generic, so bcm_kona_wdt_start() can use it Removed MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR) Markus Mayer (2): watchdog: bcm281xx: Watchdog Driver ARM: bcm281xx: watchdog configuration arch/arm/configs/bcm_defconfig |3 + drivers/watchdog/Kconfig

[PATCH v3 1/2] watchdog: bcm281xx: Watchdog Driver

2013-11-18 Thread Markus Mayer
This commit adds support for the watchdog timer used on the BCM281xx family of SoCs. Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt Porter matt.por...@linaro.org --- drivers/watchdog/Kconfig| 22 +++ drivers/watchdog/Makefile |1 + drivers/watchdog

[PATCH v4 0/2] watchdog: bcm281xx: Watchdog Driver

2013-11-19 Thread Markus Mayer
- bcm_kona_wdt_ctrl_reg_modify(): - bcm_kona_wdt_set_resolution_reg() bcm_kona_wdt_set_timeout_reg() - bcm_kona_wdt_stop() - Made bcm_kona_wdt_set_timeout_reg() more generic, so bcm_kona_wdt_start() can use it Removed MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR) Markus Mayer (2): watchdog: bcm281xx: Watchdog Driver

[PATCH v4 2/2] ARM: bcm281xx: watchdog configuration

2013-11-19 Thread Markus Mayer
This commit enables the watchdog driver for the BCM281xx family of SoCs. Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt Porter matt.por...@linaro.org Acked-by: Guenter Roeck li...@roeck-us.net --- arch/arm/configs/bcm_defconfig |3 +++ 1 file changed, 3 insertions

[PATCH v4 1/2] watchdog: bcm281xx: Watchdog Driver

2013-11-19 Thread Markus Mayer
This commit adds support for the watchdog timer used on the BCM281xx family of SoCs. Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt Porter matt.por...@linaro.org Reviewed-by: Guenter Roeck li...@roeck-us.net --- drivers/watchdog/Kconfig| 22 +++ drivers/watchdog

Re: [PATCH v4 1/2] watchdog: bcm281xx: Watchdog Driver

2013-11-20 Thread Markus Mayer
On 19 November 2013 11:07, Markus Mayer markus.ma...@linaro.org wrote: This commit adds support for the watchdog timer used on the BCM281xx family of SoCs. Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt Porter matt.por...@linaro.org Reviewed-by: Guenter Roeck li

Re: [PATCH v4 1/2] watchdog: bcm281xx: Watchdog Driver

2013-11-20 Thread Markus Mayer
in Kconfig: Support for the watchdog timer on the following Broadcom BCM281xx So, I'll generate v5 with that fixed. Do you prefer I also rebase it right now to whatever current tip is to take care of the merge conflict? Thanks, -Markus -- Markus Mayer Broadcom Landing Team -- To unsubscribe

Re: [PATCH v4 1/2] watchdog: bcm281xx: Watchdog Driver

2013-11-20 Thread Markus Mayer
On 20 November 2013 10:40, Guenter Roeck li...@roeck-us.net wrote: On Wed, Nov 20, 2013 at 10:24:54AM -0800, Markus Mayer wrote: Hi Markus, Yes, I noticed when I merged it into my watchdog-next branch. Reminds me ... v3 had a whitespace problem. I don't recall if you fixed that in v4

[PATCH 0/4] ARM: bcm281xx: Consolidate code

2014-02-25 Thread Markus Mayer
to be board specific Markus Mayer (4): ARM: bcm281xx: Move kona_l2_cache_init() so it can be shared ARM: bcm281xx: Consolidate reboot code ARM: bcm281xx: Re-order hearder files ARM: bcm281xx: Rename board_init() function arch/arm/mach-bcm/board_bcm281xx.c | 74

[PATCH 2/4] ARM: bcm281xx: Consolidate reboot code

2014-02-25 Thread Markus Mayer
Consolidate reboot code and remove unnecessary functions. Signed-off-by: Markus Mayer markus.ma...@linaro.org --- arch/arm/mach-bcm/board_bcm281xx.c | 46 - arch/arm/mach-bcm/kona.c | 50 arch/arm/mach-bcm/kona.h

[PATCH 1/4] ARM: bcm281xx: Move kona_l2_cache_init() so it can be shared

2014-02-25 Thread Markus Mayer
In preparation for future SoCs, move kona_l2_cache_init() from board specific board_bcm281xx.c to shared kona.c, so multiple SoC families can make use of it. Also change the return type to void, since we never look at the return code anyway. Signed-off-by: Markus Mayer markus.ma...@linaro.org

[PATCH 4/4] ARM: bcm281xx: Rename board_init() function

2014-02-25 Thread Markus Mayer
Rename board_init() to bcm281xx_init(), so the name reflects the board specific nature of this function. Signed-off-by: Markus Mayer markus.ma...@linaro.org --- arch/arm/mach-bcm/board_bcm281xx.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-bcm

[PATCH 3/4] ARM: bcm281xx: Re-order hearder files

2014-02-25 Thread Markus Mayer
Re-order header files alphabetically. Signed-off-by: Markus Mayer markus.ma...@linaro.org --- arch/arm/mach-bcm/board_bcm281xx.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-bcm/board_bcm281xx.c b/arch/arm/mach-bcm/board_bcm281xx.c index e0d0bc5e

Re: [PATCH] mach-bcm: bcm281xx: symbol cleanup

2014-02-25 Thread Markus Mayer
. Signed-off-by: Alex Elder el...@linaro.org Reviewed-by: Markus Mayer markus.ma...@linaro.org --- arch/arm/mach-bcm/board_bcm281xx.c |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-bcm/board_bcm281xx.c b/arch/arm/mach-bcm/board_bcm281xx.c index

[PATCH 1/3] ARM: DT: bcm21664: Device tree bindings

2014-02-27 Thread Markus Mayer
Add binding documents for the Broadcom BCM21664 SoC. Signed-off-by: Markus Mayer markus.ma...@linaro.org --- .../devicetree/bindings/arm/bcm/bcm21664.txt | 15 +++ .../devicetree/bindings/arm/bcm/kona-resetmgr.txt | 14 ++ 2 files changed, 29 insertions

[PATCH 2/3] ARM: bcm21664: Add board support.

2014-02-27 Thread Markus Mayer
Add support for the Broadcom BCM21664 mobile SoC. It has two Cortex-A9 cores like the BCM281xx family of chips. BCM21664 and BCM281xx share many IP blocks in addition to the ARM cores. Signed-off-by: Markus Mayer markus.ma...@linaro.org --- arch/arm/mach-bcm/Makefile |6 ++- arch/arm

[PATCH 0/3] ARM: bcm21664: Add initial support.

2014-02-27 Thread Markus Mayer
This series adds initial support for the Broadcom BCM21664 mobile SoC. The series depends on the series ARM: bcm281xx: Consolidate code: https://lkml.org/lkml/2014/2/25/548 Markus Mayer (3): ARM: DT: bcm21664: Device tree bindings ARM: bcm21664: Add board support. ARM: dts: bcm21664

[PATCH 3/3] ARM: dts: bcm21664: Add device tree files.

2014-02-27 Thread Markus Mayer
Add device tree files for the Broadcom BCM21664 SoC. Signed-off-by: Markus Mayer markus.ma...@linaro.org --- arch/arm/boot/dts/Makefile|3 +- arch/arm/boot/dts/bcm21664-garnet.dts | 56 +++ arch/arm/boot/dts/bcm21664.dtsi | 292 + 3

[PATCH] watchdog: bcm281xx: Fix Kconfig dependency

2014-03-05 Thread Markus Mayer
Use more the applicable ARCH_BCM_MOBILE option instead of ARCH_BCM as dependency for bcm_kona_wdt.c. Signed-off-by: Markus Mayer markus.ma...@linaro.org --- drivers/watchdog/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog

[PATCH] mmc: sdhci-bcm-kona: Fix locking in sdhci_bcm_kona_sd_card_emulate()

2014-03-05 Thread Markus Mayer
scheduling while atomic errors. Signed-off-by: Markus Mayer markus.ma...@linaro.org --- drivers/mmc/host/sdhci-bcm-kona.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/mmc/host/sdhci-bcm-kona.c b/drivers/mmc/host/sdhci-bcm-kona.c index 7a190fe..f1b0a62 100644

[PATCH v2 1/3] ARM: DT: bcm21664: Device tree bindings

2014-03-06 Thread Markus Mayer
Add binding documents for the Broadcom BCM21664 SoC. Signed-off-by: Markus Mayer markus.ma...@linaro.org --- Documentation/devicetree/bindings/arm/bcm/bcm21664.txt| 15 +++ .../devicetree/bindings/arm/bcm/kona-resetmgr.txt | 14 ++ 2 files changed, 29

[PATCH v2 0/3] ARM: bcm21664: Add initial support.

2014-03-06 Thread Markus Mayer
This series adds initial support for the Broadcom BCM21664 mobile SoC. The series depends on the series ARM: bcm281xx: Consolidate code: https://lkml.org/lkml/2014/2/25/548 Changes since v1: - Fixed typo (21644 - 21664 in 2 locations) in board_bcm21664.c Markus Mayer (3): ARM: DT

[PATCH v2 3/3] ARM: dts: bcm21664: Add device tree files.

2014-03-06 Thread Markus Mayer
Add device tree files for the Broadcom BCM21664 SoC. Signed-off-by: Markus Mayer markus.ma...@linaro.org --- arch/arm/boot/dts/Makefile| 3 +- arch/arm/boot/dts/bcm21664-garnet.dts | 56 +++ arch/arm/boot/dts/bcm21664.dtsi | 292 ++ 3

[PATCH v2 2/3] ARM: bcm21664: Add board support.

2014-03-06 Thread Markus Mayer
Add support for the Broadcom BCM21664 mobile SoC. It has two Cortex-A9 cores like the BCM281xx family of chips. BCM21664 and BCM281xx share many IP blocks in addition to the ARM cores. Signed-off-by: Markus Mayer markus.ma...@linaro.org --- arch/arm/mach-bcm/Makefile | 6 ++- arch/arm

Re: [PATCH v2 1/2] watchdog: bcm281xx: Debugfs support

2014-01-13 Thread Markus Mayer
On 6 January 2014 13:56, Markus Mayer markus.ma...@linaro.org wrote: This change introduces debugfs support for the BCM281xx watchdog driver. Signed-off-by: Markus Mayer markus.ma...@linaro.org --- drivers/watchdog/Kconfig| 10 drivers/watchdog/bcm_kona_wdt.c | 108

Re: [PATCH v2] ARM: dts: remove bcm11351-brt.dts

2014-02-19 Thread Markus Mayer
mode 100644 arch/arm/boot/dts/bcm11351-brt.dts R.I.P bcm11351... Reviewed-by: Christian Daudt b...@fixthebug.org There goes our original guinea pig. Reviewed-by: Markus Mayer markus.ma...@linaro.org -- Markus Mayer Broadcom Landing Team -- To unsubscribe from this list: send the line

[PATCH] ARM: bcm2835: Move to mach-bcm directory

2014-02-20 Thread Markus Mayer
Move the bcm2835 board file into the mach-bcm directory. This allows us to get rid of the mach-bcm2835 directory with the associated Kconfig and Makefile. Signed-off-by: Markus Mayer markus.ma...@linaro.org --- MAINTAINERS|2 +- arch/arm/Kconfig

Re: [PATCH] ARM: bcm2835: Move to mach-bcm directory

2014-02-21 Thread Markus Mayer
On 21 February 2014 06:09, Matt Porter mpor...@linaro.org wrote: On Thu, Feb 20, 2014 at 09:53:56PM -0700, Stephen Warren wrote: On 02/20/2014 05:16 PM, Markus Mayer wrote: Move the bcm2835 board file into the mach-bcm directory. This allows us to get rid of the mach-bcm2835 directory

[PATCH] MAINTAINERS: Add Broadcom GPIO maintainer

2014-02-12 Thread Markus Mayer
List myself as maintainer for Broadcom's Kona GPIO driver. Signed-off-by: Markus Mayer markus.ma...@linaro.org --- Does that look like a reasonable way to make this change? I added the entry alphabetically in the BROADCOM section. MAINTAINERS |7 +++ 1 file changed, 7 insertions

[PATCH v2 2/3] mmc: sdhci: Use existing mmc pointer calling mmc_regulator_set_ocr()

2014-06-05 Thread Markus Mayer
Use the existing mmc pointer rather than host-mmc as first argument to mmc_regulator_set_ocr(). Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt Porter mpor...@linaro.org --- drivers/mmc/host/sdhci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH v2 1/3] mmc: sdhci: Use mmc core regulator infrastucture

2014-06-05 Thread Markus Mayer
the ocr_avail directly based upon the voltage ranges supported which ensures ocr_avail is set correctly while allowing the use of regulators that can't provide exactly 1.8v, 3.0v, or 3.3v. Signed-off-by: Tim Kryger tim.kry...@gmail.com Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt

[PATCH v2 0/3] mmc: sdhci: Use mmc core regulator infrastucture

2014-06-05 Thread Markus Mayer
conflict was the move of regulator code from sdhci_do_set_ios() to sdhci_set_power(). - Added follow-on patches 2 3 of the series. - Updated Tim Kryger's e-mail address. Markus Mayer (2): mmc: sdhci: Use existing mmc pointer calling mmc_regulator_set_ocr() mmc: sdhci: Replace host-mmc

[PATCH v2 3/3] mmc: sdhci: Replace host-mmc with mmc where possible

2014-06-05 Thread Markus Mayer
After the switch to the MMC core regulator infrastucture, we already have a local mmc pointer in various functions. There is no longer a need to access the data structure via host-mmc. Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt Porter mpor...@linaro.org --- drivers/mmc

[PATCH v3 0/3] mmc: sdhci: Use mmc core regulator infrastucture

2014-06-12 Thread Markus Mayer
MMC series. The most significant conflict was the move of regulator code from sdhci_do_set_ios() to sdhci_set_power(). - Added follow-on patches 2 3 of the series. - Updated Tim Kryger's e-mail address. Markus Mayer (2): mmc: sdhci: Use existing mmc pointer calling

[PATCH v3 2/3] mmc: sdhci: Use existing mmc pointer calling mmc_regulator_set_ocr()

2014-06-12 Thread Markus Mayer
Use the existing mmc pointer rather than host-mmc as first argument to mmc_regulator_set_ocr(). Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt Porter mpor...@linaro.org --- drivers/mmc/host/sdhci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH v3 1/3] mmc: sdhci: Use mmc core regulator infrastucture

2014-06-12 Thread Markus Mayer
the ocr_avail directly based upon the voltage ranges supported which ensures ocr_avail is set correctly while allowing the use of regulators that can't provide exactly 1.8v, 3.0v, or 3.3v. Signed-off-by: Tim Kryger tim.kry...@gmail.com Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt

[PATCH v3 3/3] mmc: sdhci: Replace host-mmc with mmc where possible

2014-06-12 Thread Markus Mayer
After the switch to the MMC core regulator infrastucture, we already have a local mmc pointer in various functions. There is no longer a need to access the data structure via host-mmc. Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt Porter mpor...@linaro.org --- drivers/mmc

[PATCH v4 1/2] mmc: sdhci: Use mmc core regulator infrastucture

2014-06-13 Thread Markus Mayer
the ocr_avail directly based upon the voltage ranges supported which ensures ocr_avail is set correctly while allowing the use of regulators that can't provide exactly 1.8v, 3.0v, or 3.3v. Signed-off-by: Tim Kryger tim.kry...@gmail.com Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt

[PATCH v4 0/2] mmc: sdhci: Use mmc core regulator infrastucture

2014-06-13 Thread Markus Mayer
conflicts resulting from RMK's MMC series. The most significant conflict was the move of regulator code from sdhci_do_set_ios() to sdhci_set_power(). - Added follow-on patches 2 3 of the series. - Updated Tim Kryger's e-mail address. Markus Mayer (1): mmc: sdhci: Replace host-mmc

[PATCH v4 2/2] mmc: sdhci: Replace host-mmc with mmc where possible

2014-06-13 Thread Markus Mayer
After the switch to the MMC core regulator infrastucture, we already have a local mmc pointer in various functions. There is no longer a need to access the data structure via host-mmc. Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt Porter mpor...@linaro.org --- drivers/mmc

Re: [PATCH v4 2/2] mmc: sdhci: Replace host-mmc with mmc where possible

2014-06-16 Thread Markus Mayer
On 16 June 2014 01:23, Ulf Hansson ulf.hans...@linaro.org wrote: On 13 June 2014 19:13, Markus Mayer markus.ma...@linaro.org wrote: After the switch to the MMC core regulator infrastucture, we already have a local mmc pointer in various functions. There is no longer a need to access the data

[PATCH] gpio: bcm281xx: Update MODULE_AUTHOR

2014-02-03 Thread Markus Mayer
Add Broadcom's upstreaming mailing list address to MODULE_AUTHOR. Signed-off-by: Markus Mayer markus.ma...@linaro.org --- drivers/gpio/gpio-bcm-kona.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpio/gpio-bcm-kona.c b/drivers/gpio/gpio-bcm-kona.c index

Re: [PATCH] gpio: bcm281xx: Update MODULE_AUTHOR

2014-02-05 Thread Markus Mayer
On 5 February 2014 02:03, Linus Walleij linus.wall...@linaro.org wrote: On Mon, Feb 3, 2014 at 10:43 PM, Markus Mayer markus.ma...@linaro.org wrote: Add Broadcom's upstreaming mailing list address to MODULE_AUTHOR. Signed-off-by: Markus Mayer markus.ma...@linaro.org Hm OK

[PATCH] gpio: bcm281xx: Fix parameter name for GPIO_CONTROL macro

2014-01-21 Thread Markus Mayer
The GPIO_CONTROL macro returns the control register offset when given a GPIO number. Update the argument name in the macro to reflect that it takes in a GPIO number and not a bank. Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Tim Kryger tim.kry...@linaro.org --- drivers/gpio

[PATCH] gpio: bcm281xx: Centralize register locking

2014-01-21 Thread Markus Mayer
the entire GPIO bank as before. Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Tim Kryger tim.kry...@linaro.org --- drivers/gpio/gpio-bcm-kona.c | 82 +- 1 file changed, 49 insertions(+), 33 deletions(-) diff --git a/drivers/gpio/gpio-bcm-kona.c

[PATCH v2 1/2] watchdog: bcm281xx: Debugfs support

2014-01-06 Thread Markus Mayer
This change introduces debugfs support for the BCM281xx watchdog driver. Signed-off-by: Markus Mayer markus.ma...@linaro.org --- drivers/watchdog/Kconfig| 10 drivers/watchdog/bcm_kona_wdt.c | 108 +-- 2 files changed, 114 insertions(+), 4

[PATCH v2 0/2] watchdog: bcm281xx: Debugfs support

2014-01-06 Thread Markus Mayer
together, so now there are just two instead of four functions Markus Mayer (2): watchdog: bcm281xx: Debugfs support watchdog: bcm281xx: Turn on debugfs support for watchdog driver arch/arm/configs/bcm_defconfig |1 + drivers/watchdog/Kconfig| 10 drivers/watchdog

[PATCH v2 2/2] watchdog: bcm281xx: Turn on debugfs support for watchdog driver

2014-01-06 Thread Markus Mayer
This change turns on debugfs support for the BCM281xx watchdog driver. Signed-off-by: Markus Mayer markus.ma...@linaro.org --- arch/arm/configs/bcm_defconfig |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/bcm_defconfig b/arch/arm/configs/bcm_defconfig index 10d1392

Re: [PATCH v5 1/2] watchdog: bcm281xx: Watchdog Driver

2013-12-17 Thread Markus Mayer
Hi Wim, Would you be able to pull v5 of this patch series into linux-watchdog-next? There haven't been any negative comments for several weeks. Thanks, -Markus On 22 November 2013 14:56, Markus Mayer markus.ma...@linaro.org wrote: This commit adds support for the watchdog timer used

[PATCH] gpio: bcm281xx: Use unsigned gpio consistently throughout the code

2014-01-27 Thread Markus Mayer
This patch removes some inconsistencies caused by the use of int gpio in some parts of the code and unsigned gpio in others. Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Tim Kryger tim.kry...@linaro.org --- drivers/gpio/gpio-bcm-kona.c |8 1 file changed, 4

Re: [PATCH v5 0/2] watchdog: bcm281xx: Watchdog Driver

2013-12-31 Thread Markus Mayer
/watchdog-next-mirror.git/commit/bd90ccd42c5d6317979c62919ba1c79fd34fa785 Regards, -Markus -- Markus Mayer Broadcom Landing Team -- 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

[PATCH 0/2] watchdog: bcm281xx: Debugfs support

2013-12-31 Thread Markus Mayer
. - debugfs setup and teardown is now performed by bcm_kona_wdt_debug_init() and bcm_kona_wdt_debug_exit() rather than by using #ifdefs in bcm_kona_wdt_probe() and bcm_kona_wdt_debug_exit(). This series is dependent on commit bd90ccd42c5d6317979c62919ba1c79fd34fa785 in linux-watchdog-next. Markus

[PATCH 1/2] watchdog: bcm281xx: Debugfs support

2013-12-31 Thread Markus Mayer
This change introduces debugfs support for the BCM281xx watchdog driver. Signed-off-by: Markus Mayer markus.ma...@linaro.org --- drivers/watchdog/Kconfig| 10 drivers/watchdog/bcm_kona_wdt.c | 116 +-- 2 files changed, 122 insertions(+), 4

[PATCH 2/2] watchdog: bcm281xx: Turn on debugfs support for watchdog driver

2013-12-31 Thread Markus Mayer
This change turns on debugfs support for the BCM281xx watchdog driver. Signed-off-by: Markus Mayer markus.ma...@linaro.org --- arch/arm/configs/bcm_defconfig |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/bcm_defconfig b/arch/arm/configs/bcm_defconfig index 10d1392

[PATCH] watchdog: bcm281xx: Fix Kconfig help section

2014-01-03 Thread Markus Mayer
Fix the debugfs path name mentioned in the Kconfig help section. Signed-off-by: Markus Mayer markus.ma...@linaro.org --- This patch fixes an oversight in my previous series from Dec 31. http://www.spinics.net/lists/linux-watchdog/msg03538.html drivers/watchdog/Kconfig |2 +- 1 file changed

Re: [PATCH v5 0/2] watchdog: bcm281xx: Watchdog Driver

2013-12-06 Thread Markus Mayer
On 22 November 2013 14:56, Markus Mayer markus.ma...@linaro.org wrote: This is version 5 of the watchdog driver for the BCM281xx family of mobile SoCs. Changes since version 4: - Fixed whitespace issue in Kconfig help section - Rebased onto 3.13-rc1 (due to merge conflict in Makefile

[PATCH] mmc: sdhci-bcm-kona: make linker-section warning go away

2013-08-07 Thread Markus Mayer
This change makes the following build warning go away: [...] LINKvmlinux LD vmlinux.o MODPOST vmlinux.o WARNING: modpost: Found 2 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' Signed-off-by: Markus Mayer markus.ma

Re: [PATCHv4 1/5] mailbox: rename pl320-ipc specific mailbox.h

2014-03-27 Thread Markus Mayer
The patch 30058677 ARM / highbank: add support for pl320 IPC added a pl320 IPC specific header file as a generic mailbox.h. This file has been renamed appropriately to allow the introduction of the generic mailbox API framework. Acked-by: Mark Langsdorf mark.langsd...@calxeda.com Cc: Rafael

Re: [PATCHv4,2/5] mailbox: Introduce framework for mailbox

2014-03-28 Thread Markus Mayer
diff --git a/drivers/mailbox/mailbox.c b/drivers/mailbox/mailbox.c new file mode 100644 index 000..79d576e --- /dev/null +++ b/drivers/mailbox/mailbox.c @@ -0,0 +1,589 @@ +/* + * Mailbox: Common code for Mailbox controllers and users + * + * Copyright (C) 2014 Linaro Ltd. + *

[PATCH RESEND] mmc: Delay the card_event callback into the mmc_rescan worker

2014-04-08 Thread Markus Mayer
This change removes the callback from atomic context which it doesn't need to be in, and puts it in line with the debounced rescan. This code is based on these e-mail threads with Christian Daudt: https://lkml.org/lkml/2013/8/19/539 https://lkml.org/lkml/2014/3/19/79 Signed-off-by: Markus

Re: [PATCH RESEND] mmc: Delay the card_event callback into the mmc_rescan worker

2014-04-11 Thread Markus Mayer
On 9 April 2014 01:56, Ulf Hansson ulf.hans...@linaro.org wrote: diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c index 098374b..ff7fd2e 100644 --- a/drivers/mmc/core/core.c +++ b/drivers/mmc/core/core.c @@ -2421,6 +2421,11 @@ void mmc_rescan(struct work_struct *work)

[PATCH] mmc: Delay the card_event callback into the mmc_rescan worker

2014-03-31 Thread Markus Mayer
This change removes the callback from atomic context which it doesn't need to be in, and puts it in line with the debounced rescan. This code is based on these e-mail threads with Christian Daudt: https://lkml.org/lkml/2013/8/19/539 https://lkml.org/lkml/2014/3/19/79 Signed-off-by: Markus

Re: [PATCHv4,2/5] mailbox: Introduce framework for mailbox

2014-03-31 Thread Markus Mayer
On 28 March 2014 20:54, Jassi Brar jassisinghb...@gmail.com wrote: On Sat, Mar 29, 2014 at 3:38 AM, Markus Mayer markus.ma...@linaro.org wrote: . +int mbox_send_message(struct mbox_chan *chan, void *mssg) +{ + int t; + + if (!chan || !chan-cl) + return -EINVAL

Re: [PATCHv8 2/2] mailbox: Introduce framework for mailbox

2014-07-11 Thread Markus Mayer
On 11 July 2014 02:35, Jassi Brar jaswinder.si...@linaro.org wrote: Introduce common framework for client/protocol drivers and controller drivers of Inter-Processor-Communication (IPC). Client driver developers should have a look at include/linux/mailbox_client.h to understand the part of

Re: [PATCHv2 0/5] OMAP Mailbox framework adoption DT support

2014-07-11 Thread Markus Mayer
On 11 July 2014 15:04, Suman Anna s-a...@ti.com wrote: Hi, This is a refresh of the OMAP Mailbox framework adoption DT support series [1], to work with the revised OMAP mailbox DT/hwmod cleanup series [2]. The series has one less patch than the previous series, with the patch

Re: [PATCH] direct-io: squelch maybe-uninitialized warning in do_direct_IO()

2014-06-23 Thread Markus Mayer
I did a bit of digging on this and I am wondering if the initialization of to and from to 0 should instead be done in dio_get_page(). The warning is caused by the return in dio_get_page(): ret = dio_refill_pages(dio, sdio); if (ret) return

[RFC PATCH 1/2] Makefile: Make HOSTCFLAGS and HOSTCXXFLAGS user modifyable

2014-06-20 Thread Markus Mayer
In order to allow the user to pass extra arguments to the host compiler, we no longer overwrite the host compiler flags in the makefile, but append them to what was passed in. Signed-off-by: Markus Mayer markus.ma...@linaro.org --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[RFC PATCH 2/2] Makefile: Introduce HOSTLDFLAGS environment variable

2014-06-20 Thread Markus Mayer
By default we don't need HOSTLDFLAGS. However, providing it gives the user the ability to pass extra flags to the host linker should they be required. The variables AS LD CC are moved to the next line to keep line length in check. Signed-off-by: Markus Mayer markus.ma...@linaro.org --- Makefile

[RFC PATCH 0/2] Make host compiler and linker flags modifyable

2014-06-20 Thread Markus Mayer
. Markus Mayer (2): Makefile: Make HOSTCFLAGS and HOSTCXXFLAGS user modifyable Makefile: Introduce HOSTLDFLAGS environment variable Makefile | 8 1 file changed, 4 insertions(+), 4 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [RFC PATCH 1/2] Makefile: Make HOSTCFLAGS and HOSTCXXFLAGS user modifyable

2014-06-20 Thread Markus Mayer
On 20 June 2014 11:44, Sam Ravnborg s...@ravnborg.org wrote: On Fri, Jun 20, 2014 at 11:31:28AM -0700, Markus Mayer wrote: In order to allow the user to pass extra arguments to the host compiler, we no longer overwrite the host compiler flags in the makefile, but append them to what was passed

[PATCH v5] mmc: sdhci: Replace host-mmc with mmc where possible

2014-06-26 Thread Markus Mayer
After the switch to the MMC core regulator infrastucture, we already have a local mmc pointer in various functions. There is no longer a need to access the data structure via host-mmc. Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt Porter mpor...@linaro.org --- This patch

Re: [PATCHv2 0/5] OMAP Mailbox framework adoption DT support

2014-07-14 Thread Markus Mayer
Hi Suman, There are couple of dependent preparatory series. You probably missed the following in the cover letter. The series depends on the OMAP mailbox cleanup series [5] and the refreshed OMAP mailbox DT/hwmod cleanup series [2]. As long as you pick the two dependent series, they apply

[RESEND PATCH v5] mmc: sdhci: Replace host-mmc with mmc where possible

2014-07-03 Thread Markus Mayer
After the switch to the MMC core regulator infrastucture, we already have a local mmc pointer in various functions. There is no longer a need to access the data structure via host-mmc. Signed-off-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt Porter mpor...@linaro.org --- This patch

Re: [PATCHv2 2/5] mailbox/omap: add support for parsing dt devices

2014-07-16 Thread Markus Mayer
If I may nit-pick here for a minute... On 11 July 2014 15:04, Suman Anna s-a...@ti.com wrote: Logic has been added to the OMAP2+ mailbox code to parse the mailbox dt nodes and construct the different sub-mailboxes associated with the instance. The DT representation of the sub-mailbox devices

[PATCH] kconfig: allow kconfig to handle longer path names

2015-12-02 Thread Markus Mayer
The current (arbitrary) limit of 128 for path names has proven too short for Android builds, as longer path names are used there. Change conf.c, so it can handle path lengths up to PATH_MAX characters. Signed-off-by: Markus Mayer <mma...@broadcom.com> --- scripts/kconfig/conf.c | 7

[RESEND PATCH] kconfig: allow kconfig to handle longer path names

2015-12-09 Thread Markus Mayer
The current (arbitrary) limit of 128 characters for path names has proven too short for Android builds, as longer path names are used there. Change conf.c, so it can handle path lengths up to PATH_MAX characters. Signed-off-by: Markus Mayer <mma...@broadcom.com> --- scripts/kconfig/conf

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

2016-02-12 Thread Markus Mayer
For some odd reason, the first version of this e-mail had an HTML part and got rejected from the lists. My apologies for the extra e-mail. On 11 February 2016 at 18:12, Florian Fainelli wrote: > As is now common in a lot of organization having an internal code review >

Re: [PATCH 3/4] arm64: dts: Move NS2 clock DT nodes to separate DT file

2016-03-29 Thread Markus Mayer
On 29 March 2016 at 00:27, Anup Patel wrote: > For more readabilty and consistency with other Broadcom SoCs, we move > all NS2 clock DT nodes from main SoC DT file to a separate DT file. > > We also update the license header in ns2.dtsi as-per new Broadcom > convention. >

[PATCH v4 1/7] lib: string: add functions to case-convert strings

2016-07-22 Thread Markus Mayer
take a single string argument and modify the passed-in string. strlcpytoupper() and strlcpytolower() return the number of characters copied or -E2BIG if the destination string was truncated. Like strlcpy(), and unlike strncpy(), the functions guarantee NULL termination of the destination string. S

[PATCH v4 2/7] drm/nouveau/core: make use of new strlcpytolower() function

2016-07-22 Thread Markus Mayer
Call strlcpytolower() rather than copying the string explicitly and then walking it to convert it to lowercase. Signed-off-by: Markus Mayer <mma...@broadcom.com> --- The semantics of the new function has changed, so this patch has been updated since v2 to match the new strlcpy() sem

[PATCH v4 3/7] ACPI / device_sysfs: make use of new strtolower() function

2016-07-22 Thread Markus Mayer
Call strtolower() rather than walking the string explicitly to convert it to lowercase. Signed-off-by: Markus Mayer <mma...@broadcom.com> Acked-by: Rafael J. Wysocki <r...@rjwysocki.net> --- drivers/acpi/device_sysfs.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)

[PATCH v4 0/7] lib: string: add functions to case-convert strings

2016-07-22 Thread Markus Mayer
/lkml/2016/7/10/4 [3] https://lkml.org/lkml/2016/7/1/9 Markus Mayer (7): lib: string: add functions to case-convert strings drm/nouveau/core: make use of new strlcpytolower() function ACPI / device_sysfs: make use of new strtolower() function staging: speakup: replace spk_strlwr() with st

[PATCH v4 5/7] iscsi-target: replace iscsi_initiatorname_tolower() with strtolower()

2016-07-22 Thread Markus Mayer
After introducing generic strtolower(), iscsi_initiatorname_tolower() is no longer needed. Signed-off-by: Markus Mayer <mma...@broadcom.com> Acked-by: Nicholas Bellinger <n...@linux-iscsi.org> --- drivers/target/iscsi/iscsi_target_nego.c | 17 + 1 file changed, 1 inse

[PATCH v4 4/7] staging: speakup: replace spk_strlwr() with strlcpytolower()

2016-07-22 Thread Markus Mayer
After introducing generic strltolower() and strtolower(), spk_strlwr() is no longer needed. Signed-off-by: Markus Mayer <mma...@broadcom.com> Acked-by: Samuel Thibault <samuel.thiba...@ens-lyon.org> --- drivers/staging/speakup/kobjects.c| 3 +-- drivers/staging/speakup/main.c

  1   2   3   4   5   6   7   >