summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2016-09-23Move ENOTSUPP defines to include/linux/errno.hMasahiro Yamada
2016-09-23treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-09-23treewide: use #include <...> to include public headersMasahiro Yamada
2016-09-23drivers: squash lines for immediate returnMasahiro Yamada
2016-09-23usb: squash lines for immediate returnMasahiro Yamada
2016-09-23usb: replace ehci_*_remove() with usb_deregister()Masahiro Yamada
2016-09-23video: squash lines for immediate returnMasahiro Yamada
2016-09-23mmc: squash lines for immediate returnMasahiro Yamada
2016-09-22Merge git://git.denx.de/u-boot-rockchipTom Rini
2016-09-22ns16650: Make sure we have CONFIG_CLK set before using infrastructureTom Rini
2016-09-22Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini
2016-09-23clk: uniphier: allow to have clock node under syscon nodeMasahiro Yamada
2016-09-23clk: uniphier: move U_BOOT_DRIVER entry to core codeMasahiro Yamada
2016-09-23clk: uniphier: constify clock data arrays/structuresMasahiro Yamada
2016-09-22Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2016-09-22Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini
2016-09-22clk: rk3288: add PWM clock get rateKever Yang
2016-09-22clk: rk3399: add pmucru controller supportKever Yang
2016-09-22usb: host: add Kconfig for USB_XHCI_ROCKCHIPKever Yang
2016-09-22usb: xhci-rockchip: add rockchip dwc3 controller driverMengDongyang
2016-09-22rk_pwm: remove grf setting code from driverKever Yang
2016-09-22rk_pwm: use clock framework API to get module clockKever Yang
2016-09-22pinctrl: add driver for rk3399Kever Yang
2016-09-22spi: Kconfig: Move FSL_QSPI entry to non-dm placeJagan Teki
2016-09-22fpga: xilinx: zynqmp: Add PL bitstream download support for ZynqMPSiva Durga Prasad Paladugu
2016-09-22spi: zynq: Use variable to remove u32 to u64 conversionsMichal Simek
2016-09-22fpga: Add Kconfig to fpga subsystemMichal Simek
2016-09-22sf: Move flags macro's to spi_flash_params{} membersJagan Teki
2016-09-22sf: Add CONFIG_SPI_FLASH_USE_4K_SECTORS in spi_flashJagan Teki
2016-09-22sf: Remove SECT_32KJagan Teki
2016-09-22spi: Use mode for rx mode flagsJagan Teki
2016-09-22sf: Remove e_rd_cmd from param tableJagan Teki
2016-09-22sf: Simplify fastest read cmd codeJagan Teki
2016-09-22spi: ti_qspi: Remove unnecessary udelay for AM437xVignesh R
2016-09-22spi: ti_qspi: use 128 bit transfer mode when writing to flashVignesh R
2016-09-22spi: zynq_spi: Fix infinite looping while xferLad, Prabhakar
2016-09-21Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2016-09-21clk: boston: Providea simple driver for Boston board clocksPaul Burton
2016-09-21dm: syscon: Provide a generic syscon driverPaul Burton
2016-09-21dm: core: Match compatible strings in order of priorityPaul Burton
2016-09-21dm: regmap: Implement simple regmap_read & regmap_writePaul Burton
2016-09-21net: pch_gbe: Make 64 bit safePaul Burton
2016-09-21net: pch_gbe: Use dm_pci_map_bar to discover MMIO basePaul Burton
2016-09-21pci: Flip condition for detecting non-PCI parent devicesPaul Burton
2016-09-21pci: xilinx: Add a driver for Xilinx AXI to PCIe bridgePaul Burton
2016-09-21serial: ns16550: Support clocks via phandlePaul Burton
2016-09-21net: emaclite: Enable driver for MIPSZubair Lutfullah Kakakhel
2016-09-21net: emaclite: use __raw_readl/writel instead of weird defineZubair Lutfullah Kakakhel
2016-09-21net: emaclite: Use ioremap_nocacheZubair Lutfullah Kakakhel