summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-s35390a.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-08staging: mt29f_spinand: make use of mtd_to_nand()Boris BREZILLON1-2/+2
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND core codeBoris BREZILLON5-71/+71
2015-12-08sh: nand: make use of mtd_to_nand() where appropriateBoris BREZILLON1-1/+1
2015-12-05mtd: nand: r852: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen1-1/+0
2015-12-05mtd: spi-nor: fix error handling in spi_nor_eraseHeiner Kallweit1-6/+2
2015-12-05mtd: mtk-quadspi: drop unnecessary .owner assignmentBrian Norris1-1/+0
2015-12-05mtd: partitions: turn PART() macro into inline functionBrian Norris1-30/+33
2015-12-01mtd: brcmnand: drop brcmnand_host::of_node fieldBrian Norris1-5/+2
2015-12-01mtd: nand: fix typo (t_ald -> t_adl)Brian Norris1-2/+2
2015-12-01mtd: nand: fix ONFI parameter page layoutBoris BREZILLON1-2/+2
2015-12-01mtd: spi-nor: Fix error message with unrecognized JEDECRicardo Ribalda1-1/+1
2015-12-01mtd: nand: sunxi: add missing of_node_putJulia Lawall1-1/+3
2015-12-01mtd: brcmnand: improve memory managementJulia Lawall1-2/+6
2015-12-01brcmnand: Clear EXT_ADDR error registers in PIO modeSimon Arlott1-0/+2
2015-11-30mtd: cfi: don't warn about broken geometry for !CONFIG_MTDArnd Bergmann1-0/+2
2015-11-30mtd: cfi: enforce valid geometry configurationArnd Bergmann1-0/+4
2015-11-30mtd: spi-nor: include mtd.h header for struct mtd_info definitionRafał Miłecki1-2/+1
2015-11-21mtd: mtk-nor: new Mediatek serial flash controller driverBayi Cheng3-0/+494
2015-11-20mtd: nand: atmel_nand: constify atmel_nand_caps structuresLABBE Corentin1-3/+3
2015-11-20mtd: kill off MTD partition parser boilerplateBrian Norris7-80/+5
2015-11-20mtd: partitions: add module_mtd_part_parser() helperBrian Norris2-3/+19
2015-11-20doc: dt: mtd: stop referring to driver code for spi-nor IDsBrian Norris1-5/+51
2015-11-20mtd: m25p80: replace leftover "nor-jedec" with "spi-nor" in commentsBrian Norris1-3/+3
2015-11-20mtd: m25p80: fix module autoloading for "jedec, spi-nor" and "spi-nor"Brian Norris1-1/+10
2015-11-19mtd: spi-nor: mx25l3205d/mx25l6405d: append SECT_4KAndreas Fenkart1-2/+2
2015-11-19mtd: m25p80: drop erase() callbackBrian Norris1-17/+0
2015-11-19mtd: spi-nor: provide default erase_sector implementationBrian Norris2-5/+35
2015-11-19doc: mtd: nand: update examples to use mtd_to_nand()Boris BREZILLON1-2/+2
2015-11-19mtd: nand: add an mtd_to_nand() helperBoris BREZILLON1-0/+5
2015-11-19mtd: nand: fix drivers abusing mtd->privBoris BREZILLON2-23/+41
2015-11-18mtd: brcmnand: drop unused subpage_read() supportBrian Norris1-11/+0
2015-11-18mtd: brcmnand: clean up flash cache for parameter pagesBrian Norris1-4/+9
2015-11-18mtd: fsl-quadspi: possible NULL dereferenceBrian Norris1-4/+4
2015-11-18Documentation: mtd: improve nand_ecc.txt for readability and correctnessWang YanQing1-29/+29
2015-11-17mtd: mxc_nand: Remove bit-or operation with zeroFabio Estevam1-2/+1
2015-11-17mtd: spi-nor: remove unnecessary leading space from dbg printBrian Norris1-1/+1
2015-11-17mtd: sm_ftl: fix wrong do_div() usageNicolas Pitre1-1/+2
2015-11-17mtd: pxa3xx_nand: Gate/ungate the NAND clock in suspend/resume pathsEzequiel García1-0/+6
2015-11-17mtd: pxa3xx_nand: Remove dead codeEzequiel García1-5/+0
2015-11-17mtd: pxa3xx_nand: Remove redundant NAND sensingEzequiel García1-33/+8
2015-11-16mtd: pxa3xx_nand: Simplify pxa3xx_nand_scanEzequiel García1-16/+14
2015-11-16mtd: pxa3xx_nand: Fix initial controller configurationEzequiel García1-13/+22
2015-11-16mtd: pxa3xx_nand: Increase the initial chunk sizeEzequiel García1-1/+1
2015-11-16mtd: nand: fix shutdown/reboot for multi-chip systemsBrian Norris1-1/+1
2015-11-16mtd: jz4740_nand: fix build on jz4740 after removing gpio.hBrian Norris1-0/+1
2015-11-16Linux 4.4-rc1v4.4-rc1Linus Torvalds1-2/+2
2015-11-14ARC: Fix silly typo in MAINTAINERS fileVineet Gupta1-1/+1
2015-11-14ARC: cpu_relax() to be compiler barrier even for UPVineet Gupta1-4/+0
2015-11-14ARC: use ASL assembler mnemonicVineet Gupta1-3/+3
2015-11-14ARC: [arcompact] Handle bus error from userspace as Interrupt not exceptionVineet Gupta3-21/+44