]> git.kernelconcepts.de Git - karo-tx-uboot.git/history - drivers
dm: core: Add Kconfig for simple bus driver
[karo-tx-uboot.git] / drivers /
2015-09-10 Marek Vasutdm: core: Add Kconfig for simple bus driver
2015-09-10 Simon Glassdm: Use dev_get_addr() where possible
2015-09-10 Yousong Zhousunxi: mmc: set transfer timeout according to byte_cnt.
2015-09-10 Hans de Goedemtd: nand: Make CONFIG_SYS_NAND_U_BOOT_OFFS configurabl...
2015-09-10 Boris Brezillonsunxi_nand_spl: clear status flags in SPL implementation
2015-09-10 Hans de Goedesunxi_nand_spl: Remove NAND_SUNXI_SPL_SYNDROME_PARTITIO...
2015-09-10 Hans de Goedesunxi_nand_spl: Rename SPL_NAND_SUNXI to NAND_SUNXI
2015-09-10 Hans de Goedesunxi_nand_spl: Add support for backup boot partitions
2015-09-10 Hans de Goedesunxi_nand_spl: Auto detect nand configuration parameters
2015-09-10 Hans de Goedesunxi_nand_spl: Parametrize lowlevel read functions
2015-09-10 Hans de Goedesunxi_nand_spl: Properly config page-size in the nand...
2015-09-10 Hans de Goedesunxi_nand_spl: Add support for sun4i and sun5i SoCs
2015-09-10 Hans de Goedesunxi_nand_spl: Use kernel driver algorithm for determi...
2015-09-10 Hans de Goedesunxi_nand_spl: Add proper cache flusing
2015-09-10 Hans de Goedesunxi_nand_spl: Turn off clocks when we're done with...
2015-09-10 Hans de Goedesunxi_nand_spl: Use SYS_NAND_SELF_INIT and only do...
2015-09-10 Hans de Goedesunxi_nand_spl: Do not bother writing the spare-area...
2015-09-10 Hans de Goedesunxi_nand_spl: We only need to reset the nand chip...
2015-09-10 Hans de Goedesunxi_nand_spl: Drop unnecessary temp buf
2015-09-10 Hans de Goedesunxi: musb: Drop no longer accurate comment in Kconfig...
2015-09-10 Hans de Goedesunxi: axp221: Allow specifying dcdc2 voltage via Kconfig
2015-09-10 Peng Fanvideo: discard empty video_set_lut implementation
2015-09-10 Masahiro Yamadaserial: uniphier: drop platform data support
2015-09-10 Masahiro Yamadamtd: denali_spl: do not allocate page_buffer in .bss...
2015-09-10 Kishon Vijay Abraham ITI PHY: Add support to control 2nd USB PHY in DRA7xx...
2015-09-10 Kishon Vijay Abraham Iusb: dwc3: dwc3-omap: Use the clear register inorder...
2015-09-10 Marcel Ziswilermtd/nand/ubi: assortment of alignment fixes
2015-09-10 Bin Mengdm: core: Fix code reentrancy issue in device_probe_child()
2015-09-10 Bin Mengdm: pci: Optimize pci_uclass_post_bind()
2015-09-10 Bin Mengvideo: ct69000: Remove unused codes
2015-09-10 Bin Mengvideo: cfb_console: Allow VGA device to work without...
2015-09-10 Bin Mengx86: i8042: Correctly initialize the controller
2015-09-10 Bin Mengx86: i8042: Clean up the driver per coding convention
2015-09-10 Bin Mengx86: i8042: Reorder static functions
2015-09-10 Bin Mengx86: i8042: Remove unused codes
2015-09-10 Simon Glassx86: gpio: Tidy up gpio_ich6_get_base() and callers
2015-09-10 Simon Glassx86: gpio: Correct calls to _ich6_gpio_set_direction()
2015-09-10 Bin Mengdm: pci: Save devfn without bus number in pci_uclass_ch...
2015-09-10 Bin Mengx86: superio: Add keyboard controller support to smsc_l...
2015-09-10 Bin Mengx86: fsp: Call fsp_init_phase_pci() in pci_uclass_post_...
2015-09-10 Bin Mengdm: pci: Support selected device/driver binding before...
2015-09-10 Bin Mengx86: Set up video framebuffer for coreboot before loadi...
2015-09-10 Bin Mengvideo: coreboot: Save VESA mode for future use
2015-09-10 Bin Mengnet: e1000: Fix build warnings for 32-bit
2015-09-10 Peng Fanmtd: nand: mxs invalidate dcache before DMA read
2015-09-10 Peng Fanmtd: nand: mxs support oobsize bigger than 512
2015-09-10 Stefan Roesemtd: nand: Add mvebu (PXA / AXP / A38x) NAND device...
2015-09-10 Scott Woodnand: Sync with Linux v4.1
2015-09-10 Ezequiel Garciamtd: Introduce mtd_block_isreserved()
2015-09-10 Scott Woodnand: Remove __UBOOT__ ifdefs
2015-09-10 Marcel Ziswilerlcd: pxa: clean-up include file order
2015-09-10 Marcel Ziswilerusb: pxa27x_udc: clean-up include file order
2015-09-10 Marcel Ziswilerserial: pxa: clean-up include file order
2015-09-10 Marcel Ziswilerarm: pxa: mmc: clean-up include file order
2015-09-10 Marek Vasutgpio: Add DW APB GPIO driver
2015-09-10 Marek Vasutddr: altera: Repair uninited variable
2015-09-10 Marek Vasutddr: altera: Replace float multiplication with integer one
2015-09-10 Simon Glassnet: e1000: Add Kconfig options
2015-09-10 Simon Glassnet: e1000: Convert to driver model
2015-09-10 Simon Glassnet: e1000: Prepare for driver model conversion
2015-09-10 Simon Glassnet: e1000: Move #include of common.h to the C files
2015-09-10 Mingkai Hunet: e1000: Support 64-bit physical address
2015-09-10 Marek Vasutusb: dwc2: Rename to dwc2_usb
2015-09-10 Marek Vasutusb: dwc2: Add original Synopsys compat string
2015-09-10 Kishon Vijay Abraham Iusb: gadget: ether: populate _reset_ callback
2015-09-10 Kishon Vijay Abraham Iusb: host: xhci-omap: invoke board_usb_cleanup in xhci_...
2015-09-10 Kishon Vijay Abraham Iusb: gadget: ether: Perform board initialization from...
2015-09-10 Sergey Temerkhanovusb: xhci: Fix a potential NULL pointer dereference
2015-09-10 Stefan Roeseusb: spear: Add support for both SPEAr600 EHCI controllers
2015-09-10 Adrian Alonsoimx: usb: ehci-mx6: wait_for_bit to check reg status
2015-09-10 Adrian Alonsoimx: usb: ehci-mx6: add usb support for imx7d soc
2015-09-10 Adrian Alonsoimx: usb: ehci-mx6: document board specific functions
2015-09-10 Adrian Alonsoimx: usb: ehci-mx6: reg accessor cleanups
2015-09-10 Masahiro Yamadaof: clean up OF_CONTROL ifdef conditionals
2015-09-10 Masahiro Yamadadm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list
2015-09-10 Masahiro Yamadaled: unify obj-$(CONFIG_LED) and obj-$(CONFIG_SPL_LED...
2015-09-10 Masahiro Yamadaled: rename CONFIG_SPL_LED_SUPPORT to CONFIG_SPL_LED
2015-09-10 Masahiro Yamadaram: unify obj-$(CONFIG_RAM) and obj-$(CONFIG_SPL_RAM...
2015-09-10 Masahiro Yamadaram: rename CONFIG_SPL_RAM_SUPPORT to CONFIG_SPL_RAM
2015-09-10 Masahiro Yamadaclk: unify obj-$(CONFIG_CLK) and obj-$(CONFIG_SPL_CLK...
2015-09-10 Masahiro Yamadaclk: rename CONFIG_SPL_CLK_SUPPORT to CONFIG_SPL_CLK
2015-09-10 Masahiro Yamadadm: unify obj-$(CONFIG_DM) and obj-$(CONFIG_SPL_DM...
2015-09-10 Masahiro Yamadaspl: move SPL driver entries to driver/Makefile
2015-09-10 Vladimir Zapolskiyi2c: lpc32xx: correct sanity check for requested bus...
2015-09-10 Sylvain Lemieuxusb: lpc32xx: add host USB driver
2015-09-10 Sylvain Lemieuxi2c: lpc32xx: add support for OTG I2C
2015-09-10 Sylvain Lemieuxnand: lpc32xx: add ECC layout for small page NAND
2015-09-10 Sylvain Lemieuxnand: lpc32xx: add hardware ECC support
2015-09-10 Sylvain Lemieuxdma: lpc32xx: add DMA driver
2015-09-10 Vignesh Rspi: ti_qspi: Use DMA to read from qspi flash
2015-09-10 Vignesh Rdma: ti-edma3: Add helper function to support edma3...
2015-09-10 Tom Rinisf: ops: Add spi_flash_copy_mmap function
2015-09-10 vishalm@ti.comti: qspi: set flash quad bit based on quad support...
2015-09-10 Anton Schubertpci: mvebu: Add PCIe driver
2015-09-10 Stefan Roesearm: mvebu: Add complete SDRAM ECC scrubbing
2015-09-10 Anton Schubertarm: mvebu: add multiple usb-hostcontroller support...
2015-09-10 Stefan Roesearm: mvebu: Enable USB EHCI support on Armada XP
2015-09-10 Stefan Roesearm: mvebu: Enable NAND controller on MVEBU SoC's
2015-09-10 Stefan Roesearm: mvebu: sdram: Enable ECC support on Armada XP
2015-09-10 Sylvain Lemieuxi2c: lpc32xx: fix write timeout
next