summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-06-10spi: mpc8xxx: Use get_timerMario Six
2019-06-10spi: mpc8xxx: Fix if checkMario Six
2019-06-10spi: mpc8xxx: Re-order transfer setupMario Six
2019-06-10spi: mpc8xxx: Document LEN setting betterMario Six
2019-06-10spi: mpc8xxx: Rename variableMario Six
2019-06-10spi: mpc8xxx: Make code more readableMario Six
2019-06-10spi: mpc8xxx: Reduce scope of loop variablesMario Six
2019-06-10spi: mpc8xxx: Simplify logic a bitMario Six
2019-06-10spi: mpc8xxx: Get rid of is_readMario Six
2019-06-10spi: mpc8xxx: Simplify ifMario Six
2019-06-10spi: mpc8xxx: Use IO accessorsMario Six
2019-06-10spi: mpc8xxx: Replace defines with enumsMario Six
2019-06-10spi: mpc8xxx: Fix function names in stringsMario Six
2019-06-10spi: mpc8xxx: Fix space after castMario Six
2019-06-10spi: mpc8xxx: Rename camel-case variablesMario Six
2019-06-10spi: mpc8xxx: Fix commentsMario Six
2019-06-10spi: mpc8xxx: Use short type namesMario Six
2019-05-19Merge git://git.denx.de/u-boot-x86Tom Rini
2019-05-19nvme: Fix warning of cast from pointer to integer of different sizeBin Meng
2019-05-18ata: ahci: drop read-only ahci_ioports membersChristian Gmeiner
2019-05-18watchdog: bcm6345: callback start use tick instead of msPhilippe Reynes
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner
2019-05-15Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2019-05-15Merge tag 'u-boot-stm32-mcu-20190514' of https://github.com/pchotard/u-bootTom Rini
2019-05-14eth: mtk-eth: fix incorrect read of phy-handleWeijie Gao
2019-05-14net: rtl8169: Support RTL-8168h/8111hThierry Reding
2019-05-14net: rtl8169: Implement ->hwaddr_write() callbackThierry Reding
2019-05-14phy: ti: Init node before readingMichal Simek
2019-05-14net: phy: micrel: Allow KSZ8xxx and KSZ90x1 to be used togetherJames Byrne
2019-05-13Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2019-05-10gpio: dwapb_gpio: convert to livetreeSimon Goldschmidt
2019-05-10reset: socfpga: convert to livetreeSimon Goldschmidt
2019-05-10serial: altera_uart: convert to livetreeSimon Goldschmidt
2019-05-10spi: designware: convert to livetreeSimon Goldschmidt
2019-05-10spi: cadence_qspi: convert to livetreeSimon Goldschmidt
2019-05-10timer: dw-apb: remove unused DECLARE_GLOBAL_DATA_PTRSimon Goldschmidt
2019-05-10spl: socfpga: Implement fpga bitstream loading with socfpga loadfsTien Fong Chee
2019-05-10ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loadingTien Fong Chee
2019-05-10ARM: socfpga: Moving the watchdog reset to the for-loop status pollingTien Fong Chee
2019-05-10ARM: socfpga: Cleaning up and ensuring consistent format messages in driverTien Fong Chee
2019-05-10sh: sh3: Remove CPU supportMarek Vasut
2019-05-10sh: sh2: Remove CPU supportMarek Vasut
2019-05-10serial: sh: Drop assorted SH3, SH4, SH5 macrosMarek Vasut
2019-05-10serial: sh: Drop RTS7751R2D supportMarek Vasut
2019-05-10serial: sh: Drop SH2007 supportMarek Vasut
2019-05-10serial: sh: Drop H8 supportMarek Vasut
2019-05-10mtd: ubi: Remove select for non existent optionChris Packham
2019-05-10sysreset: select DM_GPIO instead of GPIOChris Packham
2019-05-09remoteproc: k3_system_controller: Increase rx timeoutLokesh Vutla
2019-05-09test/py: avb: fix test_avb_persistent_values failIgor Opaniuk