aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-12-05Freescale t104x: Do not exclude SGMIIJoakim Tjernlund1-4/+0
2014-11-26mtd: nand: s3c: Unify the register definition and namingMarek Vasut1-19/+19
2014-11-26mtd/nand/vf610_nfc: Disable subpage writesSanchayan Maity1-0/+3
2014-11-26mtd: denali: set some registers after nand_scan_ident()Masahiro Yamada1-0/+11
2014-11-26mtd: denali: use CONFIG_SYS_NAND_SELF_INITMasahiro Yamada3-40/+93
2014-11-26nand: reinstate lazy bad block scanningRostislav Lisovy1-3/+7
2014-11-26Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini6-4/+152
2014-11-26Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2-5/+13
2014-11-26Merge branch 'master' of http://git.denx.de/u-boot-samsungTom Rini2-11/+96
2014-11-25sunxi: video: Add simplefb supportLuc Verhaegen1-0/+41
2014-11-25sunxi: video: Add sun6i supportHans de Goede1-0/+30
2014-11-25sunxi: video: Add cfb console driver for sunxiLuc Verhaegen2-0/+381
2014-11-24drivers : usb: fsl: Implement usb Erratum A007798 workaroundNikhil Badola1-2/+1
2014-11-24Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini12-0/+276
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini12-286/+625
2014-11-24Merge git://git.denx.de/u-boot-x86Tom Rini3-26/+107
2014-11-24sata: implement reset_sata for dwc_ahsataNikita Kiryanov7-0/+51
2014-11-23fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami1-5/+5
2014-11-23pci: Honour pci_skip_dev()Thierry Reding1-0/+3
2014-11-23sata: fix a bug in init_sata() for pci-sata cardli pengbo1-1/+1
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada29-86/+101
2014-11-22dm: core: remove unnecessary return condition in uclass lookupMasahiro Yamada1-3/+0
2014-11-22dm: core: remove unnecessary return condition in driver lookupMasahiro Yamada1-3/+0
2014-11-22dm: core: remove meaningless if conditionalMasahiro Yamada1-2/+1
2014-11-22dm: core: a trivial clean upMasahiro Yamada1-3/+1
2014-11-22cros_ec: Fix uninitialised variable in cros_ec.cSimon Glass1-0/+1
2014-11-22dm: spi: Use device_bind_driver() instead of our own functionSimon Glass2-23/+2
2014-11-22dm: spi: Correct handling of SPI chip selects in sandboxSimon Glass2-11/+2
2014-11-22dm: Add a function to bind a device by driver nameSimon Glass1-0/+21
2014-11-22dm: core: Add functions to find parent and OF dataSimon Glass1-0/+5
2014-11-22dm: core: Allow access to the device's driver_id dataSimon Glass2-6/+19
2014-11-21drivers: usb: fsl: Move USB Errata checking codeNikhil Badola1-1/+1
2014-11-21DM: thermal: Add imx thermal DM driverYe.Li4-0/+217
2014-11-21dm: tegra: Add platform data for the SPL uartSimon Glass1-0/+16
2014-11-21dm: Allow stdio registration to be droppedSimon Glass1-3/+7
2014-11-21dm: Allow device removal features to be droppedSimon Glass3-169/+189
2014-11-21dm: serial: Support changing the baud rateSimon Glass1-0/+67
2014-11-21dm: at91: Add driver model support for the serial driverSimon Glass1-0/+84
2014-11-21dm: at91: Refactor serial driver slightly for driver modelSimon Glass1-9/+23
2014-11-21dm: at91: Add driver model support for atmel GPIO driverSimon Glass1-54/+187
2014-11-21x86: ivybridge: Add support for early GPIO initSimon Glass1-10/+69
2014-11-21dm: gpio: Add a function to read an ID from a list of GPIOsSimon Glass1-0/+19
2014-11-21dm: serial: Move current serial port pointer to global_dataSimon Glass1-16/+19
2014-11-20include: move various macros to include/linux/kernel.hMasahiro Yamada6-23/+0
2014-11-20replace DIV_ROUND with DIV_ROUND_CLOSESTMasahiro Yamada1-2/+2
2014-11-20ARM: remove CONFIG_ARM920T definesMasahiro Yamada1-1/+1
2014-11-20mmc: fsl_esdhc: Update esdhc driver for iMX6SXYe.Li1-0/+8
2014-11-19Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini1-0/+1
2014-11-19Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini3-380/+306
2014-11-19mmc: fsl_esdhc: fix f_max retrieval during initMarkus Niebel1-1/+1