aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/bcm47xxsflash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon1-8/+1
2018-03-15mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon1-3/+0
2017-02-08mtd: bcm47xxsflash: support reading flash out of mapping windowRafał Miłecki1-3/+21
2017-02-08mtd: bcm47xxsflash: use platform_(set|get)_drvdataRafał Miłecki1-3/+3
2016-11-07mtd: bcm47xxsflash: use uncached MMIO access for BCM53573Rafał Miłecki1-5/+19
2016-04-04mtd: bcm47xxsflash: use ioremap_cache() instead of KSEG0ADDR()Brian Norris1-5/+24
2015-10-13mtd: devices: bcm47xxflash: show parent device in sysfsFrans Klaver1-3/+4
2014-10-20mtd: devices: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-08-30mtd: bcm47xxsflash: writing supportRafał Miłecki1-4/+126
2013-08-30mtd: bcm47xxsflash: implement erasing supportRafał Miłecki1-2/+41
2013-08-30mtd: bcm47xxsflash: convert to module_platform_driver instead of init/exitLibo Chen1-19/+1
2013-08-30mtd: bcm47xxsflash: convert kzalloc to avoid invalid accessLibo Chen1-12/+4
2013-08-05mtd: bcm47xxsflash: implement polling chip statusRafał Miłecki1-0/+55
2013-08-05mtd: bcm47xxsflash: implement ChipCommon R/W opsRafał Miłecki1-0/+13
2013-04-05mtd: bcm47xxsflash: store info about flash typeRafał Miłecki1-0/+9
2013-04-05mtd: bcm47xxsflash: keep a reference to the BCMARafał Miłecki1-0/+2
2013-04-05mtd: devices: add const qualifiersArtem Bityutskiy1-1/+1
2013-02-04mtd: bcm47xxsflash: adjust names of bus-specific functionsRafał Miłecki1-4/+12
2013-02-04mtd: bcm47xxsflash: register this as normal driverHauke Mehrtens1-1/+2
2013-02-04mtd: bcm47xxsflash: write number of written bytesHauke Mehrtens1-0/+1
2013-02-04mtd: bcm47xxsflash: add own struct for abstrating bus typeRafał Miłecki1-13/+24
2012-11-22mtd: remove use of __devexitBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-29mtd: basic (read only) driver for BCMA serial flashRafał Miłecki1-0/+105