07 Jan, 2011

2 commits

  • * 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6: (243 commits)
    omap2: Make OMAP2PLUS select OMAP_DM_TIMER
    OMAP4: hwmod data: Fix alignment and end of line in structurefields
    OMAP4: hwmod data: Move the DMA structures
    OMAP4: hwmod data: Move the smartreflex structures
    OMAP4: hwmod data: Fix missing SIDLE_SMART_WKUP in smartreflexsysc
    arm: omap: tusb6010: add name for MUSB IRQ
    arm: omap: craneboard: Add USB EHCI support
    omap2+: Initialize serial port for dynamic remuxing for n8x0
    omap2+: Add struct omap_board_data and use it for platform level serial init
    omap2+: Allow hwmod state changes to mux pads based on the state changes
    omap2+: Add support for hwmod specific muxing of devices
    omap2+: Add omap_mux_get_by_name
    OMAP2: PM: fix compile error when !CONFIG_SUSPEND
    MAINTAINERS: OMAP: hwmod: update hwmod code, data maintainership
    OMAP4: Smartreflex framework extensions
    OMAP4: hwmod: Add inital data for smartreflex modules.
    OMAP4: PM: Program correct init voltages for scalable VDDs
    OMAP4: Adding voltage driver support
    OMAP4: Register voltage PMIC parameters with the voltage layer
    OMAP3: PM: Program correct init voltages for VDD1 and VDD2
    ...

    Fix up trivial conflict in arch/arm/plat-omap/Kconfig

    Linus Torvalds
     
  • Conflicts:
    arch/arm/kernel/entry-armv.S
    arch/arm/mm/ioremap.c

    Russell King
     

22 Dec, 2010

1 commit

  • Add OPP data for OMAP34xx and OMAP36xx and initialization functions
    to populate OPP tables based on current SoC.
    introduce an OMAP generic opp initialization routine which OMAP3
    and OMAP4+ SoCs can use to register their OPP definitions.

    Cc: Thomas Petazzoni
    Signed-off-by: Kevin Hilman
    Signed-off-by: Nishanth Menon
    Signed-off-by: Kevin Hilman

    Nishanth Menon
     

10 Nov, 2010

1 commit


04 Nov, 2010

1 commit

  • The SWP instruction was deprecated in the ARMv6 architecture,
    superseded by the LDREX/STREX family of instructions for
    load-linked/store-conditional operations. The ARMv7 multiprocessing
    extensions mandate that SWP/SWPB instructions are treated as undefined
    from reset, with the ability to enable them through the System Control
    Register SW bit.

    This patch adds the alternative solution to emulate the SWP and SWPB
    instructions using LDREX/STREX sequences, and log statistics to
    /proc/cpu/swp_emulation. To correctly deal with copy-on-write, it also
    modifies cpu_v7_set_pte_ext to change the mappings to priviliged RO when
    user RO.

    Signed-off-by: Leif Lindholm
    Acked-by: Catalin Marinas
    Acked-by: Kirill A. Shutemov
    Signed-off-by: Russell King

    Leif Lindholm
     

25 Oct, 2010

1 commit

  • * 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (39 commits)
    Update broken web addresses in arch directory.
    Update broken web addresses in the kernel.
    Revert "drivers/usb: Remove unnecessary return's from void functions" for musb gadget
    Revert "Fix typo: configuation => configuration" partially
    ida: document IDA_BITMAP_LONGS calculation
    ext2: fix a typo on comment in ext2/inode.c
    drivers/scsi: Remove unnecessary casts of private_data
    drivers/s390: Remove unnecessary casts of private_data
    net/sunrpc/rpc_pipe.c: Remove unnecessary casts of private_data
    drivers/infiniband: Remove unnecessary casts of private_data
    drivers/gpu/drm: Remove unnecessary casts of private_data
    kernel/pm_qos_params.c: Remove unnecessary casts of private_data
    fs/ecryptfs: Remove unnecessary casts of private_data
    fs/seq_file.c: Remove unnecessary casts of private_data
    arm: uengine.c: remove C99 comments
    arm: scoop.c: remove C99 comments
    Fix typo configue => configure in comments
    Fix typo: configuation => configuration
    Fix typo interrest[ing|ed] => interest[ing|ed]
    Fix various typos of valid in comments
    ...

    Fix up trivial conflicts in:
    drivers/char/ipmi/ipmi_si_intf.c
    drivers/usb/gadget/rndis.c
    net/irda/irnet/irnet_ppp.c

    Linus Torvalds
     

07 Oct, 2010

1 commit


10 Aug, 2010

