summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-10-29dm: core: Remove unnecessary codes in uclass_pre_remove_device()Bin Meng
2015-10-29net: pch_gbe: Add driver remove supportBin Meng
2015-10-29net: designware: Add driver remove supportBin Meng
2015-10-29net: phy: Test previous phydev->dev against new mac devBin Meng
2015-10-29net: phy: Change to print all phys that are not foundBin Meng
2015-10-29net: phy: Don't create phy device when there is no phyBin Meng
2015-10-29net: phy: micrel: disable NAND-tree for KSZ8051Sylvain Rochet
2015-10-29net: rtl8169: Build warning fixes for 64-bitStephen Warren
2015-10-29net: phy: micrel: add support for KSZ8021RNL & KSZ8031RNLSylvain Lemieux
2015-10-29smsc95xx: Use zero length packets when RX fifo is emptyStefan Brüns
2015-10-28smsc95xx: Fetch whole burst with 1 URB, avoid framing errorsStefan Brüns
2015-10-24Fix bad return value checks (detected with Coccinelle)Thomas Huth
2015-10-24allow LED initialization without STATUS_LED_BOOTBernhard Nortmann
2015-10-23add generic stubs for GPIO LEDsBernhard Nortmann
2015-10-23dm: keystone: serial: Add driver model supportLokesh Vutla
2015-10-23net: convert altera_tse to driver model and phylibThomas Chou
2015-10-23nios2: convert altera sysid to driver modelThomas Chou
2015-10-23dm: implement a Miscellaneous uclassThomas Chou
2015-10-23serial: remove altera serial initializationsThomas Chou
2015-10-23nios2: convert altera timer to driver modelThomas Chou
2015-10-23dm: implement a Timer uclassThomas Chou
2015-10-23nios2 : convert altera_pio to driver modelThomas Chou
2015-10-23spi : convert altera_spi to driver modelThomas Chou
2015-10-23nios2: convert altera_uart to driver modelThomas Chou
2015-10-23nios2: convert altera_jtag_uart to driver modelThomas Chou
2015-10-22drivers: gpio: omap: add support for parsing additional gpio parametersMugunthan V N
2015-10-22drivers: serial: serial_omap: add comaptibles for all ti platformsMugunthan V N
2015-10-22drivers: serial: serial_omap: populate default clock frequency when not found...Mugunthan V N
2015-10-22drivers: mmc: omap_hsmmc: convert driver to adopt device driver modelMugunthan V N
2015-10-22ARM: k2g: add SD card and eMMC supportRoger Quadros
2015-10-22driver: net: keystone_net: removing unused codeMugunthan V N
2015-10-22driver: net: keystone_net: add support for rgmii phyVitaly Andrianov
2015-10-22dma: keystone_nav: Fix linkram sizeVitaly Andrianov
2015-10-22driver: net: keystone_net: fix phy mode configurationMugunthan V N
2015-10-22remoteproc: Introduce a sandbox dummy driverNishanth Menon
2015-10-22drivers: Introduce a simplified remoteproc frameworkNishanth Menon
2015-10-22drivers: net: cpsw: convert driver to adopt device driver modelMugunthan V N
2015-10-22drivers: net: cpsw: prepare driver for device model migrationMugunthan V N
2015-10-21Merge git://git.denx.de/u-boot-x86Tom Rini
2015-10-21dm: rtc: Correct rtc_read32() return valueSimon Glass
2015-10-21rtc: mc146818: Use probe() to set up the deviceSimon Glass
2015-10-21rtc: mc146818: Add a comment to the #endifSimon Glass
2015-10-21debug_uart: Add an option to announce the debug UARTSimon Glass
2015-10-21debug_uart: Support board-specific UART initialisationSimon Glass
2015-10-21debug_uart: Adjust the declaration of debug_uart_init()Simon Glass
2015-10-21x86: spi: Add support for Wildcat PointGeorge McCollister
2015-10-21dm: pci: Enable VGA address forwarding on bridgesBin Meng
2015-10-21dm: pci: Fix pci_last_busno() to return the real last bus noBin Meng
2015-10-21video: vesa_fb: Fix wrong return value check of pci_find_class()Bin Meng
2015-10-21pci: Set PCI_COMMAND_IO bit for VGA deviceBin Meng