aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-02-08serial: serial_stm32: move clock config from driver to boardVikas Manocha1-40/+0
2016-02-08Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini22-25/+27
2016-02-06video: bcm2835: use bus_to_phys() on FB addressStephen Warren1-1/+3
2016-02-06net: davinci_emac: fix NULL check after pointer dereferenceVishwas Srivastava1-1/+3
2016-02-06net: fix wrong initialization in davinci-emac driverVishwas Srivastava1-2/+2
2016-02-06video: Use 'int' for loop variables instead of shortSimon Glass1-1/+1
2016-02-06Use correct spelling of "U-Boot"Bin Meng20-21/+21
2016-02-05net: e1000: Convert to use DM PCI APIBin Meng2-1/+78
2016-02-05net: designware: Use dm_pci_mem_to_phys() in the probe routineBin Meng1-3/+1
2016-02-05net: pch_gbe: Convert to use DM PCI APIBin Meng2-16/+13
2016-02-05x86: ich6_gpio: Convert to use proper DM APIBin Meng1-102/+23
2016-02-05x86: pch9: Implement get_io_base opBin Meng1-0/+17
2016-02-05dm: pch: Add get_io_base opBin Meng1-0/+11
2016-02-05x86: pch: Implement get_gpio_base opBin Meng2-0/+66
2016-02-05dm: pch: Add get_gpio_base opBin Meng1-0/+11
2016-02-05dm: pch: Rename get_sbase op to get_spi_baseBin Meng4-8/+8
2016-02-05dm: pch: Remove pch_get_version opBin Meng3-22/+0
2016-02-05spi: ich: Change PCHV_ to ICHV_Bin Meng2-8/+13
2016-02-05spi: ich: Use compatible strings to distinguish controller versionBin Meng1-4/+24
2016-02-05spi: ich: Some clean upBin Meng2-47/+47
2016-02-04Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-2/+2
2016-02-04Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini1-1/+1
2016-02-04Revert "arm: socfpga: set the fpga global bit to disable HPS to FPGA signals"Dinh Nguyen1-1/+1
2016-02-04usb: gadget: dwc2_udc_otg: modified the check condition for max packet size o...Frank Wang1-2/+2
2016-02-02dm: vybrid_gpio: Drop legacy codeBhuvanchandra DV1-18/+0
2016-02-02dm: lpuart: Drop the legacy codeBhuvanchandra DV1-99/+2
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