summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: Add ethernet driver for Microchip PIC32.Purna Chandra Mandal2016-02-015-0/+899
* drivers: net: phy: add SMSC LAN8740 Phy support.Purna Chandra Mandal2016-02-011-0/+10
* drivers: mmc: add driver for Microchip PIC32 SDHCI controller.Andrei Pistirica2016-02-014-1/+72
* drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32.Purna Chandra Mandal2016-02-015-0/+498
* drivers: serial: add driver for Microchip PIC32 UART controller.Paul Thacker2016-02-013-0/+214
* drivers: gpio: add driver for Microchip PIC32 GPIO controller.Purna Chandra Mandal2016-02-013-1/+182
* drivers: pinctrl: Add pinctrl driver for Microchip PIC32.Purna Chandra Mandal2016-02-013-0/+374
* drivers: clk: Add clock driver for Microchip PIC32 Microcontroller.Purna Chandra Mandal2016-02-012-0/+434
* video: sandbox: Allow selection of font size and console nameSimon Glass2016-01-301-0/+2
* video: Allow selection of the driver and font sizeSimon Glass2016-01-301-4/+16
* video: Add the Cantoraone decorative fontSimon Glass2016-01-304-0/+15
* video: Add the Rufscript handwriting fontSimon Glass2016-01-304-0/+14
* video: Add the AnkaCoder mono-spaced fontSimon Glass2016-01-304-0/+17
* video: Add the Nimbus sans fontSimon Glass2016-01-304-0/+20
* video: Add a console driver that uses TrueType fontsSimon Glass2016-01-306-2/+580
* video: Provide a backspace methodSimon Glass2016-01-301-1/+11
* video: Provide a signal when a new console line is startedSimon Glass2016-01-301-0/+14
* video: Provide a left margin for the text consoleSimon Glass2016-01-301-3/+3
* video: Handle the 'bell' characterSimon Glass2016-01-301-0/+3
* video: Use fractional units for X coordinatesSimon Glass2016-01-303-42/+104
* video kconfig console_normalSimon Glass2016-01-302-3/+14
* video: Add stb TrueType font rendererSimon Glass2016-01-301-0/+3240
* Merge git://git.denx.de/u-boot-dmTom Rini2016-01-298-26/+1269
|\
| * Implement "pci enum" command for CONFIG_DM_PCIStephen Warren2016-01-281-0/+15
| * dm: Remove device_probe_child()Simon Glass2016-01-281-8/+1
| * tpm: st33zp24: Add tpm st33zp24 spi supportChristophe Ricard2016-01-283-0/+682
| * tpm: st33zp24: Add tpm st33zp24 support with i2cChristophe Ricard2016-01-283-0/+553
| * tpm: Rename tpm_tis_infineon.h to tpm_tis.h and move infineon specific stuff ...Christophe Ricard2016-01-282-17/+17
| * tpm: tpm_tis_lpc: fix typoChristophe Ricard2016-01-281-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2016-01-289-214/+837
|\ \ | |/ |/|
| * net: phy: implements probe for Cortina phyShaohui Xie2016-01-281-0/+7
| * net: phy: introduce a quirk PHY_FLAG_BROKEN_RESETShaohui Xie2016-01-281-0/+3
| * net: phy: micrel: fix divisor value for KSZ9031 phy skewDinh Nguyen2016-01-281-1/+1
| * net: phy: Use 'autoneg' flag from phydevAlexandre Messier2016-01-281-2/+3
| * net: phy: Set ANRESTART in setup_forcedAlexandre Messier2016-01-281-1/+1
| * net: phy: micrel: Disable B_CAST on configAlexandre Messier2016-01-281-2/+21
| * tegra: Report errors from PCI initSimon Glass2016-01-281-1/+5
| * net/designware: add support of max-speed device tree propertyAlexey Brodkin2016-01-282-1/+14
| * net/designware: do explicit port selection for 1Gb modeAlexey Brodkin2016-01-281-0/+2
| * drivers/net/phy: introduce phy_set_supported()Alexey Brodkin2016-01-281-0/+24
| * net: phy: genphy: Allow overwriting featuresSascha Hauer2016-01-281-5/+5
| * net: phy: ensure Gigabit features are masked off if requestedFlorian Fainelli2016-01-281-18/+29
| * net: tsec: Use priv->tbiaddr to initialize TBI PHY addressBin Meng2016-01-281-1/+12
| * net: tsec: Add driver model ethernet supportBin Meng2016-01-281-0/+186
| * net: tsec: Use tsec_private pointer as the parameter for internal routinesBin Meng2016-01-281-12/+11
| * net: tsec: Adjust orders to avoid forward declaration of tsec_send()Bin Meng2016-01-281-105/+103
| * net: tsec: Move rxbd and txbd to struct tsec_privateBin Meng2016-01-281-37/+32
| * net: tsec: Move rx_idx and tx_idx to struct tsec_privateBin Meng2016-01-281-28/+26
| * net: tsec: fsl_mdio: Fix several cosmetic issuesBin Meng2016-01-282-29/+36
| * drivers: net: vsc9953: Add LAG supportCodrin Ciubotariu2016-01-281-1/+330
OpenPOWER on IntegriCloud