summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'i3c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds2019-07-096-44/+71
|\
| * i3c: master: Use struct_size() helperGustavo A. R. Silva2019-07-041-3/+2
| * dt-bindings: i3c: cdns: Use correct cells for I2C deviceQii Wang2019-07-041-1/+1
| * i3c: dw: add limited bus mode supportVitor Soares2019-06-201-0/+1
| * i3c: add mixed limited bus modeVitor Soares2019-06-202-0/+10
| * i3c: fix i2c and i3c scl rate by bus modeVitor Soares2019-06-201-13/+38
| * dt-bindings: i3c: Document dropped support for I2C 10 bit devicesPrzemyslaw Gaj2019-05-281-1/+3
| * i3c: Drop support for I2C 10 bit addresingPrzemyslaw Gaj2019-05-284-26/+16
* | Merge tag 'leds-for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-0945-868/+2350
|\ \
| * | dt: leds-lm36274.txt: fix a broken reference to ti-lmu.txtMauro Carvalho Chehab2019-06-281-1/+1
| * | docs: leds: convert to ReSTMauro Carvalho Chehab2019-06-2825-779/+997
| * | Merge tag 'ti-lmu-led-drivers' into for-nextJacek Anaszewski2019-06-1115-85/+1135
| |\ \
| | * | leds: lm36274: Introduce the TI LM36274 LED driverDan Murphy2019-06-073-0/+181
| | * | dt-bindings: leds: Add LED bindings for the LM36274Dan Murphy2019-06-071-0/+85
| | * | regulator: lm363x: Add support for LM36274Dan Murphy2019-06-062-5/+75
| | * | mfd: ti-lmu: Add LM36274 support to the ti-lmuDan Murphy2019-06-064-3/+43
| | * | dt-bindings: mfd: Add lm36274 bindings to ti-lmuDan Murphy2019-06-061-0/+54
| | * | leds: lm3697: Introduce the lm3697 driverDan Murphy2019-05-243-0/+404
| | * | mfd: ti-lmu: Remove support for LM3697Dan Murphy2019-05-244-63/+1
| | * | dt-bindings: ti-lmu: Modify dt bindings for the LM3697Dan Murphy2019-05-242-26/+74
| | * | leds: TI LMU: Add common code for TI LMU devicesDan Murphy2019-05-244-0/+213
| | * | dt-bindings: mfd: LMU: Add ti,brightness-resolutionDan Murphy2019-05-201-0/+11
| | * | dt-bindings: mfd: LMU: Add the ramp up/down propertyDan Murphy2019-05-201-8/+14
| | |/
| * | leds: leds-tca6507: simplify getting the adapter of a clientWolfram Sang2019-06-091-1/+1
| * | leds: leds-pca955x: simplify getting the adapter of a clientWolfram Sang2019-06-091-1/+1
| * | leds: max77650: Remove set but not used variable 'parent'YueHaibing2019-05-261-2/+0
| * | leds: avoid flush_work in atomic contextPavel Machek2019-05-262-5/+5
| * | leds: spi-byte: add single byte SPI LED driverChristian Mauderer2019-05-243-0/+172
| * | dt-bindings: leds: Add binding for spi-byte LED.Christian Mauderer2019-05-241-0/+44
| |/
* | Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-0920-482/+1154
|\ \
| * | pwm: fsl-ftm: Make sure to unlock mutex on failureThierry Reding2019-06-261-2/+2
| * | pwm: fsl-ftm: Use write protection for prescaler & polarityPatrick Havelange2019-06-261-0/+21
| * | pwm: fsl-ftm: More relaxed permissions for updating periodPatrick Havelange2019-06-261-180/+186
| * | pwm: atmel-hlcdc: Add compatible for SAM9X60 HLCDC's PWMClaudiu Beznea2019-06-261-0/+1
| * | pwm: bcm2835: Improve precision of PWMSean Young2019-06-261-3/+5
| * | leds: pwm: Support ACPI via firmware-node frameworkNikolaus Voss2019-06-261-18/+27
| * | pwm: Add support referencing PWMs from ACPINikolaus Voss2019-06-262-0/+132
| * | pwm: rcar: Remove suspend/resume supportYoshihiro Shimoda2019-06-261-39/+0
| * | pwm: sysfs: Add suspend/resume supportYoshihiro Shimoda2019-06-261-0/+102
| * | pwm: Add power management descriptionsYoshihiro Shimoda2019-06-261-0/+7
| * | pwm: meson: Add documentation to the driverMartin Blumenstingl2019-06-261-0/+22
| * | pwm: meson: Add support PWM_POLARITY_INVERSED when disablingMartin Blumenstingl2019-06-261-1/+22
| * | pwm: meson: Don't cache struct pwm_state internallyMartin Blumenstingl2019-06-261-24/+1
| * | pwm: meson: Read the full hardware state in meson_pwm_get_state()Martin Blumenstingl2019-06-261-3/+49
| * | pwm: meson: Simplify the calculation of the pre-divider and countMartin Blumenstingl2019-06-261-15/+10
| * | pwm: meson: Move pwm_set_chip_data() to meson_pwm_request()Martin Blumenstingl2019-06-261-14/+8
| * | pwm: meson: Add the per-channel register offsets and bits in a structMartin Blumenstingl2019-06-261-56/+34
| * | pwm: meson: Add the meson_pwm_channel data to struct meson_pwmMartin Blumenstingl2019-06-261-15/+10
| * | pwm: meson: Pass struct pwm_device to meson_pwm_calc()Martin Blumenstingl2019-06-261-3/+3
| * | pwm: meson: Don't duplicate the polarity internallyMartin Blumenstingl2019-06-261-15/+8