summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge branch 'for_2.6.33rc_c' of git://git.pwsan.com/linux-2.6 into omap-fixe...Tony Lindgren2010-01-0813-91/+137
| |\ \ \ \ \ \
| | * | | | | | OMAP2 clock: dynamically allocate CPUFreq frequency tablePaul Walmsley2010-01-081-8/+44
| | * | | | | | OMAP clock/CPUFreq: add clk_exit_cpufreq_table()Paul Walmsley2010-01-083-0/+13
| | * | | | | | OMAP2xxx OPP: clean up comments in OPP dataPaul Walmsley2010-01-082-33/+35
| | * | | | | | OMAP2xxx clock: clk2xxx.c doesn't compile if CPUFREQ is enabledFelipe Balbi2010-01-081-1/+4
| | * | | | | | OMAP1 clock: remove __initdata from struct clk_functions to prevent crashCory Maccarrone2010-01-081-1/+1
| | * | | | | | OMAP1 clock: Add missing clocks for OMAP 7xxCory Maccarrone2010-01-081-2/+2
| | * | | | | | OMAP clock: remove incorrect EXPORT_SYMBOL()sPaul Walmsley2010-01-081-6/+0
| | * | | | | | OMAP3 clock: Add capability to change rate of dpll4_m5_ckTuukka Toivonen2010-01-081-0/+2
| | * | | | | | OMAP3 clock: McBSP 2, 3, 4 functional clock parent is PER_96M_FCLK, not CORE_...Paul Walmsley2010-01-081-1/+1
| | * | | | | | OMAP3: clock: add clockdomains for UART1 & 2Kevin Hilman2010-01-081-0/+2
| | * | | | | | OMAP2420 IO mapping: move IVA mapping virtual address out of vmalloc spacePaul Walmsley2010-01-081-6/+9
| | * | | | | | OMAP2xxx IO mapping: mark DSP mappings as being 2420-onlyPaul Walmsley2010-01-083-35/+28
| | * | | | | | ARM: OMAP3: PM: Fix the Invalid CM_CLKSTCTRL reg access.Abhijit Pagare2010-01-081-2/+2
| | * | | | | | OMAP2: remove duplicated #includeHuang Weiyi2010-01-082-2/+0
| | | |_|_|_|/ | | |/| | | |
| * | | | | | omap3: EVM: Choose OMAP_PACKAGE_CBBVaibhav Hiremath2010-01-081-0/+1
| * | | | | | omap3: Fix booting if package is uninitializedTony Lindgren2010-01-081-2/+4
| * | | | | | omap3: add missing parenthesesRoel Kluin2010-01-081-2/+2
| * | | | | | omap3: add missing parenthesesRoel Kluin2010-01-081-1/+1
| * | | | | | omap2/3: ZOOM: Correcting key mapping for few keysVimal Singh2010-01-081-4/+4
| * | | | | | omap2/3: make serial_in_override() address the right uart portAlexander Shishkin2010-01-081-2/+10
| * | | | | | omap1: Fix compile for omap1_bl.cTony Lindgren2010-01-082-3/+0
| * | | | | | omap1: Add 7xx clocks and pin muxes for SPICory Maccarrone2010-01-085-0/+58
| * | | | | | omap: Remove uninitialized warning for gpio.cTony Lindgren2010-01-081-1/+1
| * | | | | | omap: &&/|| confusion in iommu_put()Roel Kluin2010-01-081-1/+1
| * | | | | | omap: gpio: Simultaneously requested rising and falling edgeCory Maccarrone2010-01-081-1/+60
| * | | | | | omap: McBSP: Fix possible port lockoutJanusz Krzysztofik2010-01-081-3/+17
| |/ / / / /
* | | | | | mn10300: update the ASB2303 defconfigDavid Howells2010-01-111-37/+70
* | | | | | mn10300: make the ASB2305's PCnet32 NIC work by using the PCI bridge's SRAMDavid Howells2010-01-111-0/+17
* | | | | | mn10300: insert PCI root bus resources for the ASB2305 devel motherboardDavid Howells2010-01-111-22/+35
* | | | | | mn10300: use generic pci_enable_resources()Bjorn Helgaas2010-01-113-41/+2
* | | | | | mn10300: use KERN_ERR not KERN_ERRORDavid Howells2010-01-111-1/+1
* | | | | | mn10300: fix several bogus includes on abs2305Al Viro2010-01-114-7/+6
* | | | | | mn10300: wire up missing new syscallsDavid Howells2010-01-112-1/+3
* | | | | | mn10300: add cc clobbers to asm statementsMark Salter2010-01-1110-12/+18
* | | | | | mn10300: objcopy flags fixMark Salter2010-01-111-1/+1
* | | | | | mn10300: signal stack fixMark Salter2010-01-111-1/+1
* | | | | | rtc_cmos: convert shutdown to new pnp_driver->shutdownOGAWA Hirofumi2010-01-111-6/+3
* | | | | | smaps: fix wrong rss countMinchan Kim2010-01-111-2/+1
* | | | | | documentation: update kernel-doc-nano-HOWTO informationRandy Dunlap2010-01-111-5/+7
* | | | | | gpio: adp5588-gpio: new driver for ADP5588 GPIO expandersMichael Hennerich2010-01-114-0/+288
* | | | | | drivers/cpuidle/governors/menu.c: fix undefined reference to `__udivdi3'Stephen Hemminger2010-01-111-3/+9
* | | | | | Documentation: update ring-buffer-design.txtRandy Dunlap2010-01-111-28/+28
* | | | | | mm: hugetlb: fix clear_huge_page()Andrea Arcangeli2010-01-111-1/+1
* | | | | | hwmon: driver for Texas Instruments amc6821 chipTomaz Mertelj2010-01-114-0/+1229
* | | | | | gpiolib: fix poll(2) support reconfigure on sysfs polarity changeJani Nikula2010-01-111-2/+0
* | | | | | vsnprintf: fix reference for compressed ipv6 addressesUwe Kleine-König2010-01-111-2/+2
* | | | | | mmc: allow for MMC v4.4Adrian Hunter2010-01-111-1/+1
* | | | | | mmc_block: fix queue cleanupAdrian Hunter2010-01-112-9/+11
* | | | | | mmc_block: fix probe error cleanup bugJarkko Lavinen2010-01-111-0/+1