summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dts: update to v5.6-rc5Sascha Hauer2020-03-1880-191/+220
* dts: update to v5.6-rc4Sascha Hauer2020-03-183-20/+20
* dts: update to v5.6-rc3Sascha Hauer2020-03-186-23/+48
* dts: update to v5.6-rc2Sascha Hauer2020-03-184-9/+7
* Release v2020.03.0v2020.03.0Sascha Hauer2020-03-181-1/+1
* pinctrl-single: fix parsing of `pinctrl-single,bits` propertyPeter Mamonov2020-03-161-1/+1
* usb: Add extra delay for device scanChristian Eggers2020-03-111-0/+3
* Documentation: blspec: drop documentation of devicetree-overlayMichael Tretter2020-03-091-4/+0
* Documentation: blspec: update link to Boot Loader SpecificationMichael Tretter2020-03-091-1/+1
* USB: MUSB: defer driver probes where necessaryAhmad Fatoum2020-03-024-23/+57
* USB: MUSB: PHY: scrap singleton am335x_get_usb_phy()Ahmad Fatoum2020-03-023-20/+13
* Documentation: boards: stm32mp: document eMMC partition layoutAhmad Fatoum2020-03-021-2/+17
* Merge branch 'for-master/imx-external-nand'Sascha Hauer2020-02-2512-167/+248
|\
| * ARM: i.MX: external NAND boot: Fix passing boarddataSascha Hauer2020-02-1911-110/+209
| * ARM: i.MX: external NAND boot: Leave icache disabledSascha Hauer2020-02-192-9/+2
| * ARM: i.MX: external NAND boot: remove unnecessary arguments from imx*_nand_lo...Sascha Hauer2020-02-191-45/+39
| * ARM: i.MX Phytec phycore i.MX27: replace __naked with noinlineSascha Hauer2020-02-191-1/+1
| * ARM: i.MX Phytec phycard i.MX27: replace __naked with noinlineSascha Hauer2020-02-191-1/+1
| * ARM: i.MX Phytec phycard i.MX27: get fdt in common init functionSascha Hauer2020-02-191-13/+8
* | commands: boot: fixup create boot entries on demandAhmad Fatoum2020-02-191-1/+1
* | net: designware: eqos: stm32: drop no longer needed syscfg-clkAhmad Fatoum2020-02-191-2/+1
* | mfd: syscon: clock peripheral if specified in device treeAhmad Fatoum2020-02-191-2/+18
* | mfd: syscon: use regmap-mmio as backendAhmad Fatoum2020-02-191-25/+2
* | regmap: add support for regmap_init_mmio_clkAhmad Fatoum2020-02-193-1/+323
* | regmap: make internal.h a self-contained headerAhmad Fatoum2020-02-191-1/+8
* | ARM: dts: stm32mp: align barebox dtsi name with upstreamAhmad Fatoum2020-02-192-1/+1
* | scripts: imd: remove duplicate macro definitionsAhmad Fatoum2020-02-191-4/+0
* | scripts: define ALIGN(x) in scripts' <linux/kernel.h>Ahmad Fatoum2020-02-191-0/+2
* | gpiolib: use correct format specifier for ptrdiff_tAhmad Fatoum2020-02-191-1/+1
* | clk: i.MX1: make locally used function staticSascha Hauer2020-02-181-1/+1
* | ARM: i.MX: scb9328: Add missing machine protectionSascha Hauer2020-02-181-0/+3
* | Merge branch 'for-next/spdx'Sascha Hauer2020-02-18141-383/+609
|\ \
| * | include: spi: add SPDX GPL-2.0-only license tags for files without licensing ...Roland Hieber2020-02-174-0/+4
| * | include: spi: add SPDX GPL-2.0-or-later license tags where applicableRoland Hieber2020-02-171-10/+1
| * | include: add SPDX LGPL-2.1-or-later license tags where applicableRoland Hieber2020-02-172-30/+4
| * | LICENSES: add LGPL-2.1-or-laterRoland Hieber2020-02-171-0/+468
| * | include: add SPDX GPL-2.0-only license tags for files without licensing infor...Roland Hieber2020-02-1788-1/+88
| * | include: add SPDX GPL-2.0-or-later license tags where applicableRoland Hieber2020-02-1724-246/+24
| * | include: add SPDX GPL-2.0-only license tags where applicableRoland Hieber2020-02-1721-96/+20
* | | Merge branch 'for-next/pwm'Sascha Hauer2020-02-185-13/+15
|\ \ \
| * | | PWM: core: constify chip->ops pointerAhmad Fatoum2020-02-101-1/+1
| * | | led: pwm: support active-low propertyAhmad Fatoum2020-02-101-0/+4
| * | | led: pwm: fail if required max-brightness option is missingAhmad Fatoum2020-02-101-1/+3
| * | | led: pwm: don't test if pointer is smaller than zeroAhmad Fatoum2020-02-101-1/+1
| * | | video: backlight-pwm: remove duplicate assignment to objectAhmad Fatoum2020-02-101-2/+0
| * | | regmap: forward declare structs used in headerAhmad Fatoum2020-02-101-0/+3
| * | | PWM: pxa: make MMIO writes always little endianAhmad Fatoum2020-02-101-3/+3
| * | | PWM: pxa: remove unused struct membersAhmad Fatoum2020-02-101-5/+0
* | | | Merge branch 'for-next/parameter'Sascha Hauer2020-02-186-37/+37
|\ \ \ \
| * | | | parameter: Return NULL instead of ENOSYS if CONFIG_PARAMETER is disabledChristian Eggers2020-01-271-10/+10