summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: host: ehci: distinguish DMA addressesPeter Mamonov2020-03-051-33/+68
* reset: add stub for device_reset when CONFIG_RESET_CONTROLLER=nAhmad Fatoum2020-03-031-0/+6
* firmware: Fix dependencies for firmware in PBLSascha Hauer2020-03-021-0/+3
* net: designware: eqos: mimic Linux gmac4 mdio_{read, write}Ahmad Fatoum2020-03-024-21/+7
* net: designware: eqos: remove left-over PHY quirk work aroundAhmad Fatoum2020-03-021-6/+2
* gadget: f_fastboot: New Kconfig option USB_GADGET_FASTBOOT_CMD_OEMChristian Eggers2020-02-258-1/+20
* usb: rename "struct usb_configuration" to "struct usb_config"Christian Eggers2020-02-251-2/+2
* of: add missing newline to pr_warnRouven Czerwinski2020-02-251-1/+1
* arm: baltos: use compressed DTB imagesYegor Yefremov2020-02-251-3/+3
* 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
| * | | globalvar: Allow NULL pointers to be returned by dev_add_param()Christian Eggers2020-01-271-8/+11
| * | | state: remove param member from state_uint32, state_enum32, state_macChristian Eggers2020-01-272-11/+8
| * | | mci: remove param_probe member from struct mciChristian Eggers2020-01-272-4/+4
| * | | state: remove param member from struct state_stringChristian Eggers2020-01-272-4/+4
* | | | Merge branch 'for-next/optee'Sascha Hauer2020-02-1816-33/+273
|\ \ \ \
| * | | | user: add documentation for OP-TEE loadingRouven Czerwinski2020-01-302-0/+30
| * | | | ARM: mach-imx: test PL310 write accessRouven Czerwinski2020-01-301-0/+20
| * | | | ARM: add optee early loading functionRouven Czerwinski2020-01-307-24/+83
| * | | | ARM: import setjmp implementation from U-BootRouven Czerwinski2020-01-305-0/+108
| * | | | optee: move optee_verify_header() to commonRouven Czerwinski2020-01-284-9/+32