aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-11-22net: fix mask for phy Micrel KSZ9031Stefano Babic1-1/+1
2013-11-22net/phy: realtek: Fix the PHY ID mask to ensure the correct Realtek PHY is de...Bhupesh Sharma1-3/+3
2013-11-22net: phy/vitesse: Add support for VSC8514 phy moduleArpit Goel1-1/+68
2013-11-22net: sh-eth: Add support R8A7790Nobuhiro Iwamatsu2-1/+11
2013-11-22net: sh-eth: Add invalidate cache control for rmobile (ARM SoC)Nobuhiro Iwamatsu1-5/+26
2013-11-22net: sh-eth: Add control for padding size of packet descriptorNobuhiro Iwamatsu2-10/+30
2013-11-22net: sh-eth: Change cache API of SHNobuhiro Iwamatsu1-1/+2
2013-11-22NET: mvgbe: avoid unused variable warning when used without phylib supportSascha Silbe1-2/+3
2013-11-22phylib: update atheros ar803x phyShengzhou Liu1-2/+2
2013-11-17drivers/net/npe: descend only when CONFIG_IXP4XX_NPE=yMasahiro Yamada1-1/+1
2013-11-17drivers/net/fm: descend only when CONFIG_FMAN_ENET=yMasahiro Yamada1-2/+0
2013-11-17drivers/qe: move the entry to drivers/MakefileMasahiro Yamada2-2/+3
2013-11-17Makefile: make directories by Makefile.buildMasahiro Yamada1-2/+0
2013-11-17drivers: tpm: clean up unused codeMasahiro Yamada2-187/+0
2013-11-17drivers: descend into sub directories only when it is necessaryMasahiro Yamada3-5/+3
2013-11-14Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini1-0/+3
2013-11-13powerpc/t1040: Update defines to support T1040SoC personalitiesPriyanka Jain1-0/+3
2013-11-13designware_i2c: remove 10msec delay in i2c_xfer_finishAlexey Brodkin1-3/+0
2013-11-13designware_i2c: disable i2c controller during target address setupAlexey Brodkin1-0/+12
2013-11-13i2c, omap1510: remove i2c driverHeiko Schocher2-278/+0
2013-11-13i2c, zynq: convert zynq i2c driver to new multibus/multiadapter frameworkHeiko Schocher2-14/+17
2013-11-13i2c, omap24xx: convert driver to new mutlibus/mutliadapter frameworkHeiko Schocher2-66/+110
2013-11-13i2c: mxs_i2c: Squash endless loopMarek Vasut1-3/+12
2013-11-13i2c: sh_i2c: Update to new CONFIG_SYS_I2C frameworkNobuhiro Iwamatsu2-164/+132
2013-11-12lcd: add DataImage SCF0403x LCD panel supportNikita Kiryanov2-0/+297
2013-11-12spi: omap3: add support for more word lengthsNikita Kiryanov3-24/+66
2013-11-12spi: omap3: remove semicolon from #defineNikita Kiryanov1-1/+1
2013-11-12video: bcm2835: respect the pitch valueAndre Heider1-0/+11
2013-11-11MPC824x: remove obsolete "PN62" boardWolfgang Denk1-10/+0
2013-11-11Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini4-126/+281
2013-11-09Merge branch 'iu-boot/master' into 'u-boot-arm/master'Albert ARIBAUD8-21/+66
2013-11-09malta: enable RTC supportPaul Burton1-1/+1
2013-11-09malta: support for coreFPGA6 boardsPaul Burton2-0/+126
2013-11-09pcnet: enable the NOUFLO featurePaul Burton1-0/+15
2013-11-09pcnet: add cache flushing & invalidationPaul Burton1-0/+16
2013-11-09pcnet: s/le16_to_cpu/cpu_to_le16/ in pcnet_sendPaul Burton1-2/+2
2013-11-09pcnet: code style cleanupPaul Burton1-125/+123
2013-11-08Merge branch 'master' of git://www.denx.de/git/u-boot-usbTom Rini6-50/+70
2013-11-08netconsole loses 2nd character of inputSuriyan Ramasami1-0/+2
2013-11-08serial: s5p: Staticize local functionsAxel Lin1-12/+12
2013-11-08serial: xuartlite: Staticize local functionsAxel Lin1-10/+10
2013-11-08serial: mxs_auart: Staticize local functionsAxel Lin1-5/+5
2013-11-08usb: dfu: make nand upload workingBo Shen1-0/+1
2013-11-08usb, g_dnl: make iSerialNumber board configurableHeiko Schocher1-0/+20
2013-11-08usb: dfu: correct dfu buffer inited valueBo Shen1-1/+1
2013-11-08usb: dfu: decrease dfu->r_left along with the transferBo Shen1-0/+1
2013-11-08usb: ohci-hcd: submit_common_msg: report actual_length properlyMateusz Kulikowski1-1/+1
2013-11-08usb: ums: add ums exit feature by ctrl+c or by detach usb cablePrzemyslaw Marczak1-3/+21
2013-11-08usb: ums: fix disk capacity miscalculation and code cleanupPrzemyslaw Marczak1-23/+3
2013-11-08usb: ums: code refactoring to improve reusability on other boards.Przemyslaw Marczak2-23/+23