summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* imx27: define and use MX27_IO_ADDRESSUwe Kleine-König2010-01-083-3/+9
* imx21: define and use MX21_IO_ADDRESSUwe Kleine-König2010-01-082-2/+7
* imx: provide helper macro to define IO_ADDRESSUwe Kleine-König2010-01-081-0/+5
* imx/mx3: rename files defining a machine to mach-$mach.cUwe Kleine-König2010-01-0813-21/+21
* imx/mx2: rename files defining a machine to mach-$mach.cUwe Kleine-König2010-01-059-9/+8
* imx: rename Kconfig symbol for "LogicPD MX27 LITEKIT platform"Uwe Kleine-König2010-01-053-3/+3
* imx: rename Kconfig symbol for "Eukrea CPUIMX27 module"Uwe Kleine-König2010-01-052-4/+4
* imx/mx1: rename files defining a machine to mach-$mach.cUwe Kleine-König2010-01-053-4/+4
* imx/mx1: add newline at end of MakefileUwe Kleine-König2010-01-051-1/+1
* imx/mx3: rename clock.c and iomux.c to {clock,iomux}-imx31.cUwe Kleine-König2010-01-053-1/+1
* imx/mach-mx3: use constants namespaced by the corresponding SOC (easy part)Uwe Kleine-König2010-01-0516-75/+75
* imx/mach-mx2: use constants namespaced by the corresponding SOC (easy part)Uwe Kleine-König2010-01-0512-33/+35
* imx/clock-imx27: use a macro to define registersUwe Kleine-König2010-01-051-14/+16
* imx/clock-imx21: use a macro to define registersUwe Kleine-König2010-01-051-14/+16
* imx/mx2: fold crm_regs.h into its only consumerUwe Kleine-König2010-01-052-259/+230
* 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
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-12-247-192/+36
|\
| * Merge branch 'misc-2.6.33' into releaseLen Brown2009-12-241-1/+3
| |\
| | * arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c: avoid cross-CPU interrupts by usi...Andrew Morton2009-12-221-1/+3
| * | Merge branch 'pdc' into releaseLen Brown2009-12-246-191/+33
| |\ \
| | * | ACPI: processor: unify arch_acpi_processor_cleanup_pdcAlex Chiang2009-12-224-57/+1
| | * | ACPI: processor: finish unifying arch_acpi_processor_init_pdc()Alex Chiang2009-12-224-52/+23
| | * | ACPI: processor: factor out common _PDC settingsAlex Chiang2009-12-222-18/+2
| | * | ACPI: processor: unify arch_acpi_processor_init_pdcAlex Chiang2009-12-222-66/+2
| | * | ACPI: processor: introduce arch_has_acpi_pdcAlex Chiang2009-12-223-3/+10
| | |/
* | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-12-24180-547/+313
|\ \ \
| * | | ARM: dma-isa: request cascade channel after registering itRussell King2009-12-241-2/+2
| * | | ARM: footbridge: trim down old ISA rtc setupRussell King2009-12-246-174/+73
| * | | ARM: fix PAGE_KERNELRussell King2009-12-241-2/+1
| * | | ARM: Fix wrong shared bit for CPU write buffer bug testRussell King2009-12-231-3/+2
| * | | ARM: 5857/1: ARM: dmabounce: fix buildMike Rapoport2009-12-221-1/+1
| * | | ARM: 5856/1: Fix bug of uart0 platfrom data for nuc900wanzongshun2009-12-221-0/+1
| * | | ARM: 5855/1: putc support for nuc900wanzongshun2009-12-221-0/+10
| * | | ARM: 5854/1: fix compiling error for NUC900wanzongshun2009-12-221-1/+1
| * | | ARM: 5849/1: ARMv7: fix Oprofile events countJean PIHET2009-12-221-6/+2
| * | | ARM: Kill CONFIG_CPU_32Russell King2009-12-18160-339/+200
| * | | ARM: Convert VFP/Crunch/XscaleCP thread_release() to exit_thread()Russell King2009-12-185-18/+19
| * | | ARM: 5853/1: ARM: Fix build break on ARM v6 and v7Anand Gadiyar2009-12-181-1/+1
| | |/ | |/|
* | | Merge branch 'sh/g3-prep' into sh/for-2.6.33Paul Mundt2009-12-24418-4676/+18603
|\ \ \ | | |/ | |/|
| * | Revert "x86, ucode-amd: Ensure ucode update on suspend/resume after CPU off/o...Linus Torvalds2009-12-241-1/+1
| * | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-12-2233-171/+738
| |\ \
| | * | powerpc/gc/wii: Remove get_irq_desc()Albert Herranz2009-12-212-2/+2
| | * | powerpc/gc/wii: hlwd-pic: convert irq_desc.lock to raw_spinlockAlbert Herranz2009-12-211-4/+4