summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ARM: OMAP: mcbsp: Start generalize omap2_mcbsp_set_clks_srcJarkko Nikula2011-09-273-28/+35
* ARM: OMAP: mcbsp: Move address definitions to arch/arm/mach-omap1/mcbsp.cJarkko Nikula2011-09-272-11/+11
* ARM: OMAP: mcbsp: Update mcbsp.h include dependenciesJarkko Nikula2011-09-271-3/+1Star
* ARM: OMAP: mcbsp: Cleanup sidetone control initialization and make it genericJarkko Nikula2011-09-272-57/+22Star
* ARM: OMAP: mcbsp: Move sidetone clock management to mach-omap2/mcbsp.cJarkko Nikula2011-09-273-14/+31
* ARM: OMAP: mcbsp: Use per instance register cache sizeJarkko Nikula2011-09-272-4/+5
* ARM: OMAP: mcbsp: Make threshold based transfer code genericJarkko Nikula2011-09-272-76/+59Star
* ARM: OMAP: mcbsp: Make tranceiver configuration control register access genericJarkko Nikula2011-09-273-6/+9
* ARM: OMAP: mcbsp: Make wakeup control genericJarkko Nikula2011-09-273-34/+15Star
* ARM: OMAP: mcbsp: Implement generic register accessJarkko Nikula2011-09-274-116/+82Star
* ARM: OMAP: mcbsp: Move out omap_mcbsp_register_board_cfg from plat-omap/devic...Jarkko Nikula2011-09-273-48/+32Star
* ARM: OMAP: mcbsp: Remove unused variables from platform dataJarkko Nikula2011-09-271-7/+0Star
* Merge branch 'for_3.2/pm-cleanup' of git://gitorious.org/khilman/linux-omap-p...Tony Lindgren2011-09-233-40/+11Star
|\
| * OMAP3: PM: fix UART handling when using no_console_suspendKevin Hilman2011-09-161-1/+1
| * OMAP2+: PM: clean up error messages: replace printk with pr_err.Johan Hovold2011-08-301-10/+8Star
| * OMAP2+: PM: fix typos in misc. comment and error messagesJohan Hovold2011-08-301-3/+3
| * OMAP2: PM debug: remove leftover debug codeMichael Jones2011-08-271-27/+0Star
* | Merge branch 'for_3.2/omap_device' of git://gitorious.org/khilman/linux-omap-...Tony Lindgren2011-09-23104-350/+817
|\ \
| * | ARM: 7082/1: platform_device: pdev_archdata: add omap_device pointerKevin Hilman2011-09-211-0/+5
| * | OMAP: omap_device: decouple platform_device from omap_deviceKevin Hilman2011-09-163-51/+58
| * | OMAP: omap_device: _disable_idle_on_suspend() takes platform_device pointerKevin Hilman2011-09-163-7/+10
| * | OMAP: omap_device: device register functions now take platform_device pointerKevin Hilman2011-09-161-11/+11
| * | OMAP: omap_device: when building return platform_device instead of omap_deviceKevin Hilman2011-09-1613-71/+71
| * | OMAP: omap_device: remove internal functions from omap_device.hKevin Hilman2011-09-162-10/+8Star
| * | OMAP: omap_device: make latency autoadjust messages debugGrazvydas Ignotas2011-09-161-8/+8
| * | OMAP: omap_device: replace debug/warning/error prints with dev_* macrosKevin Hilman2011-09-161-43/+42Star
| * | omap: mcbsp: Remove omap device APIJarkko Nikula2011-09-161-27/+0Star
| * | Merge branch 'fixes' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-09-1218-18/+72
| |\ \
| | * \ Merge branch 'for_3.1/pm-fixes-2' of git://gitorious.org/khilman/linux-omap-p...Arnd Bergmann2011-09-121-0/+3
| | |\ \
| | | * | OMAP: omap_device: fix !CONFIG_SUSPEND case in _noirq handlersKevin Hilman2011-09-061-0/+3
| | * | | Merge branch 'sirf/fixes' into fixesArnd Bergmann2011-09-124-0/+4
| | |\ \ \
| | | * | | ARM: CSR: add missing sentinels to of_device_id tablesJamie Iles2011-09-114-0/+4
| | | | | |
| | | \ \ \
| | *-. \ \ \ Merge branches 'cns3xxx/fixes', 'omap/fixes' and 'davinci/fixes' into fixesArnd Bergmann2011-09-109-14/+64
| | |\ \ \ \ \
| | | | * | | | ARM: davinci: fix cache flush build errorLinus Walleij2011-09-071-1/+5
| | | | * | | | ARM: davinci: correct MDSTAT_STATE_MASKSergei Shtylyov2011-09-071-1/+1
| | | | * | | | ARM: davinci: da850 EVM: read mac address from SPI flashRajashekhara, Sudhakar2011-09-071-0/+28
| | | | |/ / /
| | * | | | | ARM: cns3xxx: Fix newly introduced warnings in the PCIe codeAnton Vorontsov2011-09-091-1/+1
| | * | | | | ARM: cns3xxx: Fix compile error caused by hardware.h removedTommy Lin2011-09-093-3/+0Star
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'for-linus' of git://openrisc.net/~jonas/linuxLinus Torvalds2011-09-114-27/+96
| |\ \ \ \ \
| | * | | | | Add missing DMA opsJonas Bonn2011-09-112-3/+84
| | * | | | | openrisc: don't use pt_regs in struct sigcontextJonas Bonn2011-09-052-24/+12Star
| * | | | | | Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...Linus Torvalds2011-09-115-7/+33
| |\ \ \ \ \ \
| | * | | | | | ARM: 7088/1: entry: fix wrong parameter name used in do_thumb_abortJanusz Krzysztofik2011-09-111-1/+1
| | * | | | | | ARM: 7080/1: l2x0: make sure I&D are not locked down on initLinus Walleij2011-09-072-2/+28
| | * | | | | | ARM: 7081/1: mach-integrator: fix the clocksourceLinus Walleij2011-09-071-3/+3
| | * | | | | | ARM: 7067/1: mm: keep significant bits in pfn_validMark Rutland2011-09-041-1/+1
| * | | | | | | Fix pointer dereference before call to pcie_bus_configure_settingsShyam Iyer2011-09-101-2/+7
| * | | | | | | Merge branch 'perf-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds2011-09-071-0/+3
| |\ \ \ \ \ \ \
| | * | | | | | | x86, perf: Check that current->mm is alive before getting user callchainAndrey Vagin2011-08-311-0/+3
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xenLinus Torvalds2011-09-073-3/+34
| |\ \ \ \ \ \ \