summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | clk: divider: Make generic for usage elsewhereMarcin Niestroj2019-07-022-45/+79
| * | | | | | | clk: divider: Fix best div calculation for power-of-two and table dividersMarcin Niestroj2019-07-021-1/+35
| * | | | | | | clk: divider: Remove unused variable in clk_divider_recalc_rateMarcin Niestroj2019-07-021-3/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'for-next/Kconfig'Sascha Hauer2019-07-1257-765/+696
|\ \ \ \ \ \ \
| * | | | | | | kconfig: update to Linux 5.2-rc4Masahiro Yamada2019-06-1956-764/+695
| * | | | | | | kbuild: do not drop -I without parameterMasahiro Yamada2019-06-131-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Release v2019.07.0v2019.07.0Sascha Hauer2019-07-111-1/+1
* | | | | | | usb: imx-usb-phy: select syscon driverSascha Hauer2019-07-111-0/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | net: cpsw: adopt to upstream device tree changesSascha Hauer2019-07-101-6/+10
* | | | | | lib: Add missing arguments to memcpy_parse_options()Andrey Smirnov2019-07-094-6/+10
| |/ / / / |/| | | |
* | | | | i.MX: HABv4: Reset index variable after error typeRouven Czerwinski2019-06-271-0/+2
* | | | | ARM: rpi: use sdhost for eMMC access on CM3.Tomaz Solc2019-06-271-7/+0
| |/ / / |/| | |
* | | | 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