| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'upstream-4.14-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 2017-09-16 | 4 | -16/+16 |
|\ |
|
| * | UBI: Fix two typos in comments | Uwe Kleine-König | 2017-09-13 | 1 | -2/+2 |
| * | ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate" | Colin Ian King | 2017-09-13 | 1 | -1/+1 |
| * | ubi: pr_err() strings should end with newlines | Ben Dooks | 2017-09-13 | 1 | -3/+3 |
| * | ubi: pr_err() strings should end with newlines | Ben Dooks | 2017-09-13 | 1 | -4/+4 |
| * | ubi: pr_err() strings should end with newlines | Ben Dooks | 2017-09-13 | 1 | -6/+6 |
* | | Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea... | Linus Torvalds | 2017-09-16 | 1 | -6/+0 |
|\ \ |
|
| * | | mtd: lantiq-flash: drop check of boot select | Hauke Mehrtens | 2017-09-04 | 1 | -6/+0 |
| |/ |
|
* | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2017-09-15 | 1 | -2/+2 |
|\ \ |
|
| * | | fs: fix kernel_write prototype | Christoph Hellwig | 2017-09-05 | 1 | -1/+1 |
| * | | fs: fix kernel_read prototype | Christoph Hellwig | 2017-09-05 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2017-09-09 | 95 | -672/+1951 |
|\ \ |
|
| * \ | Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/next | Boris Brezillon | 2017-09-01 | 71 | -503/+977 |
| |\ \ |
|
| | * | | mtd: nand: make Samsung SLC NAND usable again | Lothar Waßmann | 2017-08-29 | 1 | -2/+5 |
| | * | | Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into... | Boris Brezillon | 2017-08-23 | 67 | -67/+67 |
| | |\ \ |
|
| | | * | | mtd: nand: Rename nand.h into rawnand.h | Boris Brezillon | 2017-08-13 | 67 | -67/+67 |
| | * | | | mtd: nand: tmio: Register partitions using the parsers | Andrea Adami | 2017-08-23 | 1 | -1/+3 |
| | * | | | mtd: nand: sharpsl: Register partitions using the parsers | Andrea Adami | 2017-08-23 | 1 | -1/+1 |
| | * | | | mtd: nand: qcom: Support for IPQ8074 QPIC NAND controller | Abhishek Sahu | 2017-08-23 | 1 | -0/+10 |
| | * | | | mtd: nand: qcom: support for IPQ4019 QPIC NAND controller | Abhishek Sahu | 2017-08-23 | 1 | -0/+10 |
| | * | | | mtd: nand: qcom: support for different DEV_CMD register offsets | Abhishek Sahu | 2017-08-23 | 1 | -6/+19 |
| | * | | | mtd: nand: qcom: QPIC data descriptors handling | Abhishek Sahu | 2017-08-23 | 1 | -0/+76 |
| | * | | | mtd: nand: qcom: enable BAM or ADM mode | Abhishek Sahu | 2017-08-23 | 1 | -3/+14 |
| | * | | | mtd: nand: qcom: erased codeword detection configuration | Abhishek Sahu | 2017-08-23 | 1 | -0/+21 |
| | * | | | mtd: nand: qcom: support for read location registers | Abhishek Sahu | 2017-08-23 | 1 | -0/+63 |
| | * | | | mtd: nand: qcom: support for passing flags in DMA helper functions | Abhishek Sahu | 2017-08-23 | 1 | -52/+77 |
| | * | | | mtd: nand: qcom: add BAM DMA descriptor handling | Abhishek Sahu | 2017-08-23 | 1 | -12/+136 |
| | * | | | mtd: nand: qcom: allocate BAM transaction | Abhishek Sahu | 2017-08-23 | 1 | -0/+94 |
| | * | | | mtd: nand: qcom: DMA mapping support for register read buffer | Abhishek Sahu | 2017-08-23 | 1 | -0/+40 |
| | * | | | mtd: nand: qcom: add and initialize QPIC DMA resources | Abhishek Sahu | 2017-08-23 | 1 | -18/+68 |
| | * | | | mtd: nand: qcom: add bam property for QPIC NAND controller | Abhishek Sahu | 2017-08-23 | 1 | -0/+3 |
| | * | | | mtd: nand: qcom: support for NAND controller properties | Abhishek Sahu | 2017-08-23 | 1 | -7/+19 |
| | * | | | mtd: nand: qcom: fix read failure without complete bootchain | Abhishek Sahu | 2017-08-23 | 1 | -4/+12 |
| | * | | | mtd: nand: mtk: fix error return code in mtk_ecc_probe() | Gustavo A. R. Silva | 2017-08-23 | 1 | -2/+2 |
| | * | | | mtd: nand: sh_flctl: fix error return code in flctl_probe() | Gustavo A. R. Silva | 2017-08-23 | 1 | -2/+2 |
| | * | | | mtd: nand: sh_flctl: use dma_mapping_error to check map errors | Pan Bian | 2017-08-23 | 1 | -1/+1 |
| | * | | | mtd: nand: atmel: fix of_irq_get() error check | Sergei Shtylyov | 2017-08-23 | 1 | -6/+7 |
| | * | | | mtd: nand: hynix: add support for 20nm NAND chips | Martin Blumenstingl | 2017-08-23 | 1 | -2/+2 |
| | * | | | mtd: nand: mxc: Fix mxc_v1 ooblayout | Boris Brezillon | 2017-08-23 | 1 | -3/+4 |
| | * | | | mtd: nand: sunxi: explicitly request exclusive reset control | Philipp Zabel | 2017-08-23 | 1 | -1/+1 |
| | * | | | mtd: st_spi_fsm: Handle clk_prepare_enable/clk_disable_unprepare. | Arvind Yadav | 2017-08-23 | 1 | -8/+12 |
| | * | | | mtd: nand: lpc32xx_mlc: Handle return value of clk_prepare_enable. | Arvind Yadav | 2017-08-23 | 1 | -2/+7 |
| | * | | | mtd: nand: lpc32xx_slc: Handle return value of clk_prepare_enable. | Arvind Yadav | 2017-08-23 | 1 | -2/+7 |
| | * | | | mtd: oxnas_nand: Handle clk_prepare_enable/clk_disable_unprepare. | Arvind Yadav | 2017-08-23 | 1 | -7/+18 |
| | * | | | mtd: nand: denali: Handle return value of clk_prepare_enable. | Arvind Yadav | 2017-08-23 | 1 | -1/+3 |
| | * | | | mtd: orion-nand: fix build error with ARMv4 | Arnd Bergmann | 2017-08-23 | 1 | -0/+7 |
| | * | | | mtd: nand: pxa3xx_nand: enable building on mvebu 64-bit platforms | Gregory CLEMENT | 2017-08-23 | 1 | -1/+1 |
| | * | | | mtd: nand: qcom: reorganize nand devices probing | Abhishek Sahu | 2017-08-23 | 1 | -29/+59 |
| | * | | | mtd: nand: qcom: remove memset for clearing read register buffer | Abhishek Sahu | 2017-08-23 | 1 | -2/+0 |
| | * | | | mtd: nand: qcom: reorganize nand page write | Abhishek Sahu | 2017-08-23 | 1 | -12/+20 |