| Commit message (Expand) | Author | Age |
* | fix OMAP2 MTD build failure | Daniel J Blueman | 2010-09-29 |
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2010-09-14 |
|\ |
|
| * | mtd: pxa3xx: fix build error when CONFIG_MTD_PARTITIONS is not defined | Mark F. Brown | 2010-09-13 |
| * | mtd: mxc_nand: configure pages per block for v2 controller | Sascha Hauer | 2010-09-13 |
| * | mtd: OneNAND: Fix loop hang when DMA error at Samsung SoCs | Kyungmin Park | 2010-09-13 |
| * | mtd: OneNAND: Fix 2KiB pagesize handling at Samsung SoCs | Kyungmin Park | 2010-09-13 |
| * | mtd: Blackfin NFC: fix invalid free in remove() | Mike Frysinger | 2010-09-13 |
| * | mtd: Blackfin NFC: fix build error after nand_scan_ident() change | Mike Frysinger | 2010-09-13 |
| * | mxc_nand: Do not do byte accesses to the NFC buffer. | John Ogness | 2010-08-26 |
* | | UBI: do not oops when erroneous PEB is scheduled for scrubbing | Artem Bityutskiy | 2010-08-30 |
* | | UBI: fix kconfig unmet dependency | Randy Dunlap | 2010-08-30 |
* | | UBI: fix forward compatibility | Artem Bityutskiy | 2010-08-30 |
* | | UBI: eliminate update of list_for_each_entry loop cursor | Julia Lawall | 2010-08-30 |
|/ |
|
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2010-08-21 |
|\ |
|
| * | mtd: nand: Fix probe of Samsung NAND chips | Tilman Sauerbeck | 2010-08-20 |
| * | mtd: nand: Fix regression in BBM detection | Brian Norris | 2010-08-19 |
| * | pxa3xx: fix ns2cycle equation | Axel Lin | 2010-08-18 |
* | | of: fix missing headers for of_address_to_resource() in MTD and SysACE drivers | Graeme Smecher | 2010-08-17 |
|/ |
|
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2010-08-15 |
|\ |
|
| * | mtd/nand_ids: Fix buswidth | Brian Norris | 2010-08-13 |
| * | mtd/m25p80: fix test for end of loop | Dan Carpenter | 2010-08-12 |
| * | mtd/m25p80: retlen is never NULL | Dan Carpenter | 2010-08-12 |
| * | gen_nand: Test if nr_chips field is valid | Marek Vasut | 2010-08-12 |
| * | nand/denali: move all hardware initialization work to denali_hw_init | Chuanxiao Dong | 2010-08-12 |
| * | nand/denali: Add a page check in denali_read_page & denali_read_page_raw | Chuanxiao Dong | 2010-08-12 |
| * | nand/denali: use cpu_relax() while waiting for hardware interrupt | Chuanxiao Dong | 2010-08-12 |
| * | nand/denali: change read_status function method | Chuanxiao Dong | 2010-08-12 |
| * | nand/denali: Fixed check patch warnings | Chuanxiao Dong | 2010-08-12 |
| * | mtd/nand_base: fix kernel-doc warnings & typos | Randy Dunlap | 2010-08-10 |
| * | nand/denali: use dev_xx debug function to replace nand_dbg_print and some printk | Chuanxiao Dong | 2010-08-10 |
| * | nand/denali: Fixed handle ECC error bugs | Chuanxiao Dong | 2010-08-10 |
| * | nand/denali: use iowrite32() to replace denali_write32() | Chuanxiao Dong | 2010-08-10 |
| * | nand/denali: Fixed probe function bugs | Chuanxiao Dong | 2010-08-10 |
* | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-08-12 |
|\ \ |
|
| * | | of/device: Replace struct of_device with struct platform_device | Grant Likely | 2010-08-06 |
* | | | mtd/nand_base: fix kernel-doc warnings & typos | Randy Dunlap | 2010-08-11 |
* | | | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-08-10 |
|\ \ \
| |_|/
|/| | |
|
| * | | block: push down BKL into .open and .release | Arnd Bergmann | 2010-08-07 |
| * | | block: push down BKL into .locked_ioctl | Arnd Bergmann | 2010-08-07 |
| * | | block: remove wrappers for request type/flags | Christoph Hellwig | 2010-08-07 |
* | | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2010-08-10 |
|\ \ \ |
|
| * | | | mtd: Remove obsolete <mtd/compatmac.h> include | David Woodhouse | 2010-08-08 |
| * | | | mtd: Update copyright notices | David Woodhouse | 2010-08-08 |
| * | | | mtd-physmap: add support users can assign the probe type in board files | Barry Song | 2010-08-08 |
| * | | | mtd: remove redwood map driver | Christian Dietrich | 2010-08-06 |
| * | | | mxc_nand: Add v3 (i.MX51) Support | Sascha Hauer | 2010-08-06 |
| * | | | mxc_nand: support 8bit ecc | Sascha Hauer | 2010-08-06 |
| * | | | mxc_nand: fix correct_data function | Sascha Hauer | 2010-08-06 |
| * | | | mxc_nand: add V1_V2 namespace to registers | Sascha Hauer | 2010-08-06 |
| * | | | mxc_nand: factor out a check_int function | Sascha Hauer | 2010-08-06 |