summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeLines
* x86: pch9: Implement get_io_base opBin Meng2016-02-05-0/+17
* dm: pch: Add get_io_base opBin Meng2016-02-05-0/+11
* x86: pch: Implement get_gpio_base opBin Meng2016-02-05-0/+66
* dm: pch: Add get_gpio_base opBin Meng2016-02-05-0/+11
* dm: pch: Rename get_sbase op to get_spi_baseBin Meng2016-02-05-8/+8
* dm: pch: Remove pch_get_version opBin Meng2016-02-05-22/+0
* spi: ich: Change PCHV_ to ICHV_Bin Meng2016-02-05-8/+13
* spi: ich: Use compatible strings to distinguish controller versionBin Meng2016-02-05-4/+24
* spi: ich: Some clean upBin Meng2016-02-05-47/+47
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-02-04-2/+2
|\
| * usb: gadget: dwc2_udc_otg: modified the check condition for max packet size o...Frank Wang2016-02-04-2/+2
* | Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2016-02-04-1/+1
|\ \
| * | Revert "arm: socfpga: set the fpga global bit to disable HPS to FPGA signals"Dinh Nguyen2016-02-04-1/+1
| |/
* | dm: vybrid_gpio: Drop legacy codeBhuvanchandra DV2016-02-02-18/+0
* | dm: lpuart: Drop the legacy codeBhuvanchandra DV2016-02-02-99/+2
|/
* Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2016-02-02-50/+82
|\
| * atmel_nand: Add 32 bit ecc support for sama5d2 chipJosh Wu2016-02-02-1/+9
| * atmel_nand_ecc: update pmecc registers according to sama5d2 chipJosh Wu2016-02-02-4/+32
| * atmel_nand: use the definition: PMECC_OOB_RESERVED_BYTES instead magic numberJosh Wu2016-01-27-1/+1
| * atmel_nand: add '\n' in the end of error message for better displayJosh Wu2016-01-27-2/+2
| * atmel_nand: use nand ecc_{strength, step}_ds instead of our own functionJosh Wu2016-01-27-37/+7
| * net: macb: Not all the GEM are gigabit capableGregory CLEMENT2016-01-27-2/+19
| * mmc: atmel: Properly fix clock configurationGregory CLEMENT2016-01-27-3/+12
* | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-02-02-1/+2
|\ \
| * | driver: net: fsl-mc: Update print to reflect correct stringPrabhakar Kushwaha2016-02-01-1/+1
| * | driver: net: fsl-mc: Memset dprc_cfg before configuringPrabhakar Kushwaha2016-02-01-0/+1
* | | drivers: net: Add ethernet driver for Microchip PIC32.Purna Chandra Mandal2016-02-01-0/+899
* | | drivers: net: phy: add SMSC LAN8740 Phy support.Purna Chandra Mandal2016-02-01-0/+10
* | | drivers: mmc: add driver for Microchip PIC32 SDHCI controller.Andrei Pistirica2016-02-01-1/+72
* | | drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32.Purna Chandra Mandal2016-02-01-0/+498
* | | drivers: serial: add driver for Microchip PIC32 UART controller.Paul Thacker2016-02-01-0/+214
* | | drivers: gpio: add driver for Microchip PIC32 GPIO controller.Purna Chandra Mandal2016-02-01-1/+182
* | | drivers: pinctrl: Add pinctrl driver for Microchip PIC32.Purna Chandra Mandal2016-02-01-0/+374
* | | drivers: clk: Add clock driver for Microchip PIC32 Microcontroller.Purna Chandra Mandal2016-02-01-0/+434
|/ /
* | video: sandbox: Allow selection of font size and console nameSimon Glass2016-01-30-0/+2
* | video: Allow selection of the driver and font sizeSimon Glass2016-01-30-4/+16
* | video: Add the Cantoraone decorative fontSimon Glass2016-01-30-0/+15
* | video: Add the Rufscript handwriting fontSimon Glass2016-01-30-0/+14
* | video: Add the AnkaCoder mono-spaced fontSimon Glass2016-01-30-0/+17
* | video: Add the Nimbus sans fontSimon Glass2016-01-30-0/+20
* | video: Add a console driver that uses TrueType fontsSimon Glass2016-01-30-2/+580
* | video: Provide a backspace methodSimon Glass2016-01-30-1/+11
* | video: Provide a signal when a new console line is startedSimon Glass2016-01-30-0/+14
* | video: Provide a left margin for the text consoleSimon Glass2016-01-30-3/+3
* | video: Handle the 'bell' characterSimon Glass2016-01-30-0/+3
* | video: Use fractional units for X coordinatesSimon Glass2016-01-30-42/+104
* | video kconfig console_normalSimon Glass2016-01-30-3/+14
* | video: Add stb TrueType font rendererSimon Glass2016-01-30-0/+3240
* | Merge git://git.denx.de/u-boot-dmTom Rini2016-01-29-26/+1269
|\ \
| * | Implement "pci enum" command for CONFIG_DM_PCIStephen Warren2016-01-28-0/+15