summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* imx-bbu-nand-fcb: Remove double write of first fcbSascha Hauer2016-03-041-4/+0
* imx-bbu-nand-fcb: optimize check for bad block loopSascha Hauer2016-03-041-2/+2
* 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-042-0/+24
* mtd: core: check offset in mtd_block_markbadStefan Christ2016-02-232-2/+10
* mtd: spi-nor: Add support for s25fl116kSascha Hauer2016-02-111-0/+1
* mtd: spi-nor: Match jedec,spi-norSascha Hauer2016-02-111-0/+2
* mtd: mtdoob device: change name to have the chip name firstSascha Hauer2016-02-091-1/+1
* mtd: Fix erasing of devices >4GiBSascha Hauer2016-02-098-12/+12
* mtd: Fix mtd_op_erase for devices >4GiBSascha Hauer2016-02-091-2/+2
* mtd: Fix mtd_op_read for devices >4GiBSascha Hauer2016-02-091-3/+2
* mtd: Make erase_info structs 64bit where necessarySascha Hauer2016-02-093-9/+9
* mtd: Fix mtdraw for Nand > 4GiBSascha Hauer2016-02-091-20/+33
* mtd: nand-bb: Fix 8k page size nandsSascha Hauer2016-02-091-1/+1
* driver: Fix unregister device after device probe failureSascha Hauer2016-02-081-0/+4
* drivers: video: drop unused of_get_display_timing()Antony Pavlov2016-02-081-25/+0
* drivers: video: fb: make locally used fb_set_shadowfb() staticAntony Pavlov2016-02-081-1/+1
* Merge branch 'for-next/regmap'Sascha Hauer2016-02-089-252/+666
|\
| * ARM: i.MX: ocotp: Switch to regmap supportSascha Hauer2016-02-051-89/+56
| * ARM: i.MX: ocotp: Fix error bit handlingSascha Hauer2016-02-051-13/+10
| * ARM: i.MX: ocotp: make priv the first argument of functionsSascha Hauer2016-02-051-16/+16
| * ARM: i.MX: ocotp: Explicitly access control registerSascha Hauer2016-02-051-7/+8
| * ARM: i.MX: ocotp: Fix fusebox sizeSascha Hauer2016-02-051-1/+23
| * ARM: i.MX: iim: Switch to regmap supportSascha Hauer2016-02-051-59/+62
| * mfd: mc13xxx: Switch to regmap supportSascha Hauer2016-02-051-71/+56
| * Add initial regmap supportSascha Hauer2016-02-055-0/+436
| * bitops: Fix shift overflow in GENMASK macrosSteffen Trumtrar2016-02-031-2/+5
* | Merge branch 'for-next/ratp'Sascha Hauer2016-02-0839-3/+8468
|\ \
| * | barebox remote control: DocumentationSascha Hauer2016-01-181-0/+134
| * | defaultenv2: Add automount for RATPFSSascha Hauer2016-01-181-0/+6
| * | host side for barebox remote controlJan Luebbe2016-01-189-0/+1535
| * | pyserial: decrease timeoutsSascha Hauer2016-01-181-4/+4
| * | include pyserial trunkJan Luebbe2016-01-1814-0/+3874
| * | fs: Add RATP fs supportJan Luebbe2016-01-183-1/+485
| * | barebox remote controlSascha Hauer2016-01-189-4/+571
| * | Add Reliable Asynchronous Transfer ProtocolSascha Hauer2016-01-184-0/+1865
* | | Merge branch 'for-next/net'Sascha Hauer2016-02-0812-60/+739
|\ \ \
| * | | nfs: forward filesystem options to the kernel command lineJuergen Borleis2016-02-082-2/+21
| * | | net: phy: micrel: Add workaround for bad autonegPhilipp Zabel2016-02-041-1/+22
| * | | net: phy: micrel: Center FLP timing at 16msPhilipp Zabel2016-02-041-1/+16
| * | | net: phy: micrel: Be more const correctPhilipp Zabel2016-02-041-12/+12
| * | | net: phy: micrel: use BIT macroPhilipp Zabel2016-02-041-9/+9
| * | | net: phy: micrel: Staticise ksz8873mll_read_status()Philipp Zabel2016-02-041-1/+1
| * | | miitool: Add code to register a PHYAndrey Smirnov2016-02-043-20/+84
| * | | mdio_bus: Change PHY's naming schemeAndrey Smirnov2016-02-032-3/+7
| * | | miitool: Don't print negative parent IDsAndrey Smirnov2016-02-031-2/+3
| * | | mdio_bus: Add mdiobus_get_bus() functionAndrey Smirnov2016-02-032-0/+21
| * | | mdio_bus: Change dev_info to dev_dbgAndrey Smirnov2016-02-031-1/+1
| * | | miitool: Fix PHY argument handlingAndrey Smirnov2016-02-031-8/+17
| * | | net: Port bitbanged MDIO code from Linux kernelAndrey Gusakov2016-02-035-0/+521