summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branches 'devel-gpmc' and 'devel-misc' into omap-for-linusTony Lindgren2010-12-22237-3017/+4992
|\
| * Keyboard: omap-keypad: use matrix_keypad.hJanusz Krzysztofik2010-12-2217-410/+457
| * OMAP3: fix typo in OMAP3_IVA_MASKArno Steffen2010-12-221-1/+1
| * omap: rx51: Remove tvout code that plays with gpio 40Jarkko Nikula2010-12-221-20/+0Star
| * omap: rx51: Add vdda_dac supply for tvoutJarkko Nikula2010-12-221-2/+9
| * omap: rx51: Cleanup vdds_sdi supply constructionJarkko Nikula2010-12-221-10/+1Star
| * OMAP4: Pandaboard: Fix MMC card detect gpio lineRaghuveer Murthy2010-12-221-0/+1
| * OMAP3: Devkit8000: Add DEBUG_LL supportThomas Weber2010-12-221-0/+1
| * OMAP2: Devkit8000: Use _cansleep GPIO functions for displayreset linesDaniel Morsing2010-12-221-4/+4
| * Merge branch 'pm-opp' of ssh://master.kernel.org/pub/scm/linux/kernel/git/khi...Tony Lindgren2010-12-2211-33/+391
| |\
| | * OMAP3: remove OPP interfaces from OMAP PM layerKevin Hilman2010-12-213-33/+12Star
| | * omap4: opp: add OPP table dataNishanth Menon2010-12-214-0/+65
| | * omap: opp: add OMAP3 OPP table data and common initNishanth Menon2010-12-217-0/+314
| * | Merge branch 'pm-next' of ssh://master.kernel.org/pub/scm/linux/kernel/git/kh...Tony Lindgren2010-12-22196-1997/+2676
| |\ \
| | * | OMAP3: ASM sleep code format reworkJean Pihet2010-12-211-107/+117
| | * | OMAP3: add comments for low power code errataJean Pihet2010-12-212-2/+13
| | * | OMAP3: rework of the ASM sleep code execution pathsJean Pihet2010-12-212-132/+195
| | * | OMAP3: re-organize the ASM sleep codeJean Pihet2010-12-211-53/+61
| | * | OMAP3: remove hardcoded values from the ASM sleep codeJean Pihet2010-12-212-11/+20
| | * | OMAP2+: use global values for the SRAM PA addressesJean Pihet2010-12-214-6/+14
| | * | OMAP3: remove unused code from the ASM sleep codeJean Pihet2010-12-212-53/+6Star
| | * | OMAP3630: PM: Erratum i583: disable coreoff if < ES1.2Eduardo Valentin2010-12-213-3/+35
| | * | OMAP3: PM: make omap3_cpuidle_update_states independent of enable_off_modeNishanth Menon2010-12-213-12/+16
| | * | OMAP3630: PM: Disable L2 cache while invalidating L2 cachePeter 'p2' De Schrijver2010-12-213-1/+36
| | * | OMAP3630: PM: Erratum i608: disable RTANishanth Menon2010-12-215-2/+56
| | * | OMAP3: pm: introduce errata handlingNishanth Menon2010-12-212-0/+16
| | * | OMAP3: PM: Erratum i581 support: dll kick strategyPeter 'p2' De Schrijver2010-12-211-5/+50
| | * | OMAP3: PM: Update clean_l2 to use v7_flush_dcache_allRichard Woodruff2010-12-211-66/+14Star
| | * | OMAP: pm.c correct the initcall for an early init.Thara Gopinath2010-12-211-1/+1
| | * | OMAP2+: disable idle early in the suspend sequenceJean Pihet2010-12-213-41/+6Star
| | * | Linux 2.6.37-rc7Linus Torvalds2010-12-211-1/+1
| | * | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2010-12-211-2/+4
| | |\ \
| | | * | n_gsm: gsm_data_alloc buffer allocation could fail and it is not being checkedKen Mills2010-12-161-0/+2
| | | * | n_gsm: Fix message length handling when building headerKen Mills2010-12-161-2/+2
| | * | | Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2010-12-217-22/+50
| | |\ \ \
| | | * | | Revert "USB: gadget: Allow function access to device ID data during bind()"Greg Kroah-Hartman2010-12-171-8/+8
| | | * | | USB: misc: uss720.c: add another vendor/product IDThomas Sailer2010-12-171-1/+3
| | | * | | USB: usb-storage: unusual_devs entry for the Samsung YP-CP3Vitaly Kuznetsov2010-12-171-0/+7
| | | * | | USB: gadget: Remove suspended sysfs file before freeing cdevPavankumar Kondeti2010-12-171-1/+1
| | | * | | USB: core: Add input prompt and help text for USB_OTG configPavankumar Kondeti2010-12-171-2/+10
| | | * | | USB: ftdi_sio: Add D.O.Tec PIDFlorian Faber2010-12-102-0/+6
| | | * | | xhci: Fix issue with port array setup and buggy hosts.Sarah Sharp2010-12-091-10/+15
| | | |/ /
| | * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-12-215-30/+41
| | |\ \ \
| | | * | | ceph: handle partial result from get_user_pagesHenry C Chang2010-12-171-2/+2
| | | * | | ceph: mark user pages dirty on direct-io readsHenry C Chang2010-12-173-10/+15
| | | * | | ceph: fix null pointer dereference in ceph_init_dentry for nfs reexportSage Weil2010-12-171-1/+2
| | | * | | ceph: fix direct-io on non-page-aligned buffersHenry C Chang2010-12-161-12/+19
| | | * | | ceph: fix msgr_init error pathSage Weil2010-12-141-5/+3Star
| | * | | | Fix build error in drivers/block/cciss.cLinus Torvalds2010-12-211-1/+1
| | * | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-12-207-364/+205Star
| | |\ \ \ \