summaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-23dt-bindings: qcom_nandc: fix the ipq806x device tree exampleAbhishek Sahu1-3/+3
2017-08-23mtd: nand: qcom: support for different DEV_CMD register offsetsAbhishek Sahu1-6/+19
2017-08-23mtd: nand: qcom: QPIC data descriptors handlingAbhishek Sahu1-0/+76
2017-08-23mtd: nand: qcom: enable BAM or ADM modeAbhishek Sahu1-3/+14
2017-08-23mtd: nand: qcom: erased codeword detection configurationAbhishek Sahu1-0/+21
2017-08-23mtd: nand: qcom: support for read location registersAbhishek Sahu1-0/+63
2017-08-23mtd: nand: qcom: support for passing flags in DMA helper functionsAbhishek Sahu1-52/+77
2017-08-23mtd: nand: qcom: add BAM DMA descriptor handlingAbhishek Sahu1-12/+136
2017-08-23mtd: nand: qcom: allocate BAM transactionAbhishek Sahu1-0/+94
2017-08-23mtd: nand: qcom: DMA mapping support for register read bufferAbhishek Sahu1-0/+40
2017-08-23mtd: nand: qcom: add and initialize QPIC DMA resourcesAbhishek Sahu1-18/+68
2017-08-23mtd: nand: qcom: add bam property for QPIC NAND controllerAbhishek Sahu1-0/+3
2017-08-23mtd: nand: qcom: support for NAND controller propertiesAbhishek Sahu1-7/+19
2017-08-23mtd: nand: qcom: fix read failure without complete bootchainAbhishek Sahu1-4/+12
2017-08-23mtd: nand: mtk: fix error return code in mtk_ecc_probe()Gustavo A. R. Silva1-2/+2
2017-08-23mtd: nand: sh_flctl: fix error return code in flctl_probe()Gustavo A. R. Silva1-2/+2
2017-08-23mtd: nand: sh_flctl: use dma_mapping_error to check map errorsPan Bian1-1/+1
2017-08-23mtd: nand: atmel: fix of_irq_get() error checkSergei Shtylyov1-6/+7
2017-08-23mtd: nand: hynix: add support for 20nm NAND chipsMartin Blumenstingl1-2/+2
2017-08-23mtd: nand: mxc: Fix mxc_v1 ooblayoutBoris Brezillon1-3/+4
2017-08-23mtd: nand: sunxi: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-08-23mtd: st_spi_fsm: Handle clk_prepare_enable/clk_disable_unprepare.Arvind Yadav1-8/+12
2017-08-23mtd: nand: lpc32xx_mlc: Handle return value of clk_prepare_enable.Arvind Yadav1-2/+7
2017-08-23mtd: nand: lpc32xx_slc: Handle return value of clk_prepare_enable.Arvind Yadav1-2/+7
2017-08-23mtd: oxnas_nand: Handle clk_prepare_enable/clk_disable_unprepare.Arvind Yadav1-7/+18
2017-08-23mtd: nand: denali: Handle return value of clk_prepare_enable.Arvind Yadav1-1/+3
2017-08-23mtd: orion-nand: fix build error with ARMv4Arnd Bergmann1-0/+7
2017-08-23mtd: nand: pxa3xx_nand: enable building on mvebu 64-bit platformsGregory CLEMENT1-1/+1
2017-08-23mtd: nand: qcom: reorganize nand devices probingAbhishek Sahu1-29/+59
2017-08-23mtd: nand: qcom: remove memset for clearing read register bufferAbhishek Sahu1-2/+0
2017-08-23mtd: nand: qcom: reorganize nand page writeAbhishek Sahu1-12/+20
2017-08-23mtd: nand: qcom: reorganize nand page readAbhishek Sahu1-10/+27
2017-08-23dt-bindings: qcom_nandc: remove chip select compatible stringAbhishek Sahu1-2/+0
2017-08-23mtd: nand: qcom: remove redundant chip select compatible stringAbhishek Sahu1-14/+12
2017-08-23mtd: nand: qcom: fix config error for BCHAbhishek Sahu1-1/+1
2017-08-23mtd: nand: vf610: Remove unneeded pinctrl_pm_select_default_state()Fabio Estevam1-3/+0
2017-08-23mtd: nand: vf610: Check the return value from clk_prepare_enable()Fabio Estevam1-1/+5
2017-08-23mtd: nand: remove hard-coded NAND ids lengthJean-Louis Thekekara2-7/+7
2017-08-23mtd: nand: Fix various memory leaks in coreBoris Brezillon1-62/+56
2017-08-03mtd: nand: Remove support for block locking/unlockingBoris Brezillon2-183/+0
2017-07-16Linux v4.13-rc1v4.13-rc1Linus Torvalds1-2/+2
2017-07-15random: reorder READ_ONCE() in get_random_uXXSebastian Andrzej Siewior1-2/+4
2017-07-15random: suppress spammy warnings about unseeded randomnessTheodore Ts'o2-23/+57
2017-07-15replace incorrect strscpy use in FORTIFY_SOURCEDaniel Micay1-11/+12
2017-07-15kmod: throttle kmod thread limitLuis R. Rodriguez2-31/+9
2017-07-15kmod: add test driver to stress test the module loaderLuis R. Rodriguez7-0/+1929
2017-07-15MAINTAINERS: give kmod some maintainer loveLuis R. Rodriguez1-0/+7
2017-07-15xtensa: use generic fb.hTobias Klauser2-12/+1
2017-07-15fault-inject: add /proc/<pid>/fail-nthAkinobu Mita2-1/+3
2017-07-15fault-inject: simplify access check for fail-nthAkinobu Mita2-17/+15