summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-05-26Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini4-38/+60
2015-05-26thermal: imx_thermal: increase critical temperature thresholdTim Harvey1-6/+9
2015-05-26i2c, mxc: rework i2c base address names for different SoCsHeiko Schocher1-25/+24
2015-05-26arm, imx6, i2c: add I2C4 for MX6DLHeiko Schocher1-0/+3
2015-05-26pwm: imx: Remove unreachable codeAxel Lin1-4/+0
2015-05-26pwm: imx: Prevent NULL pointer dereferenceAxel Lin1-0/+12
2015-05-24mtd: vf610_nfc: enable ONFI detectionStefan Agner1-18/+49
2015-05-24mtd: vf610_nfc: add 32-error correction option for HW ECCStefan Agner2-5/+50
2015-05-24mtd: vf610_nfc: add Freescale NFC controller configs to KconfigStefan Agner1-0/+30
2015-05-24mtd: vf610_nfc: use in-band bad block tableStefan Agner1-27/+2
2015-05-24mtd: vf610_nfc: implement OOB only readStefan Agner1-59/+40
2015-05-24mtd: vf610_nfc: allow bitflips in an empty pageStefan Agner1-1/+1
2015-05-24mtd: vf610_nfc: remove read on SEQINStefan Agner1-6/+8
2015-05-24mtd: vf610_nfc: remove caching of page in bufferStefan Agner1-10/+1
2015-05-24mtd: nand: mxs: Replace magic number for bits per ECC level with macroJörg Krause1-3/+4
2015-05-24mtd:mxs:nand calculate ecc strength dynamicallyPeng Fan1-18/+12
2015-05-22nand/elbc: Memory leak fixRaghav Dogra1-0/+1
2015-05-21nand: fix buffer alignment in new verification featureStephen Warren1-2/+2
2015-05-20Merge git://git.denx.de/u-boot-netTom Rini9-42/+121
2015-05-20net: Remove all calls to net_random_ethaddr()Joe Hershberger2-9/+0
2015-05-19net: Remove all references to CONFIG_ETHADDR and friendsJoe Hershberger2-14/+3
2015-05-19net: phy: Add support for all targets which requires MANUAL_RELOCMichal Simek1-0/+16
2015-05-19net/phy: refactor RTL8211F initializationShengzhou Liu1-8/+25
2015-05-19net: Update hardware MAC address if it changes in envJoe Hershberger3-19/+0
2015-05-19net/phy: Add support for realtek RTL8211FShengzhou Liu1-0/+85
2015-05-19sunxi: video: Fix lvds panel support for sun6i+Hans de Goede1-1/+17
2015-05-19thermal: imx_thermal: use CPU temperature grade for trip pointsTim Harvey1-10/+19
2015-05-18Merge git://git.denx.de/u-boot-samsungTom Rini2-38/+47
2015-05-15bugfix i.mx6 pwm: prevent overflow of period_c * duty_nsBrecht Neyrinck1-1/+1
2015-05-15sandbox: add: sandbox PMIC device drivers: I2C emul, pmic, regulatorPrzemyslaw Marczak7-1/+634
2015-05-15sandbox: i2c: search child emul dev and check its uclass idPrzemyslaw Marczak1-3/+17
2015-05-15dm: regulator: uclass driver code cleanupPrzemyslaw Marczak2-37/+69
2015-05-15dm: pmic: code cleanup of PMIC uclass driverPrzemyslaw Marczak3-28/+20
2015-05-15dm: regulator: add fixed voltage regulator driverPrzemyslaw Marczak3-0/+135
2015-05-15dm: regulator: add max77686 regulator driverPrzemyslaw Marczak4-1/+834
2015-05-15dm: pmic: add max77686 pmic driverPrzemyslaw Marczak4-1/+96
2015-05-15dm: regulator: add implementation of driver model regulator uclassPrzemyslaw Marczak4-0/+327
2015-05-15dm: pmic: add implementation of driver model pmic uclassPrzemyslaw Marczak4-0/+176
2015-05-15i2c: mxc: refactor i2c driver and support dmPeng Fan1-185/+396
2015-05-15usb: ohci: Add support for interrupt queuesHans de Goede1-0/+132
2015-05-15usb: ohci: Add an ohci_alloc_urb() functionHans de Goede1-8/+23
2015-05-15usb: ohci: Do not reuse ed for interrupt endpoints of different devicesHans de Goede2-1/+38
2015-05-15sandbox: spi: Add newline to printf() in sandbox_sf_probeSimon Glass1-1/+1
2015-05-15sandbox: cros_ec: Support EC_CMD_ENTERING_MODE emulationSimon Glass1-0/+2
2015-05-15sandbox: Add missing errno.h includes in a few filesSimon Glass2-0/+2
2015-05-15tpm: Support using driver model with I2CSimon Glass3-56/+170
2015-05-15dm: i2c: Add a function to find out the chip offset lengthSimon Glass1-0/+7
2015-05-15sunxi: ohci: Add ohci usb host controller supportHans de Goede2-0/+105
2015-05-15sunxi: ehci: Convert to the driver-modelHans de Goede1-29/+64
2015-05-15usb: ohci: Add dm supportHans de Goede2-0/+91