summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-22net: mvpp2x: add check after callocHeinrich Schuchardt
2018-03-22Configs: Use the newly added PHY_RTL8211E_PINE64_GIGABIT_FIXkevans@FreeBSD.org
2018-03-22net: phy: Add PHY_RTL8211E_PINE64_GIGABIT_FIX for realtek physkevans@FreeBSD.org
2018-03-22DW SPI: use 32 bit access instead of 16 and 32 bit mixEugeniy Paltsev
2018-03-22DW SPI: add option to use external gpio for chip selectEugeniy Paltsev
2018-03-22DW SPI: refactor poll_transfer functionsEugeniy Paltsev
2018-03-22DW SPI: fix transmit only modeEugeniy Paltsev
2018-03-22DW SPI: fix tx data loss on FIFO flushEugeniy Paltsev
2018-03-22test/py: add generic CRC32 functionLiam Beguin
2018-03-22test/py: do not import pytest multiple timesLiam Beguin
2018-03-22test/py: README: add HOSTNAME to PYTHONPATHLiam Beguin
2018-03-22test/py: README: fix typoLiam Beguin
2018-03-22cmd: sf: fix map_physmem checkLiam Beguin
2018-03-22spi: spi_flash: do not fail silently on bad user inputLiam Beguin
2018-03-22tools: Make kwboot build if HOST_TOOLS_ALL=yTuomas Tynkkynen
2018-03-21Merge git://git.denx.de/u-boot-mipsTom Rini
2018-03-21mips: bmips: add ar-5315 usb supportÁlvaro Fernández Rojas
2018-03-21mips: bmips: add support for bcm6318 usbÁlvaro Fernández Rojas
2018-03-21phy: add support for bcm6318 usbh phyÁlvaro Fernández Rojas
2018-03-21mips: bmips: add vr-3032u usb supportÁlvaro Fernández Rojas
2018-03-21mips: bmips: add support for bcm63268 usbÁlvaro Fernández Rojas
2018-03-21mips: bmips: add dgnd3700v2 usb supportÁlvaro Fernández Rojas
2018-03-21mips: bmips: add support for bcm6362 usbÁlvaro Fernández Rojas
2018-03-21mips: bmips: add ar-5387un usb supportÁlvaro Fernández Rojas
2018-03-21mips: bmips: add support for bcm6328 usbÁlvaro Fernández Rojas
2018-03-21mips: bmips: add wap-5813n usb supportÁlvaro Fernández Rojas
2018-03-21mips: bmips: add support for bcm6368 usbÁlvaro Fernández Rojas
2018-03-21phy: add support for bcm6368 usbh phyÁlvaro Fernández Rojas
2018-03-21mips: bmips: add nb4-ser usb supportÁlvaro Fernández Rojas
2018-03-21mips: bmips: add hg556a usb supportÁlvaro Fernández Rojas
2018-03-21mips: bmips: add support for bcm6358 usbÁlvaro Fernández Rojas
2018-03-21phy: add support for bcm6358 usbh phyÁlvaro Fernández Rojas
2018-03-21mips: bmips: add ct-5361 usb supportÁlvaro Fernández Rojas
2018-03-21mips: bmips: add support for bcm6348 usbÁlvaro Fernández Rojas
2018-03-21phy: add support for bcm6348 usbh phyÁlvaro Fernández Rojas
2018-03-21mips: micronas/vct: check array bounds before accessHeinrich Schuchardt
2018-03-21mips: bmips: select OF_EMBED for all boardsÁlvaro Fernández Rojas
2018-03-21MIPS: add BMIPS Netgear DGND3700v2 boardÁlvaro Fernández Rojas
2018-03-21MIPS: add support for Broadcom MIPS BCM6362 SoC familyÁlvaro Fernández Rojas
2018-03-21dm: cpu: bmips: add BCM6362 supportÁlvaro Fernández Rojas
2018-03-21ARC: Cache: Refactor arc_ioc_setup()Eugeniy Paltsev
2018-03-21ARC: Cache: Add missing cache cleanup before cache disableEugeniy Paltsev
2018-03-21ARC: Cache: Add more HW configuration checksEugeniy Paltsev
2018-03-21ARC: Implement a function to sync and cleanup cachesEugeniy Paltsev
2018-03-21ARC: Cache: Fix SLC operations when SLC is bypassed for dataEugeniy Paltsev
2018-03-21ARC: Cache: Implement [i,d]cache_enabled() as separate functionsEugeniy Paltsev
2018-03-21ARC: Move IOC enabling to compile-time optionsEugeniy Paltsev
2018-03-21ARC: Cache: Move PAE exists check into slc_upper_region_init()Eugeniy Paltsev
2018-03-21ARC: Move cache global variables to arch_global_dataEugeniy Paltsev
2018-03-21ARC: Cache: Get rid of [slc,pae,icache,dcache]_exists global variablesEugeniy Paltsev