summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* sata-imx: Fix a typoAndrey Smirnov2016-04-281-1/+1
* fix erasing/protecting flashes with unspecified sizeSascha Hauer2016-04-192-3/+3
* Merge branch 'for-next/ubifs'Sascha Hauer2016-04-083-3/+2
|\
| * Move GFP_NOFS to barebox-wrapperAlexander Stein2016-04-081-2/+0
| * mtd: ubi: Set max_write_size to actual value read from flashAlexander Stein2016-04-081-1/+1
| * mtd: cfi-flash: Set MTD's writebufsizeAlexander Stein2016-04-081-0/+1
| * mtd: doc3: Fix wrong format specifierSascha Hauer2016-04-081-1/+1
* | Merge branch 'for-next/ubiformat'Sascha Hauer2016-04-083-1/+59
|\ \
| * | mtd: ubi: Add function to get ubi number from mtd deviceSascha Hauer2016-04-081-0/+20
| * | mtd: ubi: umount mounted volumes before detaching a ubi deviceSascha Hauer2016-04-081-0/+17
| * | mtd: ubi: make ubi_detach_mtd_dev ubi internalSascha Hauer2016-04-082-0/+21
| * | mtd: ubi: rename cdev.c to barebox.cSascha Hauer2016-04-082-1/+1
| |/
* | Merge branch 'for-next/rtc'Sascha Hauer2016-04-082-7/+19
|\ \
| * | ds1307: Configure ds1341 for lowest power modeAndrey Smirnov2016-04-051-4/+16
| * | ds1307: Fix a bug in probe()Andrey Smirnov2016-04-051-1/+1
| * | rtc: abracon: Check obtained time for validityAndrey Smirnov2016-04-051-2/+2
* | | Merge branch 'for-next/mtd-imx-nand'Sascha Hauer2016-04-081-102/+139
|\ \ \
| * | | mtd: nand-imx: fix raw read/writeSascha Hauer2016-03-171-28/+111
| * | | mtd: nand-imx: remove/replace debug printSascha Hauer2016-03-171-5/+1
| * | | mtd: nand-imx: remove dead codeSascha Hauer2016-03-171-45/+0
| * | | mtd: nand-imx: Fix correct_data return value for v2/v3 controllersSascha Hauer2016-03-171-12/+6
| * | | mtd: nand-imx: Fix v1 controller ECC codeSascha Hauer2016-03-171-12/+21
* | | | Merge branch 'for-next/imx-bbu-nand-fcb'Sascha Hauer2016-04-0814-473/+895
|\ \ \ \
| * | | | mtd: nand: export nand_check_erased_bufSascha Hauer2016-04-081-1/+1
| | |_|/ | |/| |
| * | | commands: Create nand_bitflip commandSascha Hauer2016-04-061-0/+121
| * | | mtd: ubi: Make debug options configurableSascha Hauer2016-04-062-2/+21
| * | | mtd: ubi: Use mtd_peb_eraseSascha Hauer2016-04-062-68/+1
| * | | mtd: ubi: Use mtd_peb_writeSascha Hauer2016-04-062-126/+1
| * | | mtd: ubi: Use mtd_peb_readSascha Hauer2016-04-062-97/+5
| * | | mtd: ubi: Use mtd_peb_tortureSascha Hauer2016-04-063-116/+5
| * | | mtd: ubi: Use mtd_peb_check_all_ffSascha Hauer2016-04-061-37/+2
| * | | mtd: ubi: Use mtd_all_ff/mtd_check_patternSascha Hauer2016-04-064-26/+6
| * | | mtd: Introduce mtd-peb APISascha Hauer2016-04-063-1/+547
| * | | mtd: Introduce mtd_check_patternSascha Hauer2016-03-151-0/+19
| * | | mtd: rename mtd_all_ff -> mtd_buf_all_ffSascha Hauer2016-03-152-2/+10
| * | | mtd: Introduce function to get mtd type stringSascha Hauer2016-03-151-0/+22
| * | | mtd: mtdpart: Add oob_read functionSascha Hauer2016-03-151-0/+22
| * | | mtd: Add support for marking blocks as goodSascha Hauer2016-03-154-0/+115
| |/ /
* | | Merge branch 'for-next/imx'Sascha Hauer2016-04-081-13/+46
|\ \ \ | |_|/ |/| |
| * | fec_imx: Unregister MDIO when probe failsAndrey Smirnov2016-03-171-2/+4
| * | fec_imx: Deallocate DMA buffers when probe failsAndrey Smirnov2016-03-171-4/+17
| * | fec_imx: Implement reset timeoutAndrey Smirnov2016-03-171-1/+6
| * | fec_imx: Use FEC_ECNTRL_RESET instead of a magic numberAndrey Smirnov2016-03-161-1/+1
| * | fec_imx: Free phy_reset GPIO if when probe failsAndrey Smirnov2016-03-161-2/+5
| * | fec_imx: Deallocate I/O resources if probe failsAndrey Smirnov2016-03-161-5/+9
| * | fec_imx: Deallocate clocks when probe failsAndrey Smirnov2016-03-161-4/+10
| |/
* / mtd: doc3: Fix wrong format specifierSascha Hauer2016-03-301-1/+1
|/
* Merge branch 'for-next/mtd'Sascha Hauer2016-03-117-33/+73
|\
| * mtd: nand: default bitflip-reporting threshold to 75% of correction strengthSascha Hauer2016-03-041-1/+1
| * mtd: mtd_[read|write|erase]: check for valid input dataSascha Hauer2016-03-041-0/+22