09 Dec, 2009

1 commit


01 Dec, 2009

2 commits

  • There are a number of statements of the form A, B or A, B, C where
    the numbers A,B,C are consecutive. Tidy these up to be A-B or A-C
    as appropriate and to comply better with copyright standards [1]

    [1] http://www.copyrightservice.co.uk/copyright/p03_copyright_notices
    section 4iii 'Year of publication'

    Signed-off-by: Ben Dooks
    Signed-off-by: Simtec Linux Team
    Signed-off-by: Ben Dooks

    Ben Dooks
     
  • The (c) alone is not a sufficient copyright statement, nor is it a
    good replacement for the proper encircled © symbol [1]. Add the
    word copyright to the apropriate places and remove the (c) symbol.

    [1] http://www.copyrightservice.co.uk/copyright/p03_copyright_notices
    section 4 'What does a notice consist of?'

    Signed-off-by: Ben Dooks
    Signed-off-by: Simtec Linux Team
    Signed-off-by: Ben Dooks

    Ben Dooks
     

01 Oct, 2009

1 commit


25 Sep, 2009

1 commit


23 Sep, 2009

1 commit


19 Sep, 2009

1 commit

  • * 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6: (47 commits)
    OMAP clock: use debugfs_remove_recursive() for rewinding
    OMAP2/3/4 core: create omap_device layer
    OMAP: omap_hwmod: call omap_hwmod init at boot; create interconnects
    OMAP2/3/4: create omap_hwmod layer
    OMAP2/3 board-*.c files: read bootloader configuration earlier
    OMAP2/3/4 PRCM: add module IDLEST wait code
    OMAP2/3 PM: create the OMAP PM interface and add a default OMAP PM no-op layer
    OMAP3 clock: remove superfluous calls to omap2_init_clk_clkdm
    OMAP clock: associate MPU clocks with the mpu_clkdm
    OMAP3 clock: Fixed processing of bootarg 'mpurate'
    OMAP: SDRC: Add several new register definitions
    OMAP: powerdomain: Fix overflow when doing powerdomain deps lookups.
    OMAP: PM: Added suspend target state control to debugfs for OMAP3
    OMAP: PM debug: Add PRCM register dump support
    OMAP: PM debug: make powerdomains use PM-debug counters
    OMAP: PM: Add pm-debug counters
    OMAP: PM: Add closures to clkdm_for_each and pwrdm_for_each.
    OMAP: PM: Hook into PM counters
    OMAP: PM counter infrastructure.
    OMAP3: PM: fix lockdep warning caused by omap3_pm_init
    ...

    Linus Torvalds
     

16 Sep, 2009

2 commits


12 Sep, 2009

1 commit


04 Sep, 2009

1 commit

  • The interface provides device drivers, CPUFreq, and DSPBridge with a
    means of controlling OMAP power management parameters that are not yet
    supported by the Linux PM PMQoS interface. Copious documentation is
    in the patch in Documentation/arm/OMAP/omap_pm and the interface
    header file, arch/arm/plat-omap/include/mach/omap-pm.h.

    Thanks to Rajendra Nayak for adding CORE (VDD2) OPP
    support and moving the OPP table initialization earlier in the event
    that the clock code needs them. Thanks to Tero Kristo
    for fixing the parameter check in
    omap_pm_set_min_bus_tput(). Jouni signed off on Tero's patch.

    Signed-off-by: Paul Walmsley
    Signed-off-by: Kevin Hilman
    Signed-off-by: Rajendra Nayak
    Signed-off-by: Tero Kristo
    Signed-off-by: Jouni Högander
    Cc: Tony Lindgren
    Cc: Igor Stoppa
    Cc: Richard Woodruff
    Cc: Anand Sawant
    Cc: Sakari Poussa
    Cc: Veeramanikandan Raju
    Cc: Karthik Dasu

    Paul Walmsley
     

31 Jul, 2009

1 commit


30 Jul, 2009

1 commit


18 May, 2009

1 commit


27 Mar, 2009

1 commit


16 Mar, 2009

1 commit

  • This is the minimum fixmap interface expected to be implemented by
    architectures supporting highmem.

    We have a second level page table already allocated and covering
    0xfff00000-0xffffffff because the exception vector page is located
    at 0xffff0000, and various cache tricks already use some entries above
    0xffff0000. Therefore the PTEs covering 0xfff00000-0xfffeffff are free
    to be used.

    However the XScale cache flushing code already uses virtual addresses
    between 0xfffe0000 and 0xfffeffff.

    So this reserves the 0xfff00000-0xfffdffff range for fixmap stuff.

    The Documentation/arm/memory.txt information is updated accordingly,
    including the information about the actual top of DMA memory mapping
    region which didn't match the code.

    Signed-off-by: Nicolas Pitre

    Nicolas Pitre
     

08 Mar, 2009

1 commit


30 Dec, 2008

1 commit


29 Dec, 2008

1 commit


15 Dec, 2008

1 commit


30 Oct, 2008

1 commit


09 Aug, 2008

4 commits


07 Aug, 2008

1 commit


27 Jul, 2008

1 commit

  • IRQT_* and __IRQT_* were obsoleted long ago by patch [3692/1].
    Remove them completely. Sed script for the reference:

    s/__IRQT_RISEDGE/IRQ_TYPE_EDGE_RISING/g
    s/__IRQT_FALEDGE/IRQ_TYPE_EDGE_FALLING/g
    s/__IRQT_LOWLVL/IRQ_TYPE_LEVEL_LOW/g
    s/__IRQT_HIGHLVL/IRQ_TYPE_LEVEL_HIGH/g
    s/IRQT_RISING/IRQ_TYPE_EDGE_RISING/g
    s/IRQT_FALLING/IRQ_TYPE_EDGE_FALLING/g
    s/IRQT_BOTHEDGE/IRQ_TYPE_EDGE_BOTH/g
    s/IRQT_LOW/IRQ_TYPE_LEVEL_LOW/g
    s/IRQT_HIGH/IRQ_TYPE_LEVEL_HIGH/g
    s/IRQT_PROBE/IRQ_TYPE_PROBE/g
    s/IRQT_NOEDGE/IRQ_TYPE_NONE/g

    Signed-off-by: Dmitry Baryshkov
    Signed-off-by: Russell King

    Dmitry Baryshkov
     

23 Apr, 2008

1 commit


03 Feb, 2008

1 commit


20 Oct, 2007

1 commit

  • Most of these fixes were already submitted for old kernel versions, and were
    approved, but for some reason they never made it into the releases.

    Because this is a consolidation of a couple old missed patches, it touches both
    Kconfigs and documentation texts.

    Signed-off-by: Matt LaPlante
    Acked-by: Randy Dunlap
    Signed-off-by: Adrian Bunk

    Matt LaPlante
     

13 Oct, 2007

1 commit


09 May, 2007

2 commits


02 Mar, 2007

1 commit


14 Feb, 2007

3 commits


31 Dec, 2006

1 commit


04 Oct, 2006

2 commits