1 commit

  • Legned -> Legend
    mainatined -> maintained

    Legend is now Lenovo, so more fixes (text and url)
    would be possible, too.

    Cc: Jiri Kosina
    Cc: linux-doc@vger.kernel.org
    Cc: linux-kernel@vger.kernel.org
    Signed-off-by: Stefan Weil
    Signed-off-by: Jiri Kosina

    Stefan Weil
     

04 Aug, 2010

1 commit

  • Below you will find an updated version from the original series bunching all patches into one big patch
    updating broken web addresses that are located in Documentation/*
    Some of the addresses date as far far back as 1995 etc... so searching became a bit difficult,
    the best way to deal with these is to use web.archive.org to locate these addresses that are outdated.
    Now there are also some addresses pointing to .spec files some are located, but some(after searching
    on the companies site)where still no where to be found. In this case I just changed the address
    to the company site this way the users can contact the company and they can locate them for the users.

    Signed-off-by: Justin P. Mattock
    Signed-off-by: Thomas Weber
    Signed-off-by: Mike Frysinger
    Cc: Paulo Marques
    Cc: Randy Dunlap
    Cc: Michael Neuling
    Signed-off-by: Jiri Kosina

    Justin P. Mattock
     

27 Jul, 2010

1 commit

  • This changes the TCM handling so that a fixed area is reserved at
    0xfffe0000-0xfffeffff for TCM. This areas is used by XScale but
    XScale does not have TCM so the mechanisms are mutually exclusive.

    This change is needed to make TCM detection more dynamic while
    still being able to compile code into it, and is a must for the
    unified ARM goals: the current TCM allocation at different places
    in memory for each machine would be a nightmare if you want to
    compile a single image for more than one machine with TCM so it
    has to be nailed down in one place.

    Signed-off-by: Linus Walleij
    Signed-off-by: Russell King

    Linus Walleij
     

28 May, 2010

6 commits


21 May, 2010

1 commit

  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (44 commits)
    vlynq: make whole Kconfig-menu dependant on architecture
    add descriptive comment for TIF_MEMDIE task flag declaration.
    EEPROM: max6875: Header file cleanup
    EEPROM: 93cx6: Header file cleanup
    EEPROM: Header file cleanup
    agp: use NULL instead of 0 when pointer is needed
    rtc-v3020: make bitfield unsigned
    PCI: make bitfield unsigned
    jbd2: use NULL instead of 0 when pointer is needed
    cciss: fix shadows sparse warning
    doc: inode uses a mutex instead of a semaphore.
    uml: i386: Avoid redefinition of NR_syscalls
    fix "seperate" typos in comments
    cocbalt_lcdfb: correct sections
    doc: Change urls for sparse
    Powerpc: wii: Fix typo in comment
    i2o: cleanup some exit paths
    Documentation/: it's -> its where appropriate
    UML: Fix compiler warning due to missing task_struct declaration
    UML: add kernel.h include to signal.c
    ...

    Linus Torvalds
     

23 Apr, 2010

1 commit


14 Apr, 2010

1 commit


13 Mar, 2010

1 commit

  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (56 commits)
    doc: fix typo in comment explaining rb_tree usage
    Remove fs/ntfs/ChangeLog
    doc: fix console doc typo
    doc: cpuset: Update the cpuset flag file
    Fix of spelling in arch/sparc/kernel/leon_kernel.c no longer needed
    Remove drivers/parport/ChangeLog
    Remove drivers/char/ChangeLog
    doc: typo - Table 1-2 should refer to "status", not "statm"
    tree-wide: fix typos "ass?o[sc]iac?te" -> "associate" in comments
    No need to patch AMD-provided drivers/gpu/drm/radeon/atombios.h
    devres/irq: Fix devm_irq_match comment
    Remove reference to kthread_create_on_cpu
    tree-wide: Assorted spelling fixes
    tree-wide: fix 'lenght' typo in comments and code
    drm/kms: fix spelling in error message
    doc: capitalization and other minor fixes in pnp doc
    devres: typo fix s/dev/devm/
    Remove redundant trailing semicolons from macros
    fix typo "definetly" -> "definitely" in comment
    tree-wide: s/widht/width/g typo in comments
    ...

    Fix trivial conflict in Documentation/laptops/00-INDEX

    Linus Torvalds
     

09 Mar, 2010

1 commit


08 Mar, 2010

1 commit


16 Feb, 2010

1 commit


09 Feb, 2010

1 commit

  • In particular, several occurances of funny versions of 'success',
    'unknown', 'therefore', 'acknowledge', 'argument', 'achieve', 'address',
    'beginning', 'desirable', 'separate' and 'necessary' are fixed.

    Signed-off-by: Daniel Mack
    Cc: Joe Perches
    Cc: Junio C Hamano
    Signed-off-by: Jiri Kosina

    Daniel Mack
     

19 Jan, 2010

1 commit


15 Jan, 2010

1 commit


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