summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ARM: S5PV310: Enable I2C1 deviceJassi Brar2010-12-301-0/+4
* ARM: S5PV210: Enable I2S device to work on SMDKV210Jassi Brar2010-12-301-0/+1
* ARM: S5PV210: Enable I2S device to work on SMDKC110Jassi Brar2010-12-301-0/+1
* ARM: S5P6450: Enable I2S device to work on SMDK6450Jassi Brar2010-12-301-0/+1
* ARM: S5P6440: Enable I2S device to work on SMDK6440Jassi Brar2010-12-301-0/+1
* ARM: S5P64X0: Segregate audio devicesRajeshwari Shinde2010-12-302-13/+112
* ARM: S5P6450: Define base addresses for I2SJassi Brar2010-12-301-0/+2
* ARM: S5P6450: Define clocks for I2SJassi Brar2010-12-301-0/+12
* ARM: S5P6442: Enable I2C0 device on SMDK6442Jassi Brar2010-12-301-0/+10
* ARM: S5P6442: Implement i2c-gpio configJassi Brar2010-12-301-1/+4
* Merge branch 'next-samsung-asoc' into next-samsung-asoc2Kukjin Kim2010-12-2218-103/+801
|\
| * ARM: S5PV310: Add audio platform devicesJassi Brar2010-11-194-0/+390
| * ARM: S5PV210: Upgrade platform device for I2SJassi Brar2010-11-192-17/+45
| * ARM: S5PC100: Upgrade platform device for I2SJassi Brar2010-11-191-11/+39
| * ARM: S5P6442: Upgrade platform device for I2SJassi Brar2010-11-191-6/+36
| * ARM: S5P64X0: Upgrade platform device for I2SJassi Brar2010-11-193-36/+23
| * ARM: S3C64XX: Upgrade platform device for I2SJassi Brar2010-11-192-25/+33
| * ARM: SAMSUNG: Prepare audio header for new I2S driverJassi Brar2010-11-191-0/+24
| * ARM: SAMSUNG: Rename s3c64xx I2S platform deviceJassi Brar2010-11-195-13/+13
| * ARM: S5PV310: Add platform devices for PL330 DMACsJassi Brar2010-11-196-1/+204
* | Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-12-202-5/+27
|\ \
| * | ARM: mach-shmobile: INTC interrupt priority level demux fixMagnus Damm2010-12-171-4/+26
| * | ARM: mach-shmobile: fix compile warning in mm/init.cMagnus Damm2010-12-171-1/+1
* | | Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-12-206-2/+23
|\ \ \
| * | | ARM: S5PV210: update MAX8998 platform data to get rid of WARN()Marek Szyprowski2010-12-172-0/+12
| * | | ARM S3C24XX: Fix compilation of PM code for S3C2416Yauhen Kharuzhy2010-12-173-1/+10
| * | | ARM: S3C24XX: Fix CONFIG_S3C_DEV_NAND Kconfig entryKukjin Kim2010-12-171-1/+1
* | | | clarify a usage constraint for cnt32_to_63()Nicolas Pitre2010-12-201-7/+3
| | | |
| \ \ \
*-. \ \ \ Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git....Linus Torvalds2010-12-198-28/+38
|\ \ \ \ \
| * | | | | x86-32: Make sure we can map all of lowmem if we need toH. Peter Anvin2010-12-162-6/+8
| * | | | | x86: Enable the intr-remap fault handling after local APIC setupKenji Kaneshige2010-12-132-7/+8
| * | | | | x86, vt-d: Fix the vt-d fault handling irq migration in the x2apic modeKenji Kaneshige2010-12-131-0/+1
| * | | | | x86, xsave: Use alloc_bootmem_align() instead of alloc_bootmem()Suresh Siddha2010-12-131-1/+2
| * | | | | x86, gcc-4.6: Use gcc -m options when building vdsoH. Peter Anvin2010-12-131-2/+2
| * | | | | x86: HPET: Chose a paranoid safe value for the ETIME checkThomas Gleixner2010-12-131-10/+16
| * | | | | x86: io_apic: Avoid unused variable warning when CONFIG_GENERIC_PENDING_IRQ=nThomas Gleixner2010-12-091-2/+1
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2010-12-185-13/+37
|\ \ \ \ \
| * | | | | arch/tile: handle rt_sigreturn() more cleanlyChris Metcalf2010-12-174-13/+29
| * | | | | arch/tile: handle CLONE_SETTLS in copy_thread(), not user spaceChris Metcalf2010-12-171-0/+8
| |/ / / /
* | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2010-12-181-0/+4
|\ \ \ \ \
| * | | | | MIPS: Fix build errors in sc-mips.cKevin Cernekee2010-12-171-0/+4
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-12-185-14/+57
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | x86: avoid high BIOS area when allocating address spaceBjorn Helgaas2010-12-172-1/+5
| * | | | | x86: avoid E820 regions when allocating address spaceBjorn Helgaas2010-12-171-1/+37
| * | | | | x86: avoid low BIOS area when allocating address spaceBjorn Helgaas2010-12-173-3/+12
| * | | | | Revert "x86/PCI: allocate space from the end of a region, not the beginning"Bjorn Helgaas2010-12-171-11/+6
| * | | | | Revert "x86: allocate space within a region top-down"Bjorn Helgaas2010-12-171-1/+0
| |/ / / /
* | | | | Merge branch 'for_linus' of git://github.com/at91linux/linux-2.6-at91Linus Torvalds2010-12-175-136/+55
|\ \ \ \ \
| * | | | | at91: Refactor Stamp9G20 and PControl G20 board fileChristian Glindkamp2010-12-174-135/+54
| * | | | | at91: Fix uhpck clock rate in upll caseRyan Mallon2010-12-171-1/+1
OpenPOWER on IntegriCloud