summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i.MX25: Allow secondary clocks in DEFINE_CLOCKSascha Hauer2010-01-261-20/+21
* ARM: MX3: Fixed typo in declared enum type name.Vladimir Zapolskiy2010-01-211-1/+1
* MXC: Add AUDMUXv2 register decode to debugfsMark Brown2010-01-121-0/+137
* mx31ads: Provide an IRQ range to the WM835x on the 1133-EV1 moduleMark Brown2010-01-052-0/+6
* mx31ads: Provide a name for EXPIO interrupt chipMark Brown2010-01-051-0/+1
* mx31ads: Allow enable/disable of switchable suppliesMark Brown2010-01-051-0/+2
* imx/mx3: depend on USB_ULPI for otg_ulpi_createUwe Kleine-König2010-01-043-1/+11
* ARM: MX3: make CPU revision number detection work on all boardsWolfgang Denk2010-01-044-15/+5
* mx25: pdk: add platform code for FEC supportBaruch Siach2010-01-041-2/+44
* mx25: add support for FEC on i.MX25Baruch Siach2010-01-044-0/+26
* mx25: s/NO_PAD_CTL/NO_PAD_CTRL/Baruch Siach2010-01-041-29/+29
* mx31moboard: fix usbh device namesValentin Longchamp2010-01-043-3/+3
* mx3: add support for the mt9v022 camera sensor to pcm037 platformGuennadi Liakhovetski2010-01-041-7/+25
* mx27: mxt_td60: Remove not used UART pinsAlan Carvalho de Assis2010-01-041-24/+0
* Linux 2.6.33-rc2v2.6.33-rc2Linus Torvalds2009-12-241-1/+1
* Merge branch 'sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/lin...Linus Torvalds2009-12-242-5/+37
|\
| * SYSCTL: Add a mutex to the page_alloc zone order sysctlAndi Kleen2009-12-231-4/+7
| * SYSCTL: Print binary sysctl warnings (nearly) only onceAndi Kleen2009-12-231-1/+30
* | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-12-242-1/+10
|\ \
| * | HWPOISON: Add PROC_FS dependency to hwpoison injector v2Andi Kleen2009-12-212-1/+10
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-12-2432-664/+1432
|\ \ \
| * \ \ Merge branch 'misc-2.6.33' into releaseLen Brown2009-12-2412-305/+431
| |\ \ \
| | * | | hp-wmi: Fix two memleaksThomas Renninger2009-12-241-1/+8
| | * | | acer-wmi, msi-wmi: Remove needless DMI MODULE_ALIASThomas Renninger2009-12-242-13/+0
| | * | | dell-wmi: do not keep driver loaded on unsupported boxesDmitry Torokhov2009-12-241-22/+19
| | * | | wmi: Free the allocated acpi objects through wmi_get_event_dataAnisse Astier2009-12-243-2/+5
| | * | | drivers/platform/x86/acerhdf.c: check BIOS information whether it begins with...Peter Feuerer2009-12-241-18/+28
| | * | | acerhdf: add new BIOS versionsPeter Feuerer2009-12-241-2/+15
| | * | | acerhdf: limit modalias matching to supportedStefan Bader2009-12-241-3/+4
| | * | | toshiba_acpi: convert to seq_fileAlexey Dobriyan2009-12-241-112/+147
| | * | | asus_acpi: convert to seq_fileAlexey Dobriyan2009-12-241-127/+194
| | * | | ACPI: do not select ACPI_DOCK from ATA_ACPICarlos R. Mafra2009-12-241-1/+0
| | * | | MAINTAINERS: add maintainer for msi-wmi driverAnisse Astier2009-12-231-0/+5
| | * | | fujitu-laptop: fix tests of acpi_evaluate_integer() return valueJonathan Woithe2009-12-231-4/+4
| | * | | arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c: avoid cross-CPU interrupts by usi...Andrew Morton2009-12-221-1/+3
| * | | | Merge branch 'tc1100-wmi' into releaseLen Brown2009-12-241-60/+55
| |\ \ \ \
| | * | | | tc1100-wmi - switch to using dev_pm_opsDmitry Torokhov2009-12-161-6/+16
| | * | | | tc1100-wmi - add error handling for device registrationDmitry Torokhov2009-12-161-28/+30
| | * | | | tc1100-wmi - switch to using attribute groupDmitry Torokhov2009-12-161-28/+11
| * | | | | Merge branch 'sony' into releaseLen Brown2009-12-242-23/+72
| |\ \ \ \ \
| | * | | | | sony-laptop: enumerate rfkill devices using SN06Mattia Dongili2009-12-231-19/+57
| | * | | | | sony-laptop: rfkill support for newer modelsMattia Dongili2009-12-231-8/+14
| | * | | | | sony-laptop: add AVMode key mappingMattia Dongili2009-12-162-0/+5
| | |/ / / /
| * | | | | Merge branch 'classmate' into releaseLen Brown2009-12-244-0/+628
| |\ \ \ \ \
| | * | | | | classmate-laptop: add support for Classmate PC ACPI devicesThadeu Lima de Souza Cascardo2009-12-244-0/+628
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'pdc' into releaseLen Brown2009-12-249-220/+114
| |\ \ \ \ \
| | * | | | | ACPI: processor: remove _PDC object list from struct acpi_processorAlex Chiang2009-12-221-2/+0
| | * | | | | ACPI: processor: change acpi_processor_set_pdc() interfaceAlex Chiang2009-12-223-17/+5
| | * | | | | ACPI: processor: open code acpi_processor_cleanup_pdcAlex Chiang2009-12-221-11/+4
| | * | | | | ACPI: processor: change acpi_processor_eval_pdc interfaceAlex Chiang2009-12-221-8/+4
OpenPOWER on IntegriCloud