summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: mx5: fix clock usage for suspendArnaud Patard (Rtp)2011-10-071-3/+12
*---. Merge branches 'features/assorted', 'features/imx-pata' and 'features/imx-mul...Sascha Hauer2011-09-2952-99/+215
|\ \ \
| | | * ARM i.MX entry-macro.S: remove now unused codeSascha Hauer2011-09-261-57/+1
| | | * ARM i.MX boards: use CONFIG_MULTI_IRQ_HANDLERSascha Hauer2011-09-2641-0/+42
| | | * ARM i.MX tzic: add handle_irq functionSascha Hauer2011-09-262-1/+27
| | | * ARM i.MX avic: add handle_irq functionSascha Hauer2011-09-262-0/+23
| | * | Fix pata imx resourceArnaud Patard (Rtp)2011-08-271-1/+1
| * | | ARM: mx25: Add the missing IIM base definitionJason Liu2011-09-231-0/+1
| * | | ARM i.MX avic: convert to use generic irq chipHui Wang2011-09-234-36/+75
| * | | mx31moboard: Add poweroff supportPhilippe Rétornaz2011-09-202-0/+18
| * | | ARM: mach-qong: Add watchdog supportFabio Estevam2011-09-202-0/+2
| * | | efika: Configure esdhc cd/wp on efika mx/sbArnaud Patard (Rtp)2011-08-273-4/+26
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-----. \ \ \ Merge branches 'features/assorted', 'features/imx-cpurev', 'features/imx-pata...Sascha Hauer2011-08-2648-462/+605
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | / / | | | |_|/ / | | |/| | |
| | | | * | arm: mach-mxs: add rtc to all boardsWolfram Sang2011-08-235-0/+8
| | | | * | arm: mach-mxs: add device for rtcWolfram Sang2011-08-235-0/+59
| | | | * | arm: mxs: mx28evk: add fixed regulators for audioWolfram Sang2011-08-231-0/+42
| | | | * | ARM: mxs: correct the using of frac div for saifDong Aisheng2011-08-231-2/+2
| | | | * | ARM: mxs: add mxs-sgtl5000 deviceDong Aisheng2011-08-231-0/+3
| | | | * | ARM: mxs: add sgtl5000 i2c deviceDong Aisheng2011-08-232-0/+18
| | | | * | ARM: mxs: add saif deviceDong Aisheng2011-08-237-0/+95
| | | | * | ARM: mxs: add saif clockDong Aisheng2011-08-231-0/+4
| | | * | | ARM i.MX defconfigs: use one defconfig for all ARMv4/v5 SoCsSascha Hauer2011-08-253-202/+54
| | | * | | ARM i.MX5: update defconfigSascha Hauer2011-08-251-23/+37
| | | * | | ARM i.MX: allow to compile together all i.MX5 based SoCsSascha Hauer2011-08-243-36/+8
| | | * | | ARM i.MX: allow to compile together ARMv4 and ARMv5 based SoCsSascha Hauer2011-08-244-58/+25
| | | | |/ | | | |/|
| | * | | ARM: imx: Define functions for registering PATAFabio Estevam2011-08-244-0/+16
| | * | | ARM: imx: Add PATA clock supportFabio Estevam2011-08-244-6/+7
| | * | | ARM: imx: Add PATA resources for other i.MX processorsFabio Estevam2011-08-243-5/+27
| | * | | imx: efika: Enable pata.Arnaud Patard (Rtp)2011-08-232-0/+3
| | * | | imx51: add pata clockArnaud Patard (Rtp)2011-08-231-0/+5
| | * | | imx51: add pata deviceArnaud Patard (Rtp)2011-08-235-0/+53
| | | |/ | | |/|
| * | | ARM: mx5: use generic function for displaying silicon revisionJason Liu2011-08-262-61/+19
| * | | ARM: mx35: use generic function for displaying silicon revisionJason Liu2011-08-263-25/+17
| * | | ARM: mx31: use generic function for displaying silicon revisionJason Liu2011-08-263-33/+31
| * | | ARM: mx27: Print silicon revision on bootJason Liu2011-08-262-15/+15
| * | | ARM: mx25: Print silicon revision on bootJason Liu2011-08-264-1/+52
| * | | ARM: imx: Introduce generic function for displaying silicon revisionFabio Estevam2011-08-262-0/+10
| | |/ | |/|
* | | ARM: mach-imx/mx25_3ds: Add FlexCAN supportFabio Estevam2011-08-262-0/+11
* | | ARM: i.MX: initialize l2x0 at early_init timeJason Liu2011-08-261-1/+1
* | | ARM: mx53_loco: Add support for the accelerometerFabio Estevam2011-08-251-0/+20
* | | ARM: imx: pwm: Add support for MX53Fabio Estevam2011-08-241-1/+1
|/ /
* | Linux 3.1-rc3v3.1-rc3Linus Torvalds2011-08-221-2/+2
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-08-226-8/+26
|\ \
| * \ Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar2011-08-186-8/+26
| |\ \
| | * | perf tools: Add group event scheduling option to perf record/statLin Ming2011-08-182-3/+8
| | * | MAINTAINERS: Fix list of perf events source filesGeunsik Lim2011-08-181-1/+1
| | * | perf tools: Fix build against newer glibcJosh Boyer2011-08-181-0/+2
| | * | perf tools: Fix error handling of unknown eventsStephane Eranian2011-08-181-1/+5
| | * | perf evlist: Fix missing event name init for default eventStephane Eranian2011-08-181-1/+10
| | * | perf list: Fix exit valueStephane Eranian2011-08-181-2/+0
OpenPOWER on IntegriCloud