Re: [PATCH v4 7/8] clocksource: kona: Add basic use of external clock

2013-12-16 Thread Daniel Lezcano
On 12/05/2013 08:20 PM, 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 Acked-by: Daniel Lezcano --- drivers/clocksource

Re: [PATCH v2 2/4] rename ARCH_BCM to ARCH_BCM_MOBILE (clocksource)

2013-12-13 Thread Daniel Lezcano
chip residing in mach-bcm directory. Signed-off-by: Christian Daudt Acked-by: Olof Johansson Acked-by: Daniel Lezcano Changes from v1: - fix alpha ordering in dts/Makefile - break into 4 patches for separate subsys diff --git a/drivers/clocksource/Makefile b/drivers/clocksource

Re: [RESEND PATCH v2 1/6] ARM: dts: Declare clocks as fixed on bcm11351

2013-11-08 Thread Daniel Lezcano
On 10/16/2013 11:47 PM, 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 Reviewed-by: Markus Mayer Reviewed-by: Matt Porter --- Hi Tim, I

Re: [PATCH V3 4/4] mmc: mmci: Save and restore register context

2013-09-03 Thread Daniel Lezcano
registers. To handle this, we clear the registers in the > .runtime_suspend callback. > > Signed-off-by: Ulf Hansson > Acked-by: Rickard Andersson > Cc: Daniel Lezcano > --- Reviewed-by: Daniel Lezcano > drivers/mmc/host/mmci.c | 43 +

Re: [PATCH V3 3/4] mmc: mmci: Adapt to register write restrictions

2013-09-03 Thread Daniel Lezcano
e than three > clock cycles. Then we use a simple logic to only delay in .set_ios and > thus we don't affect throughput performance. > > Signed-off-by: Johan Rudholm > Signed-off-by: Ulf Hansson > Acked-by: Rickard Andersson > --- Reviewed-by: Daniel Lezcano + tw