summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-kirkwood
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/nico/orionRussell King2010-11-078-30/+23
|\
| * ARM: orion5x/kirkwood/mv78xx0: fix MPP configuration corner casesMike Rapoport2010-11-051-3/+1
| * [ARM] Kirkwood: restrict the scope of the PCIe reset workaroundNicolas Pitre2010-10-211-1/+13
| * [ARM] Kirkwood: fix timer initialization for LaCie boardsSimon Guinot2010-10-215-22/+6
| * [ARM] Kirkwood: enhance TCLK detectionSimon Guinot2010-10-211-4/+3
* | Kirkwood: add fan support for Network Space Max v2Simon Guinot2010-10-251-0/+43
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-10-251-0/+6
|\ \
| * \ Merge branch 'topic/asoc' into for-linusTakashi Iwai2010-10-251-0/+6
| |\ \
| | * | ASoC: OpenRD Client : Fix naming breakage due to multicomponent supportArnaud Patard (Rtp)2010-08-311-1/+1
| | * | Merge branch 'for-2.6.36' into for-2.6.37Mark Brown2010-08-1624-430/+923
| | |\ \
| | * | | ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood2010-08-121-0/+6
* | | | | arm: remove machine_desc.io_pg_offst and .phys_ioNicolas Pitre2010-10-2014-40/+0
* | | | | arm: return both physical and virtual addresses from addruartJeremy Kerr2010-10-201-6/+5
| |_|_|/ |/| | |
* | | | [ARM] Kirkwood: add LED support for netxbig_v2 boardsSimon Guinot2010-10-071-25/+133
* | | | leds: add LED driver for Big Network series LEDsSimon Guinot2010-10-071-0/+55
* | | | [ARM] Kirkwood: remove duplicated code in LaCie setup filesSimon Guinot2010-09-196-325/+175
* | | | [ARM] Kirkwood: add LaCie d2 Network v2 supportSimon Guinot2010-09-193-0/+330
* | | | [ARM] Kirkwood: support for Seagate DockStarEric Cooper2010-09-193-0/+119
* | | | [ARM] OpenRD: Enable SD/UART selection for serial port 1Tanmay Upadhyay2010-09-191-1/+100
|/ / /
* | | ARM: kirkwood: Unbreak PCIe I/O portArnaud Patard2010-09-192-3/+3
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-08-074-0/+56
|\ \
| * \ Merge branch 'topic/asoc' into for-linusTakashi Iwai2010-08-054-0/+56
| |\ \ | | |/
| | * openrd-client: initialise audioapatard@mandriva.com2010-05-311-0/+13
| | * orion/kirkwood: add audio functions.apatard@mandriva.com2010-05-313-0/+43
* | | Merge branch 'wells/lpc32xx-arch_v2' of git://git.lpclinux.com/linux-2.6-lpc ...Russell King2010-07-291-1/+1
|\ \ \ | |/ /
| * | ARM: 6265/1: kirkwood: move qnap_tsx1x_register_flash() to .init.textUwe Kleine-König2010-07-262-2/+2
| |/
* | [ARM] Kirkwood: update LED support for Network Space v2Simon Guinot2010-07-161-41/+30
* | leds: add LED driver for Network Space v2 LEDsSimon Guinot2010-07-161-0/+26
* | [ARM] Kirkwood: add LaCie Network Space Max v2 supportSimon Guinot2010-07-163-0/+36
* | [ARM] Kirkwood: more factorization of the PCIe init codeNicolas Pitre2010-07-161-33/+19
* | [ARM] Kirkwood: add support for PCIe1Saeed Bishara2010-07-1615-72/+219
* | [ARM] Kirkwood: Add support for 88f6282Saeed Bishara2010-07-163-4/+14
* | [ARM] Kirkwood: add support for rev A1 of the 88f6192 and 88f6180 chips.Saeed Bishara2010-07-162-0/+6
* | [ARM] Kirkwood: configure NAND mpp's for db88f6281Saeed Bishara2010-07-161-0/+8
* | [ARM] Marvell OpenRD-Ultimate machine supportDmytro Milinevskyy2010-07-162-3/+31
* | [ARM] Kirkwood: fix HP t5325 after commit 6605742f2aNicolas Pitre2010-07-161-7/+7
* | [ARM] Kirkwood: Add support for HP t5325 Thin ClientMartin Michlmayr2010-07-163-0/+201
* | [ARM] Kirkwood: Add MPP44 (board ID) on TS-219Martin Michlmayr2010-07-161-0/+1
* | [ARM] Kirkwood: update MPP definition.Benjamin Zores2010-07-165-307/+357
* | [ARM] Kirkwood: Fix explanation of MPP45 for QNAP TS41xMartin Michlmayr2010-07-161-1/+1
* | [ARM] Kirkwood: Export GPIO indicating jumper setting of JP1Martin Michlmayr2010-07-161-1/+6
* | [ARM] qnap tsx1x: fix section mismatchArnaud Patard2010-07-161-1/+1
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-05-212-0/+11
|\
| * mtd: kirkwood: allow machines to register RnB callbackBen Dooks2010-05-142-0/+11
* | [ARM] Kirkwood: merge net2big_v2 and net5big_v2 board setupsSimon Guinot2010-05-033-394/+120
* | [ARM] Kirkwood: add LaCie 5Big Network v2 supportSimon Guinot2010-05-033-0/+362
* | [ARM] Kirkwood: add LaCie 2Big Network v2 supportSimon Guinot2010-05-033-0/+341
* | [ARM] Kirkwood: Marvell GuruPlug supportSiddarth Gore2010-05-033-0/+138
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [ARM] Kirkwood: WPS button keycode mappingChristian Lamparter2010-03-231-2/+2
OpenPOWER on IntegriCloud