summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2016-02-02Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini
2016-02-02Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini
2016-02-02atmel_nand: Add 32 bit ecc support for sama5d2 chipJosh Wu
2016-02-02atmel_nand_ecc: update pmecc registers according to sama5d2 chipJosh Wu
2016-02-01drivers: net: Add ethernet driver for Microchip PIC32.Purna Chandra Mandal
2016-02-01drivers: net: phy: add SMSC LAN8740 Phy support.Purna Chandra Mandal
2016-02-01drivers: mmc: add driver for Microchip PIC32 SDHCI controller.Andrei Pistirica
2016-02-01drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32.Purna Chandra Mandal
2016-02-01drivers: serial: add driver for Microchip PIC32 UART controller.Paul Thacker
2016-02-01drivers: gpio: add driver for Microchip PIC32 GPIO controller.Purna Chandra Mandal
2016-02-01drivers: pinctrl: Add pinctrl driver for Microchip PIC32.Purna Chandra Mandal
2016-02-01drivers: clk: Add clock driver for Microchip PIC32 Microcontroller.Purna Chandra Mandal
2016-02-01driver: net: fsl-mc: Update print to reflect correct stringPrabhakar Kushwaha
2016-02-01driver: net: fsl-mc: Memset dprc_cfg before configuringPrabhakar Kushwaha
2016-01-30video: sandbox: Allow selection of font size and console nameSimon Glass
2016-01-30video: Allow selection of the driver and font sizeSimon Glass
2016-01-30video: Add the Cantoraone decorative fontSimon Glass
2016-01-30video: Add the Rufscript handwriting fontSimon Glass
2016-01-30video: Add the AnkaCoder mono-spaced fontSimon Glass
2016-01-30video: Add the Nimbus sans fontSimon Glass
2016-01-30video: Add a console driver that uses TrueType fontsSimon Glass
2016-01-30video: Provide a backspace methodSimon Glass
2016-01-30video: Provide a signal when a new console line is startedSimon Glass
2016-01-30video: Provide a left margin for the text consoleSimon Glass
2016-01-30video: Handle the 'bell' characterSimon Glass
2016-01-30video: Use fractional units for X coordinatesSimon Glass
2016-01-30video kconfig console_normalSimon Glass
2016-01-30video: Add stb TrueType font rendererSimon Glass
2016-01-29Merge git://git.denx.de/u-boot-dmTom Rini
2016-01-28Implement "pci enum" command for CONFIG_DM_PCIStephen Warren
2016-01-28dm: Remove device_probe_child()Simon Glass
2016-01-28tpm: st33zp24: Add tpm st33zp24 spi supportChristophe Ricard
2016-01-28tpm: st33zp24: Add tpm st33zp24 support with i2cChristophe Ricard
2016-01-28tpm: Rename tpm_tis_infineon.h to tpm_tis.h and move infineon specific stuff ...Christophe Ricard
2016-01-28tpm: tpm_tis_lpc: fix typoChristophe Ricard
2016-01-28Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2016-01-28net: phy: implements probe for Cortina phyShaohui Xie
2016-01-28net: phy: introduce a quirk PHY_FLAG_BROKEN_RESETShaohui Xie
2016-01-28net: phy: micrel: fix divisor value for KSZ9031 phy skewDinh Nguyen
2016-01-28net: phy: Use 'autoneg' flag from phydevAlexandre Messier
2016-01-28net: phy: Set ANRESTART in setup_forcedAlexandre Messier
2016-01-28net: phy: micrel: Disable B_CAST on configAlexandre Messier
2016-01-28tegra: Report errors from PCI initSimon Glass
2016-01-28net/designware: add support of max-speed device tree propertyAlexey Brodkin
2016-01-28net/designware: do explicit port selection for 1Gb modeAlexey Brodkin
2016-01-28drivers/net/phy: introduce phy_set_supported()Alexey Brodkin
2016-01-28net: phy: genphy: Allow overwriting featuresSascha Hauer
2016-01-28net: phy: ensure Gigabit features are masked off if requestedFlorian Fainelli
2016-01-28net: tsec: Use priv->tbiaddr to initialize TBI PHY addressBin Meng
2016-01-28net: tsec: Add driver model ethernet supportBin Meng