summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-01-072-0/+15
|\
| * Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman2010-12-162-0/+15
| |\
| | * usb: otg: Adding twl6030-usb transceiver driver for OMAP4430Hema HK2010-12-101-0/+5
| | * musb: am35x: fix compile error due to control apisAjay Kumar Gupta2010-12-101-0/+4
| | * arm: omap4: add USBHOST and related base addressesAnand Gadiyar2010-12-011-0/+5
| | * omap: usb: ehci: introduce HSIC modeAnand Gadiyar2010-12-011-0/+1
* | | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-01-0639-1728/+1567
|\ \ \
| * | | omap2: Make OMAP2PLUS select OMAP_DM_TIMERBen Gamari2010-12-241-0/+1
| * | | omap2+: Add struct omap_board_data and use it for platform level serial initTony Lindgren2010-12-221-1/+4
| * | | omap2+: Add support for hwmod specific muxing of devicesTony Lindgren2010-12-221-0/+13
| * | | Merge branch 'pm-sr' of ssh://master.kernel.org/pub/scm/linux/kernel/git/khil...Tony Lindgren2010-12-224-0/+427
| |\ \ \
| | * | | OMAP4: Smartreflex framework extensionsThara Gopinath2010-12-221-1/+1
| | * | | OMAP4: Adding voltage driver supportThara Gopinath2010-12-221-0/+12
| | * | | OMAP3: PM: Adding smartreflex class3 driverThara Gopinath2010-12-221-0/+9
| | * | | OMAP3: PM: Adding smartreflex driver support.Thara Gopinath2010-12-222-0/+267
| | * | | OMAP: Introduce voltage domain information in the hwmod structuresThara Gopinath2010-12-221-0/+5
| | * | | OMAP3: PM: Adding voltage driver support.Thara Gopinath2010-12-221-0/+134
| * | | | Merge branch 'integration-2.6.38-for-tony' of git://git.pwsan.com/linux-2.6 i...Tony Lindgren2010-12-2216-388/+164
| |\ \ \ \ | | |/ / /
| | * | | OMAP: PM noop: implement context loss count for non-omap_devicesKevin Hilman2010-12-212-1/+47
| | * | | OMAP: PM: implement context loss count APIsKevin Hilman2010-12-215-14/+43
| | * | | OMAP: clock: fix configuration of J-Type DPLLs to work for OMAP3 and OMAP4Jon Hunter2010-12-211-2/+3
| | * | | OMAP2+: hwmod: Add wakeup support for new OMAP4 IPsBenoit Cousson2010-12-211-1/+4
| | * | | OMAP2+: hwmod: Make omap_hwmod_register private and remove omap_hwmod_unregisterBenoit Cousson2010-12-211-2/+0
| | * | | OMAP3: clock: clarify usage of struct clksel_rate.flags and struct omap_clk.cpuPaul Walmsley2010-12-212-13/+18
| | * | | OMAP3: control/PM: move padconf save code to mach-omap2/control.cPaul Walmsley2010-12-211-3/+0
| | * | | OMAP2+: powerdomain: move header file from plat-omap to mach-omap2Paul Walmsley2010-12-215-227/+3
| | * | | OMAP2+: clockdomain: move header file from plat-omap to mach-omap2Paul Walmsley2010-12-211-151/+0
| | * | | OMAP2/3: clockdomain: remove unneeded .clkstctrl_reg, remove some direct CM r...Paul Walmsley2010-12-211-5/+0
| | * | | OMAP4: clockdomains: add OMAP4 PRCM data and OMAP4 supportPaul Walmsley2010-12-211-6/+14
| | * | | OMAP4: powerdomains: add PRCM partition data; use OMAP4 PRM functionsPaul Walmsley2010-12-211-2/+5
| | * | | OMAP2/3: PRM/CM: prefix OMAP2 PRM/CM functions with "omap2_"Paul Walmsley2010-12-211-4/+4
| | * | | OMAP4: PRCM: add OMAP4-specific accessor/mutator functionsPaul Walmsley2010-12-211-3/+4
| | * | | OMAP3: PRM/CM: separate CM context save/restore; remove PRM context save/restorePaul Walmsley2010-12-211-3/+0
| | * | | OMAP2/3: PRCM: split OMAP2/3-specific PRCM code into OMAP2/3-specific filesPaul Walmsley2010-12-214-9/+7
| | * | | OMAP2+: clockdomains: move clockdomain static data to .c filesPaul Walmsley2010-12-211-2/+9
| | * | | OMAP2+: powerdomains: move powerdomain static data to .c filesPaul Walmsley2010-12-211-3/+10
| | * | | OMAP: powerdomain: Infrastructure to put arch specific codeRajendra Nayak2010-12-211-1/+42
| | * | | OMAP: powerdomain: Move static allocations from powerdomains.h to a .c fileRajendra Nayak2010-12-211-0/+1
| | * | | OMAP2+: hwmod: fix a warning, add some docs, remove unused fieldsPaul Walmsley2010-12-211-12/+4
| | * | | OMAP2+: hwmod: upgrade per-hwmod mutex to a spinlockPaul Walmsley2010-12-211-3/+3
| | * | | OMAP2+: hwmod: add support for per-class custom device reset functionsPaul Walmsley2010-12-211-1/+8
| | * | | OMAP2+: hwmod: add postsetup statePaul Walmsley2010-12-211-1/+5
| | * | | OMAP2+: hwmod: allow custom pre-shutdown functionsPaul Walmsley2010-12-211-0/+10
| | * | | OMAP2+: io: split omap2_init_common_hw()Paul Walmsley2010-12-211-2/+3
| * | | | Merge branches 'devel-gpmc' and 'devel-misc' into omap-for-linusTony Lindgren2010-12-228-589/+436
| |\ \ \ \
| | * | | | Keyboard: omap-keypad: use matrix_keypad.hJanusz Krzysztofik2010-12-221-15/+20
| | * | | | OMAP3: Devkit8000: Add DEBUG_LL supportThomas Weber2010-12-211-0/+1
| | |/ / /
| | * | | Merge branch 'pm-opp' of ssh://master.kernel.org/pub/scm/linux/kernel/git/khi...Tony Lindgren2010-12-212-31/+11
| | |\ \ \
| | | * | | OMAP3: remove OPP interfaces from OMAP PM layerKevin Hilman2010-12-212-31/+11
| | * | | | Merge branch 'pm-next' of ssh://master.kernel.org/pub/scm/linux/kernel/git/kh...Tony Lindgren2010-12-212-5/+13
| | |\ \ \ \
OpenPOWER on IntegriCloud