28 Aug, 2013

4 commits


24 Aug, 2013

1 commit


30 May, 2013

7 commits


21 May, 2013

2 commits

  • The current revision of the datasheet only mentions the gatable clocks
    for the PCIe 0.0, 0.1, 0.2 and 0.3 interfaces, and forgot to mention
    the ones for the PCIe 1.0, 1.1, 1.2, 1.3, 2.0 and 3.0
    interfaces. After confirmation with Marvell engineers, this patch adds
    the missing gatable clocks for those PCIe interfaces.

    It also changes the name of the previously existing PCIe gatable
    clocks, in order to match the naming using the datasheets.

    Signed-off-by: Thomas Petazzoni
    Cc: Mike Turquette
    Signed-off-by: Jason Cooper

    Thomas Petazzoni
     
  • The Armada 370 has two gatable clocks for each PCIe interface, and we
    want both of them to be enabled. We therefore make one of the two
    clocks a child of the other, as we did for the sataX and sataXlnk
    clocks on Armada XP.

    Signed-off-by: Thomas Petazzoni
    Cc: Mike Turquette
    Signed-off-by: Jason Cooper

    Thomas Petazzoni
     

01 May, 2013

1 commit

  • Pull trivial tree updates from Jiri Kosina:
    "Usual stuff, mostly comment fixes, typo fixes, printk fixes and small
    code cleanups"

    * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (45 commits)
    mm: Convert print_symbol to %pSR
    gfs2: Convert print_symbol to %pSR
    m32r: Convert print_symbol to %pSR
    iostats.txt: add easy-to-find description for field 6
    x86 cmpxchg.h: fix wrong comment
    treewide: Fix typo in printk and comments
    doc: devicetree: Fix various typos
    docbook: fix 8250 naming in device-drivers
    pata_pdc2027x: Fix compiler warning
    treewide: Fix typo in printks
    mei: Fix comments in drivers/misc/mei
    treewide: Fix typos in kernel messages
    pm44xx: Fix comment for "CONFIG_CPU_IDLE"
    doc: Fix typo "CONFIG_CGROUP_CGROUP_MEMCG_SWAP"
    mmzone: correct "pags" to "pages" in comment.
    kernel-parameters: remove outdated 'noresidual' parameter
    Remove spurious _H suffixes from ifdef comments
    sound: Remove stray pluses from Kconfig file
    radio-shark: Fix printk "CONFIG_LED_CLASS"
    doc: put proper reference to CONFIG_MODULE_SIG_ENFORCE
    ...

    Linus Torvalds
     

09 Apr, 2013

1 commit


04 Apr, 2013

1 commit


20 Mar, 2013

1 commit


09 Feb, 2013

1 commit


23 Jan, 2013

1 commit


07 Jan, 2013

1 commit

  • If the Orion WDT driver is built as a module, an opps occurs during
    clk lookup when calling mvebu_clk_gating_get_src(). Remove the
    inappropriate __init tag so the function is available for modules
    after kernel init.

    Signed-off-by: Joshua Coombs
    Signed-off-by: Andrew Lunn
    Signed-off-by: Jason Cooper

    Joshua Coombs
     

20 Nov, 2012

4 commits