06 May, 2015

1 commit


12 Nov, 2012

1 commit


20 Jul, 2012

1 commit


02 Jul, 2012

4 commits


14 Jun, 2012

3 commits


22 Apr, 2012

2 commits


30 Mar, 2012

1 commit

  • During a complex merge for v3.4, one line of the commit
    c20b909be9ba27173294a52d08cab293ec030a2c ("ARM: LPC32xx: Ethernet support") was
    reverted wrongly ("lpc-eth.0" -> "lpc-net.0") while the other conflicts were
    merged correctly. This patch re-applies the clock name "lpc-eth.0".

    Signed-off-by: Roland Stigge
    Signed-off-by: Olof Johansson

    Roland Stigge
     

28 Mar, 2012

1 commit

  • fixes-non-critical has already been merged upstream, and there are a
    handful of annoying context conflicts that it makes sense to resolve
    before sending up. Part of this is because there was parallel development
    going on between more urgent fixes and general driver fixups, it should
    settle down once the lpc32xx platform reaches a more steady state.

    Conflicts:
    arch/arm/mach-lpc32xx/clock.c
    arch/arm/mach-lpc32xx/common.h

    Signed-off-by: Olof Johansson

    Olof Johansson
     

14 Mar, 2012

3 commits


22 Feb, 2012

1 commit


10 Feb, 2012

10 commits

  • This patch adjusts the clock registration list, ported from the latest version
    of Kevin Wells' latest version of clock.c: i2s0_ck, i2s1_ck and dev:mmc0 have
    NULL pointers associated as the .dev_id and .con_id, respectively. The old
    values were not useful.

    Signed-off-by: Roland Stigge
    Acked-by: Kevin Wells
    Signed-off-by: Olof Johansson

    Roland Stigge
     
  • This patch fixes the jiffies wrapping bug in clock.c.

    It corrects the timeout computation based on jiffies, uses time_before() for
    correct wrapping handling and replaces a binary "&" which should really be a
    logical "&&" in a truth expression.

    Signed-off-by: Roland Stigge
    Acked-by: Wolfram Sang
    Tested-by: Wolfram Sang
    Acked-by: Kevin Wells
    Signed-off-by: Olof Johansson

    Roland Stigge
     
  • This patch fixes the compiler warnings regarding the EXPORT_SYMBOL usage

    Signed-off-by: Roland Stigge
    Acked-by: Wolfram Sang
    Acked-by: Kevin Wells
    Signed-off-by: Olof Johansson

    Roland Stigge
     
  • This patch fixes the mutex issue in clock.c, as done in Kevin Wells' original
    driver update:

    In some cases, the clock drivers could grab a mutex twice in an improper
    context. This patch changes the mutex mechanism to a simple irq lock/unlock
    mechanism and removes un-needed locks from some functions.

    (See also git.lpclinux.com)

    Signed-off-by: Roland Stigge
    Tested-by: Wolfram Sang
    Acked-by: Kevin Wells
    Signed-off-by: Olof Johansson

    Roland Stigge
     
  • This patch removes the debug warning on local_clk_disable() as done in Kevin
    Wells' driver update

    Signed-off-by: Roland Stigge
    Acked-by: Wolfram Sang
    Tested-by: Wolfram Sang
    Acked-by: Kevin Wells
    Signed-off-by: Olof Johansson

    Roland Stigge
     
  • This patch adjusts the clock registration list, ported from the latest version
    of Kevin Wells' latest version of clock.c: i2s0_ck, i2s1_ck and dev:mmc0 have
    NULL pointers associated as the .dev_id and .con_id, respectively. The old
    values were not useful.

    Signed-off-by: Roland Stigge
    Acked-by: Kevin Wells
    Signed-off-by: Olof Johansson

    Roland Stigge
     
  • This patch fixes the jiffies wrapping bug in clock.c.

    It corrects the timeout computation based on jiffies, uses time_before() for
    correct wrapping handling and replaces a binary "&" which should really be a
    logical "&&" in a truth expression.

    Signed-off-by: Roland Stigge
    Acked-by: Wolfram Sang
    Tested-by: Wolfram Sang
    Acked-by: Kevin Wells
    Signed-off-by: Olof Johansson

    Roland Stigge
     
  • This patch fixes the compiler warnings regarding the EXPORT_SYMBOL usage

    Signed-off-by: Roland Stigge
    Acked-by: Wolfram Sang
    Acked-by: Kevin Wells
    Signed-off-by: Olof Johansson

    Roland Stigge
     
  • This patch fixes the mutex issue in clock.c, as done in Kevin Wells' original
    driver update:

    In some cases, the clock drivers could grab a mutex twice in an improper
    context. This patch changes the mutex mechanism to a simple irq lock/unlock
    mechanism and removes un-needed locks from some functions.

    (See also git.lpclinux.com)

    Signed-off-by: Roland Stigge
    Tested-by: Wolfram Sang
    Acked-by: Kevin Wells
    Signed-off-by: Olof Johansson

    Roland Stigge
     
  • This patch removes the debug warning on local_clk_disable() as done in Kevin
    Wells' driver update

    Signed-off-by: Roland Stigge
    Acked-by: Wolfram Sang
    Tested-by: Wolfram Sang
    Acked-by: Kevin Wells
    Signed-off-by: Olof Johansson

    Roland Stigge
     

12 Jul, 2011

1 commit


26 Nov, 2010

1 commit


27 Jul, 2010

1 commit