summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dts: update to v5.2-rc4Sascha Hauer2019-06-19126-926/+166
* Documentation: user: suggest U-Boot's bootm, not goAhmad Fatoum2019-06-181-2/+2
* pcf857x: fix CONFIG_OF to OFDEVICEMichael Grzeschik2019-06-171-1/+1
* startup: execute /env/bin/init as part of the initial shellIan Abbott2019-06-131-4/+5
* startup: Do not overwrite global.linux.bootargs.consoleSascha Hauer2019-06-131-3/+0
* plathome-openblocks-a6: use image format 0Uwe Kleine-König2019-06-131-1/+1
* Merge branch 'for-next/usb-phy'Sascha Hauer2019-06-115-141/+63
|\
| * ARM: i.MX: Drop unused usb-imx6.cAndrey Smirnov2019-05-273-115/+1
| * usb: imx-usb-phy: Disable charger detect during initializationAndrey Smirnov2019-05-271-0/+37
| * usb: imx-usb-phy: Use stmp_reset_block() to reset PHYAndrey Smirnov2019-05-272-10/+6
| * usb: imx-usb-phy: Wrap lines to silence checkpatchAndrey Smirnov2019-05-211-2/+4
| * usb: imx-usb-phy: Import register definitions from Linux driverAndrey Smirnov2019-05-211-17/+18
* | Merge branch 'for-next/usb-ehci'Sascha Hauer2019-06-112-187/+242
|\ \
| * | usb: host: ehci: Allocate only NUM_QH queue heads for qh_listAndrey Smirnov2019-05-231-1/+1
| * | ush: host: ehci: Simplify QH initialization in ehci_submit_async()Andrey Smirnov2019-05-231-12/+9
| * | usb: host: ehci: Treat ehci->qh_list as an arrayAndrey Smirnov2019-05-231-7/+8
| * | usb: host: ehci: Drop explicit memset() in ehci_init()Andrey Smirnov2019-05-231-2/+0
| * | usb: host: ehci: Replace explicit printf() with dev_err()Andrey Smirnov2019-05-231-3/+7
| * | usb: host: ehci: Add a comment explaing IOC setting for dataAndrey Smirnov2019-05-231-0/+9
| * | usb: host: ehci: Use bool to simplify ehci_submit_async()Andrey Smirnov2019-05-231-3/+3
| * | usb: host: ehci: Drop needless assignments in ehci_submit_async()Andrey Smirnov2019-05-231-2/+1
| * | usb: host: ehci: Simplify ehci_submit_async()'s epilogueAndrey Smirnov2019-05-231-38/+38
| * | usb: host: ehci: Initialize qTDs explicitlyAndrey Smirnov2019-05-231-1/+5
| * | usb: host: ehci: Simplify ehci_td_buffer()Andrey Smirnov2019-05-231-7/+7
| * | usb: host: ehci: Simplify qTD buffer synchronizationAndrey Smirnov2019-05-232-43/+49
| * | usb: host: ehci: Introduce ehci_prepare_qtd()Andrey Smirnov2019-05-231-31/+35
| * | usb: host: ehci: Drop unnecessary cleanup codeAndrey Smirnov2019-05-231-15/+8
| * | usb: host: ehci: Replace magic number with macrosAndrey Smirnov2019-05-232-49/+96
| * | usb: host: ehci: Use to USBSTS to wait for transfer completionAndrey Smirnov2019-05-232-14/+8
| * | usb: host: ehci: Share code to enable/disable async scheduleAndrey Smirnov2019-05-231-19/+20
| * | usb: host: ehci: Do not zero out DMA coherent memoryAndrey Smirnov2019-05-231-2/+0
| |/
* | Merge branch 'for-next/ubootenv'Sascha Hauer2019-06-1113-0/+1013
|\ \
| * | ARM: rdu1: Add U-Boot environment partitionCory Tusar2019-06-071-0/+21
| * | ARM: rdu2: Add U-Boot environment partitionsAndrey Smirnov2019-06-071-0/+27
| * | fs: Add a driver to access U-Boot environment variablesAndrey Smirnov2019-06-074-0/+536
| * | misc: Add a driver to expose U-Boot environment variable dataAndrey Smirnov2019-06-074-0/+416
| * | drivers: Introduce late_platform_driver()Andrey Smirnov2019-06-071-0/+2
| * | filetype: Allow specifying cdev's filetype explicitlyAndrey Smirnov2019-06-072-0/+8
| * | filetype: Add "U-Boot environmemnt variable data" filetypeAndrey Smirnov2019-06-072-0/+3
* | | Merge branch 'for-next/misc'Sascha Hauer2019-06-1139-166/+433
|\ \ \
| * | | remove CONFIG_DEBUG_INFOOleksij Rempel2019-06-072-9/+1
| * | | firmware: add gitignore file for *.binRouven Czerwinski2019-06-071-0/+1
| * | | images: ignore *.csfbin filesRouven Czerwinski2019-06-071-0/+1
| * | | filetype: fix typoAntony Pavlov2019-06-071-1/+1
| * | | MIPS: use anonymous labels in ENTRY_FUNCTION_END and STOP_WITH_DEBUG_EVENT ma...Peter Mamonov2019-06-071-4/+4
| * | | Documentation: add riscv mentionAntony Pavlov2019-06-041-0/+1
| * | | riscv: dts: erizo-generic: fix memory node nameAntony Pavlov2019-06-041-1/+1
| * | | net: macb: dma_sync_* receive buffersLadislav Michl2019-06-041-7/+20
| * | | gpio: add driver for PCF857x, PCA{85, 96}7x, and MAX732[89] I2C GPIO expandersMichael Grzeschik2019-06-043-0/+274
| * | | scripts: kwboot: fix comparison with out-of-range constantAhmad Fatoum2019-05-281-3/+3