]> git.ipfire.org Git - people/ms/u-boot.git/shortlog
people/ms/u-boot.git
2016-01-13  Mugunthan V Ndts: dra7: add spi alias for qspi
2016-01-13  Mugunthan V Ndra7xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH...
2016-01-13  Mugunthan V Nspi: Add support for dual and quad mode
2016-01-13  Mugunthan V Ndrivers: spi: ti_qspi: prepare driver for DM conversion
2016-01-13  Mugunthan V Ndrivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_p...
2016-01-13  Mugunthan V Ndrivers: spi: ti_qspi: do not hard code chip select...
2016-01-13  Jagan Tekispi: Add SPI_TX_DUAL mode
2016-01-13  Jagan Tekisf: Make IO modes at last in read modes
2016-01-13  Jagan Tekispi: Minor cleanup
2016-01-13  Jagan Tekispi: Use BIT macro
2016-01-13  Jagan Tekispi: Fix bit assignment with flags
2016-01-13  Jagan Tekispi: Move flags macro's to spi_slave{} members
2016-01-13  Jagan Tekispi: Rename op_mode_rx to mode_rx
2016-01-13  Jagan Tekispi: Rename SPI_OPM_RX_* to SPI_RX_*
2016-01-13  Jagan Tekispi: Remove SPI_OPM_RX_DIO|QIOF
2016-01-13  Jagan Tekispi: Remove SPI_OPM_RX_EXTN
2016-01-13  Jagan Tekisf: Write quad bit along with read status
2016-01-13  Jagan Tekisf: Read back and check once macronix quad bit set
2016-01-13  Jagan Tekisf: Read back and check once spansion quad bit set
2016-01-13  Jagan Tekisf: Fix quad bit set for micron devices
2016-01-13  Jagan Tekisf: Use BIT macro
2016-01-13  Jagan Tekisf: Minor cleanup
2016-01-13  Jagan Tekisf: Remove spi_flash_remove
2016-01-13  Jagan Tekisf: Rename bank_end to bar_end in read_bar
2016-01-13  Jagan Tekisf: Rename spi_flash_set_* functions
2016-01-13  Jagan Tekisf: Move spi_read_cmds_array locally
2016-01-13  Jagan Tekispi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUAD
2016-01-13  Jagan Tekispi: Use mode instead of op_mode_tx
2016-01-13  Jagan Tekispi: make mode visible to both dm and non-dm
2016-01-13  Jagan Tekisf: Get spi locally from spi_flash
2016-01-12  Tom RiniMerge git://git.denx.de/u-boot-dm
2016-01-12  Tom Rinisandbox: eth-raw-os.c: Ensure that our interface name...
2016-01-12  Stefan Roesedm: core: Add option to configure an offset for the...
2016-01-12  Simon Glassrockchip: Use the debug UART on rk3036
2016-01-12  Simon Glassdm: ns16550: Allow the driver to be omitted if requested
2016-01-12  Simon Glassdm: serial: Allow the UART driver to be dropped from...
2016-01-12  Simon Glassdm: net: usb: Convert mcs7830 driver to support driver...
2016-01-12  Simon Glassdm: net: usb: Refactor mcs7830 driver ready for DM...
2016-01-12  Simon Glasspci: Tidy up comments in pci_bind_bus_devices()
2016-01-12  Simon Glassdm: Convert PCI MMC over to use DM PCI API
2016-01-12  Simon Glassdm: usb: Convert echi-pci to use new DM PCI API
2016-01-12  Simon Glassdm: ahci: Convert to use new DM PCI API
2016-01-12  Simon Glassdm: pci: Switch to DM API for PCI address mapping
2016-01-12  Simon Glassdm: net: Convert rtl8169 to use DM PCI API
2016-01-12  Simon Glassdm: pci: Add driver model API functions for address...
2016-01-12  Simon Glassdm: test: Convert PCI tests to use the DM PCI API
2016-01-12  Simon Glassdm: tegra: net: Convert tegra boards to driver model...
2016-01-12  Simon Glassdm: pci: Drop the old version of pci_find_class()
2016-01-12  Simon Glassdm: pci: Drop the old version of pci_find_device/s()
2016-01-12  Simon Glassdm: x86: pci: Adjust bios_run_on_x86() to use the DM...
2016-01-12  Simon Glassdm: pci: video: Convert video and pci_rom to use DM...
2016-01-12  Simon Glassdm: Convert bios_interrupts to use DM PCI API
2016-01-12  Simon Glassdm: x86: ivybridge: Convert graphics init to use DM...
2016-01-12  Simon Glassdm: serial: Convert ns16550 driver to use driver model...
2016-01-12  Simon Glassdm: pci: Add a function to read a PCI BAR
2016-01-12  Simon Glassdm: pci: Add a driver-model version of pci_find_class()
2016-01-12  Simon Glassdm: pci: scsi: Use driver-model PCI API
2016-01-12  Simon Glassdm: pci: Add a driver-model version of pci_find_device()
2016-01-12  Simon Glassdm: pci: Use driver model PCI API in auto-config
2016-01-12  Simon Glassdm: pci: Add a dm_ prefix to pci_bus_find_bdf()
2016-01-12  Simon Glassdm: pci: Add a dm_ prefix to pci_get_bdf()
2016-01-12  Simon Glassdm: pci: Mark legacy files as such
2016-01-12  Masahiro YamadaARM: uniphier: fix recommended board setting in document
2016-01-12  Masahiro YamadaARM: uniphier: add dump command for DDR Multi PHY registers
2016-01-12  Masahiro YamadaARM: uniphier: add DRAM init code for ProXstream2/PH1...
2016-01-12  Masahiro YamadaARM: uniphier: move headers out of include/mach directory
2016-01-12  Masahiro YamadaARM: uniphier: move cmd_pinmon.c to boot-mode subdirectory
2016-01-12  Masahiro YamadaARM: uniphier: move cmd_ddrphy.c to dram subdirectory
2016-01-12  Masahiro YamadaARM: uniphier: kill bogus header includes
2016-01-12  Tom RiniPrepare v2016.01
2016-01-11  Simon Glassdm: test: usb: Update the USB tests so that they all...
2016-01-11  Fabio EstevamMAINTAINERS/mailmap: Update my email address
2016-01-10  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2016-01-10  Otavio Salvadorcgtqmx6eval: README: Fix parameter of 'sf write' command
2016-01-10  Fabio Estevammx6cuboxi: Remove obsolete comment
2016-01-10  Fabio Estevammx6cuboxi: Fix the reset delay for the AR8035 PHY
2016-01-08  Tom RiniMerge git://git.denx.de/u-boot-rockchip
2016-01-08  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2016-01-08  Bin Mengpci: layerscape: Adjust the return value when ls_pcie_a...
2016-01-08  Bin Mengpci: imx: Adjust the return value when imx_pcie_addr_va...
2016-01-08  David Müller... fs: handle the fileaddr variable in the same way as...
2016-01-08  Heiko Schocherget_maintainer: fix perl 5.22/5.24 deprecated/incompati...
2016-01-08  Rasmus Villemoesfix always succesful memory test
2016-01-08  Andy Flemingcyrus: Enable STDIO deregister
2016-01-08  York SunMAINTAINERS, .mailmap: Update my email address
2016-01-08  Tom Riniam33xx/am43xx: Add platform data for GPIOs
2016-01-08  Michal Simekserial: zynq: Use static inline for _debug_uart_init()
2016-01-08  Andre Przywaranet: remove scary warning about EEPROM provided MAC...
2016-01-08  Andre Przywaraarm64: Juno/FVP: adjust kernel load address
2016-01-08  Aneesh Bansalarm, Makefile: correct compilation flag for u-boot-dtb
2016-01-08  Robert P. J... bootcount: Correct #endif comment to match, other aesth...
2016-01-08  Robert P. J... doc: Tidy up first part of top-level README file
2016-01-08  Robert P. J... powerpc: Various typo fixes under arch/powerpc/cpu...
2016-01-08  Robert P. J... include: Correct "requset" typoes in misc.h
2016-01-08  Tom RiniMerge git://git.denx.de/u-boot-dm
2016-01-08  Simon Glassrockchip: Fix the configuration for chromebook_jerry
2016-01-08  Simon Glassrockchip: Drop a debug message when outputing SPI images
2016-01-08  Simon Glassrockchip: Enable generation of SPI images
2016-01-07  Joe Hershbergernet: Fix delay in net_retry test
2016-01-07  Przemyslaw... fdt: fix address cell count checking in fdt_translate_a...
next