summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/bcm47xxsflash.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: bcm47xxsflash: use ioremap_cache() instead of KSEG0ADDR()Brian Norris2016-04-041-5/+24
* mtd: devices: bcm47xxflash: show parent device in sysfsFrans Klaver2015-10-131-3/+4
* mtd: devices: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* mtd: bcm47xxsflash: writing supportRafał Miłecki2013-08-301-4/+126
* mtd: bcm47xxsflash: implement erasing supportRafał Miłecki2013-08-301-2/+41
* mtd: bcm47xxsflash: convert to module_platform_driver instead of init/exitLibo Chen2013-08-301-19/+1
* mtd: bcm47xxsflash: convert kzalloc to avoid invalid accessLibo Chen2013-08-301-12/+4
* mtd: bcm47xxsflash: implement polling chip statusRafał Miłecki2013-08-051-0/+55
* mtd: bcm47xxsflash: implement ChipCommon R/W opsRafał Miłecki2013-08-051-0/+13
* mtd: bcm47xxsflash: store info about flash typeRafał Miłecki2013-04-051-0/+9
* mtd: bcm47xxsflash: keep a reference to the BCMARafał Miłecki2013-04-051-0/+2
* mtd: devices: add const qualifiersArtem Bityutskiy2013-04-051-1/+1
* mtd: bcm47xxsflash: adjust names of bus-specific functionsRafał Miłecki2013-02-041-4/+12
* mtd: bcm47xxsflash: register this as normal driverHauke Mehrtens2013-02-041-1/+2
* mtd: bcm47xxsflash: write number of written bytesHauke Mehrtens2013-02-041-0/+1
* mtd: bcm47xxsflash: add own struct for abstrating bus typeRafał Miłecki2013-02-041-13/+24
* mtd: remove use of __devexitBill Pemberton2012-11-221-1/+1
* mtd: remove use of __devexit_pBill Pemberton2012-11-221-1/+1
* mtd: basic (read only) driver for BCMA serial flashRafał Miłecki2012-09-291-0/+105