summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2016-02-05net: e1000: Convert to use DM PCI APIBin Meng
2016-02-05net: designware: Use dm_pci_mem_to_phys() in the probe routineBin Meng
2016-02-05net: pch_gbe: Convert to use DM PCI APIBin Meng
2016-02-05x86: ich6_gpio: Convert to use proper DM APIBin Meng
2016-02-05x86: pch9: Implement get_io_base opBin Meng
2016-02-05dm: pch: Add get_io_base opBin Meng
2016-02-05x86: pch: Implement get_gpio_base opBin Meng
2016-02-05dm: pch: Add get_gpio_base opBin Meng
2016-02-05dm: pch: Rename get_sbase op to get_spi_baseBin Meng
2016-02-05dm: pch: Remove pch_get_version opBin Meng
2016-02-05spi: ich: Change PCHV_ to ICHV_Bin Meng
2016-02-05spi: ich: Use compatible strings to distinguish controller versionBin Meng
2016-02-05spi: ich: Some clean upBin Meng
2016-02-04Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2016-02-04Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2016-02-04Revert "arm: socfpga: set the fpga global bit to disable HPS to FPGA signals"Dinh Nguyen
2016-02-04usb: gadget: dwc2_udc_otg: modified the check condition for max packet size o...Frank Wang
2016-02-02dm: vybrid_gpio: Drop legacy codeBhuvanchandra DV
2016-02-02dm: lpuart: Drop the legacy codeBhuvanchandra DV
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-29Implement "pci enum" command for CONFIG_DM_PCIStephen Warren
2016-01-29dm: Remove device_probe_child()Simon Glass