aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-02-02Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini4-50/+82
2016-02-02Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-1/+2
2016-02-02atmel_nand: Add 32 bit ecc support for sama5d2 chipJosh Wu1-1/+9
2016-02-02atmel_nand_ecc: update pmecc registers according to sama5d2 chipJosh Wu1-4/+32
2016-02-01drivers: net: Add ethernet driver for Microchip PIC32.Purna Chandra Mandal5-0/+899
2016-02-01drivers: net: phy: add SMSC LAN8740 Phy support.Purna Chandra Mandal1-0/+10
2016-02-01drivers: mmc: add driver for Microchip PIC32 SDHCI controller.Andrei Pistirica4-1/+72
2016-02-01drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32.Purna Chandra Mandal5-0/+498
2016-02-01drivers: serial: add driver for Microchip PIC32 UART controller.Paul Thacker3-0/+214
2016-02-01drivers: gpio: add driver for Microchip PIC32 GPIO controller.Purna Chandra Mandal3-1/+182
2016-02-01drivers: pinctrl: Add pinctrl driver for Microchip PIC32.Purna Chandra Mandal3-0/+374
2016-02-01drivers: clk: Add clock driver for Microchip PIC32 Microcontroller.Purna Chandra Mandal2-0/+434
2016-02-01driver: net: fsl-mc: Update print to reflect correct stringPrabhakar Kushwaha1-1/+1
2016-02-01driver: net: fsl-mc: Memset dprc_cfg before configuringPrabhakar Kushwaha1-0/+1
2016-01-30video: sandbox: Allow selection of font size and console nameSimon Glass1-0/+2
2016-01-30video: Allow selection of the driver and font sizeSimon Glass1-4/+16
2016-01-30video: Add the Cantoraone decorative fontSimon Glass4-0/+15
2016-01-30video: Add the Rufscript handwriting fontSimon Glass4-0/+14
2016-01-30video: Add the AnkaCoder mono-spaced fontSimon Glass4-0/+17
2016-01-30video: Add the Nimbus sans fontSimon Glass4-0/+20
2016-01-30video: Add a console driver that uses TrueType fontsSimon Glass6-2/+580
2016-01-30video: Provide a backspace methodSimon Glass1-1/+11
2016-01-30video: Provide a signal when a new console line is startedSimon Glass1-0/+14
2016-01-30video: Provide a left margin for the text consoleSimon Glass1-3/+3
2016-01-30video: Handle the 'bell' characterSimon Glass1-0/+3
2016-01-30video: Use fractional units for X coordinatesSimon Glass3-42/+104
2016-01-30video kconfig console_normalSimon Glass2-3/+14
2016-01-30video: Add stb TrueType font rendererSimon Glass1-0/+3240
2016-01-29Merge git://git.denx.de/u-boot-dmTom Rini8-26/+1269
2016-01-28Implement "pci enum" command for CONFIG_DM_PCIStephen Warren1-0/+15
2016-01-28dm: Remove device_probe_child()Simon Glass1-8/+1
2016-01-28tpm: st33zp24: Add tpm st33zp24 spi supportChristophe Ricard3-0/+682
2016-01-28tpm: st33zp24: Add tpm st33zp24 support with i2cChristophe Ricard3-0/+553
2016-01-28tpm: Rename tpm_tis_infineon.h to tpm_tis.h and move infineon specific stuff ...Christophe Ricard2-17/+17
2016-01-28tpm: tpm_tis_lpc: fix typoChristophe Ricard1-1/+1
2016-01-28Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini9-214/+837
2016-01-28net: phy: implements probe for Cortina phyShaohui Xie1-0/+7
2016-01-28net: phy: introduce a quirk PHY_FLAG_BROKEN_RESETShaohui Xie1-0/+3
2016-01-28net: phy: micrel: fix divisor value for KSZ9031 phy skewDinh Nguyen1-1/+1
2016-01-28net: phy: Use 'autoneg' flag from phydevAlexandre Messier1-2/+3
2016-01-28net: phy: Set ANRESTART in setup_forcedAlexandre Messier1-1/+1
2016-01-28net: phy: micrel: Disable B_CAST on configAlexandre Messier1-2/+21
2016-01-28tegra: Report errors from PCI initSimon Glass1-1/+5
2016-01-28net/designware: add support of max-speed device tree propertyAlexey Brodkin2-1/+14
2016-01-28net/designware: do explicit port selection for 1Gb modeAlexey Brodkin1-0/+2
2016-01-28drivers/net/phy: introduce phy_set_supported()Alexey Brodkin1-0/+24
2016-01-28net: phy: genphy: Allow overwriting featuresSascha Hauer1-5/+5
2016-01-28net: phy: ensure Gigabit features are masked off if requestedFlorian Fainelli1-18/+29
2016-01-28net: tsec: Use priv->tbiaddr to initialize TBI PHY addressBin Meng1-1/+12
2016-01-28net: tsec: Add driver model ethernet supportBin Meng1-0/+186