| Commit message (Expand) | Author | Age | Files | Lines |
* | mxc_nand: do not depend on disabling the irq in the interrupt handler | Sascha Hauer | 2010-10-18 | 1 | -9/+83 |
* | fix OMAP2 MTD build failure | Daniel J Blueman | 2010-09-29 | 1 | -1/+1 |
* | mtd: pxa3xx: fix build error when CONFIG_MTD_PARTITIONS is not defined | Mark F. Brown | 2010-09-13 | 1 | -0/+6 |
* | mtd: mxc_nand: configure pages per block for v2 controller | Sascha Hauer | 2010-09-13 | 1 | -14/+19 |
* | mtd: Blackfin NFC: fix invalid free in remove() | Mike Frysinger | 2010-09-13 | 1 | -6/+1 |
* | mtd: Blackfin NFC: fix build error after nand_scan_ident() change | Mike Frysinger | 2010-09-13 | 1 | -1/+1 |
* | mxc_nand: Do not do byte accesses to the NFC buffer. | John Ogness | 2010-08-27 | 1 | -7/+7 |
* | mtd: nand: Fix probe of Samsung NAND chips | Tilman Sauerbeck | 2010-08-20 | 1 | -0/+1 |
* | mtd: nand: Fix regression in BBM detection | Brian Norris | 2010-08-19 | 1 | -7/+3 |
* | pxa3xx: fix ns2cycle equation | Axel Lin | 2010-08-18 | 1 | -1/+1 |
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2010-08-15 | 4 | -322/+200 |
|\ |
|
| * | mtd/nand_ids: Fix buswidth | Brian Norris | 2010-08-13 | 1 | -1/+1 |
| * | gen_nand: Test if nr_chips field is valid | Marek Vasut | 2010-08-12 | 1 | -0/+5 |
| * | nand/denali: move all hardware initialization work to denali_hw_init | Chuanxiao Dong | 2010-08-12 | 1 | -5/+6 |
| * | nand/denali: Add a page check in denali_read_page & denali_read_page_raw | Chuanxiao Dong | 2010-08-12 | 1 | -0/+14 |
| * | nand/denali: use cpu_relax() while waiting for hardware interrupt | Chuanxiao Dong | 2010-08-12 | 1 | -2/+2 |
| * | nand/denali: change read_status function method | Chuanxiao Dong | 2010-08-12 | 1 | -7/+5 |
| * | nand/denali: Fixed check patch warnings | Chuanxiao Dong | 2010-08-12 | 1 | -12/+13 |
| * | mtd/nand_base: fix kernel-doc warnings & typos | Randy Dunlap | 2010-08-11 | 1 | -19/+20 |
| * | nand/denali: use dev_xx debug function to replace nand_dbg_print and some printk | Chuanxiao Dong | 2010-08-11 | 2 | -184/+42 |
| * | nand/denali: Fixed handle ECC error bugs | Chuanxiao Dong | 2010-08-11 | 1 | -16/+29 |
| * | nand/denali: use iowrite32() to replace denali_write32() | Chuanxiao Dong | 2010-08-11 | 1 | -76/+62 |
| * | nand/denali: Fixed probe function bugs | Chuanxiao Dong | 2010-08-11 | 1 | -21/+23 |
* | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-08-12 | 6 | -13/+13 |
|\ \ |
|
| * | | of/device: Replace struct of_device with struct platform_device | Grant Likely | 2010-08-06 | 6 | -13/+13 |
* | | | mtd/nand_base: fix kernel-doc warnings & typos | Randy Dunlap | 2010-08-11 | 1 | -19/+20 |
| |/
|/| |
|
* | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2010-08-10 | 17 | -1165/+1216 |
|\ \ |
|
| * | | mtd: Remove obsolete <mtd/compatmac.h> include | David Woodhouse | 2010-08-08 | 4 | -4/+0 |
| * | | mxc_nand: Add v3 (i.MX51) Support | Sascha Hauer | 2010-08-06 | 2 | -2/+222 |
| * | | mxc_nand: support 8bit ecc | Sascha Hauer | 2010-08-06 | 1 | -0/+30 |
| * | | mxc_nand: fix correct_data function | Sascha Hauer | 2010-08-06 | 1 | -2/+40 |
| * | | mxc_nand: add V1_V2 namespace to registers | Sascha Hauer | 2010-08-06 | 1 | -78/+63 |
| * | | mxc_nand: factor out a check_int function | Sascha Hauer | 2010-08-06 | 1 | -13/+19 |
| * | | mxc_nand: make some internally used functions overwriteable | Sascha Hauer | 2010-08-06 | 1 | -28/+44 |
| * | | mxc_nand: rework get_dev_status | Sascha Hauer | 2010-08-06 | 1 | -12/+9 |
| * | | mxc_nand: remove 0xe00 offset from registers | Sascha Hauer | 2010-08-06 | 1 | -18/+18 |
| * | | mtd: denali: Add multi connected NAND support | Chuanxiao Dong | 2010-08-06 | 2 | -1/+22 |
| * | | mtd: denali: Remove set_ecc_config function | Chuanxiao Dong | 2010-08-06 | 2 | -40/+48 |
| * | | mtd: denali: Remove unuseful code in get_xx_nand_para functions | Chuanxiao Dong | 2010-08-06 | 1 | -74/+7 |
| * | | mtd: denali: Remove device_info_tag structure | Chuanxiao.Dong | 2010-08-06 | 2 | -305/+37 |
| * | | mtd: atmel_nand: fix warning: 'part_probes' defined but not used | Andreas Bießmann | 2010-08-06 | 1 | -1/+1 |
| * | | mtd: Missing slab.h include | David Miller | 2010-08-06 | 1 | -0/+1 |
| * | | mtd: gen_nand: fix support for multiple chips | Marek Vasut | 2010-08-06 | 1 | -1/+1 |
| * | | mtd: denali: update get nand para functions | Chuanxiao Dong | 2010-08-05 | 1 | -72/+35 |
| * | | mtd: denali: rename functions which is named by using capitals | Chuanxiao Dong | 2010-08-05 | 2 | -16/+11 |
| * | | mtd: denali.c: fix reserved all check-patch errors | Chuanxiao Dong | 2010-08-05 | 1 | -49/+53 |
| * | | mtd: denali.c: fix all "line over 80 characters" warnings | Chuanxiao Dong | 2010-08-05 | 1 | -108/+192 |
| * | | mtd: denali.c: add and update KERN_ facility level in printk() | Chuanxiao Dong | 2010-08-05 | 1 | -16/+16 |
| * | | mtd: denali.c: fixed all open brace { check-patch errors | Chuanxiao Dong | 2010-08-05 | 1 | -116/+48 |
| * | | nand/denali Clean up all white spaces in code indent | Chuanxiao | 2010-08-05 | 1 | -169/+168 |