summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* script: update git ignore fileSascha Hauer2011-04-111-1/+2
* fs: use safe_strncpy instead of sprintfSascha Hauer2011-04-111-2/+3
* move version_string to seperate fileSascha Hauer2011-04-116-12/+19
* nand: remove unused nand_util fileSascha Hauer2011-04-112-859/+0
* startup: we can only mount root and devfs when compiled inSascha Hauer2011-04-111-0/+2
* nand: remove unused header fileSascha Hauer2011-04-111-46/+0
* devfs: factor out core devfs functionalitySascha Hauer2011-04-114-165/+244
* fs: implement flush functionSascha Hauer2011-04-114-0/+34
* devfs: remove unused struct filep* argument from open/closeSascha Hauer2011-04-114-8/+8
* ubi: do not use filepSascha Hauer2011-04-111-7/+1
* mci: make it compile without info supportSascha Hauer2011-04-111-0/+2
* fs: remove unused field 'type' from struct fs_driver_dSascha Hauer2011-04-114-8/+0
* freescale-mx35-3-stack: Add mmc0Thomas Mayer2011-04-081-0/+2
* Nios2: Add Altera UART driverFranck JULLIEN2011-04-083-1/+102
* Merge branch 'nand-pu' into nextSascha Hauer2011-04-0615-1306/+1411
|\
| * nand: make bbt support optionalSascha Hauer2011-04-043-4/+20
| * nand: make vendor/type printout optionalSascha Hauer2011-04-042-69/+84
| * nand: Make different ecc modes optionalSascha Hauer2011-04-043-5/+32
| * nand: Make write support optionalSascha Hauer2011-04-047-10/+45
| * nand: factor out nand write supportSascha Hauer2011-04-044-717/+766
| * nand: factor out syndrome support to seperate fileSascha Hauer2011-04-044-207/+228
| * nand: factor out software ecc support to seperate fileSascha Hauer2011-04-044-75/+97
| * nand: Factor out hw ecc support to seperate fileSascha Hauer2011-04-044-85/+120
| * nand: do not fall through in nand_scan_tail()Sascha Hauer2011-04-041-16/+22
| * nand: remove unneeded nand_[get|release]_device functionsSascha Hauer2011-04-041-95/+0
| * nand: remove unused suspend/resume functionsSascha Hauer2011-04-042-32/+0
| * commands: Make nand command optionalSascha Hauer2011-04-042-1/+7
* | Merge branch 'armlinux' into nextSascha Hauer2011-04-067-213/+248
|\ \
| * | ARM: move bootu code to its own fileSascha Hauer2011-04-043-33/+39
| * | ARM: move bootz code to its own fileSascha Hauer2011-04-043-95/+101
| * | ARM: move bootm code to its own fileSascha Hauer2011-04-043-80/+93
| * | ARM: factor out a start_linux functionSascha Hauer2011-04-044-20/+30
| * | ARM: Add missing parameter name in armlinux_set_serialSascha Hauer2011-04-041-1/+1
| |/
* | Merge branch 'omap-drivers' into nextSascha Hauer2011-04-0615-116/+2545
|\ \
| * | mtd nand omap: Add BCH ecc supportSascha Hauer2011-04-044-38/+579
| * | mtd nand omap: make ecc mode runtime configurableSascha Hauer2011-04-042-88/+182
| * | mtd nand omap: Pass ecc mode from platformSascha Hauer2011-04-044-10/+13
| * | mci: Add omap hsmmc driverSascha Hauer2011-04-043-0/+590
| * | net smc911x: Add LAN9221 supportSascha Hauer2011-03-301-0/+2
| * | usb net: Add SMSC95xx supportSascha Hauer2011-03-304-0/+1199
* | | Merge branch 'omap-prepare' into nextSascha Hauer2011-04-0611-310/+183
|\ \ \
| * | | ARM omap: make gpio support mandatorySascha Hauer2011-04-042-11/+2
| * | | arm omap: remove unused request/free gpio functionsSascha Hauer2011-04-042-25/+0
| * | | omap: rename GPMC Kconfig entry to OMAP_GPMCSascha Hauer2011-04-043-3/+3
| * | | ARM omap4: fix indention in KconfigSascha Hauer2011-04-041-32/+32
| * | | ARM omap: allow to put omap boards into another directorySascha Hauer2011-04-041-1/+3
| * | | ARM omap: move architecture specific kconfig entries to arch partSascha Hauer2011-04-042-95/+68
| * | | ARM omap: move devices-gpmc-nand.c to omap architecture directorySascha Hauer2011-04-043-3/+1
| * | | ARM omap: rework gpio supportSascha Hauer2011-04-042-111/+42
| * | | ARM omap: move uart access functions to a more generic placeSascha Hauer2011-04-043-34/+37
| | |/ | |/|