summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | cfi_flash: Always define cfi_flash_num_flash_banksMario Six2018-01-291-0/+2
* | cfi_flash: Fix indentionMario Six2018-01-291-120/+118
* | cfi_flash: Fix long linesMario Six2018-01-291-12/+19
* | cfi_flash: Bound-check index before array accessMario Six2018-01-291-2/+2
* | flash: Fix spelling of "ERR_TIMOUT"Mario Six2018-01-292-5/+5
* | cfi_flash: Rename camel-case variablesMario Six2018-01-291-8/+8
* | cfi_flash: Fix strings split across linesMario Six2018-01-291-9/+8
* | cfi_flash: Use u8 pointers instead of void pointersMario Six2018-01-291-4/+4
* | cfi_flash: Remove assignments from if conditionsMario Six2018-01-291-7/+11
* | cfi_flash: Remove return from void functionMario Six2018-01-291-1/+0
* | cfi_flash: Fix placement of braceMario Six2018-01-291-2/+1
* | cfi_flash: Fix else after breakMario Six2018-01-291-3/+3
* | cfi_flash: Fix spelling of "Unknown"Mario Six2018-01-291-1/+1
* | cfi_flash: Add missing braces in blocksMario Six2018-01-291-1/+3
* | cfi_flash: Remove unnecessary bracesMario Six2018-01-291-24/+24
* | cfi_flash: Fix comment styleMario Six2018-01-291-2/+4
* | cfi_flash: Use __func__ macro instead of function nameMario Six2018-01-291-1/+1
* | cfi_flash: Fix logical continuationsMario Six2018-01-291-13/+13
* | cfi_flash: Remove braces for single-statement blocksMario Six2018-01-291-10/+5
* | cfi_flash: Fix missing/superfluous linesMario Six2018-01-291-7/+4
* | cfi_flash: Fix spacing around casts/operatorsMario Six2018-01-291-9/+9
* | cfi_flash: Fix indent of case statementsMario Six2018-01-291-100/+100
* | cfi_flash: Fix whitespace with castingMario Six2018-01-291-2/+2
* | cfi_flash: Fix Parenthesis spacingMario Six2018-01-291-11/+11
* | cfi_flash: Fix style of pointer declarationsMario Six2018-01-291-24/+24
* | cfi_flash: Fix space between function name and parenthesisMario Six2018-01-291-214/+214
* | Merge git://git.denx.de/u-boot-rockchipTom Rini2018-01-2811-25/+2374
|\ \
| * | rockchip: clk: guard set_parent implementations against OF_PLATDATAPhilipp Tomsich2018-01-283-6/+12
| * | clk: rockchip: clk_rk3368: Implement "assign-clock-parent"David Wu2018-01-281-7/+84
| * | clk: rockchip: clk_rk3288: Implement "assign-clock-parent" and "assign-clock-...David Wu2018-01-281-8/+98
| * | net: gmac_rockchip: Add support for the RK3228 GMACDavid Wu2018-01-281-0/+85
| * | clk: rockchip: Add rk322x gamc clock supportDavid Wu2018-01-281-0/+107
| * | rockchip: pinctrl: Add rk322x gmac pinctrl supportDavid Wu2018-01-281-0/+148
| * | rockchip: pinctrl: rk322x: Move the iomux definitions into pinctrl-driverDavid Wu2018-01-281-0/+453
| * | net: gmac_rockchip: Add rk3328 gmac supportDavid Wu2018-01-281-0/+85
| * | clk: rockchip: Add rk3328 gamc clock supportDavid Wu2018-01-281-0/+178
| * | rockchip: pinctrl: Add rk3328 gmac pinctrl supportDavid Wu2018-01-281-0/+275
| * | rockchip: pinctrl: rk3328: Move the iomux definitions into pinctrl-driverDavid Wu2018-01-281-0/+113
| * | net: gmac_rockchip: Add support for the RV1108 GMACDavid Wu2018-01-281-6/+109
| * | rockchip: pinctrl: rv1108: Move the iomux definitions into pinctrl-driverDavid Wu2018-01-281-0/+399
| * | rockchip: clk: rk3399: accept all assigned-clocks from the 'cru'-nodePhilipp Tomsich2018-01-281-0/+18
| * | clk: implement clk_set_defaults()Philipp Tomsich2018-01-282-0/+124
| * | rockchip: clk: rk3399: implement set_parent() operationPhilipp Tomsich2018-01-281-2/+72
| * | clk: refactor clk_get_by_index() into clk_get_by_indexed_prop()Philipp Tomsich2018-01-281-2/+8
| * | clk: add clk_set_parent()Philipp Tomsich2018-01-281-0/+12
* | | bcm2835_pinctrl: Probe pre-relocAlexander Graf2018-01-281-1/+2
* | | bcm2835_pl011_serial: Add BCM2835 specific serial driverAlexander Graf2018-01-285-9/+100
* | | bcm2835_mu_serial: Convert to KconfigAlexander Graf2018-01-281-0/+7
* | | pl01x: Convert CONFIG_PL01X_SERIAL to KconfigAlexander Graf2018-01-281-0/+6
* | | pl011: Convert CONFIG_PL011_SERIAL to KconfigAlexander Graf2018-01-281-0/+6