summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds2017-07-042-20/+20
|\
| * Merge tag 'amlogic-dt-2' of git://git.kernel.org/pub/scm/linux/kernel/git/khi...Arnd Bergmann2017-06-292-20/+20
| |\
| | * clk: meson8b: export the ethernet gate clockMartin Blumenstingl2017-06-121-1/+1
| | * clk: meson8b: export the USB clocksMartin Blumenstingl2017-06-121-5/+5
| | * clk: meson8b: export the gate clock for the HW random number generatorMartin Blumenstingl2017-06-121-1/+1
| | * clk: meson8b: export the SDIO clockMartin Blumenstingl2017-06-121-1/+1
| | * clk: meson8b: export the SAR ADC clocksMartin Blumenstingl2017-06-121-2/+2
| | * clk: meson-gxbb: un-export the CPU clockMartin Blumenstingl2017-05-291-1/+1
| | * clk: meson-gxbb: expose UART clocksHelmut Klein2017-05-291-3/+3
| | * clk: meson-gxbb: expose SPICC gateNeil Armstrong2017-05-291-1/+1
| | * clk: meson-gxbb: expose spdif master clockJerome Brunet2017-05-291-2/+2
| | * clk: meson-gxbb: expose i2s master clockJerome Brunet2017-05-291-1/+1
| | * clk: meson-gxbb: expose spdif clock gatesJerome Brunet2017-05-291-2/+2
* | | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2017-07-048-0/+345
|\ \ \
| * \ \ Merge tag 'actions-arm-soc+sps-for-4.13' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann2017-06-296-0/+295
| |\ \ \
| | * | | soc: actions: owl-sps: Factor out owl_sps_set_pg() for power-gatingAndreas Färber2017-06-234-31/+59
| | * | | soc: actions: Add Owl SPSAndreas Färber2017-06-235-0/+267
| | | |/ | | |/|
| * | | Merge tag 'at91-4.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2017-06-191-1/+1
| |\ \ \
| * \ \ \ Merge tag 'at91-ab-4.13-soc' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2017-06-192-0/+50
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | ARM: at91: add armv7m SoC detectionSzemző András2017-06-022-0/+50
| | | |/ | | |/|
* | | | Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-07-041-4/+6
|\ \ \ \
| * \ \ \ Merge tag 'ccn/fixes-for-4.13-v2' of git://git.linaro.org/people/pawel.moll/l...Arnd Bergmann2017-06-231-4/+6
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | bus: arm-ccn: Enable stats for CCN-502 interconnectVelibor Markovski2017-06-231-0/+1
| | * | | bus: arm-ccn: Use devm_kcalloc() in arm_ccn_probe()Markus Elfring2017-06-231-4/+4
| | * | | bus: arm-ccn: Fix module autoloadJavier Martinez Canillas2017-06-231-0/+1
| | |/ /
* | | | Merge tag 'hsi-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds2017-07-044-20/+14
|\ \ \ \
| * | | | HSI: core: Use kcalloc() in two functionsMarkus Elfring2017-06-081-4/+3
| * | | | HSI: Use kcalloc() in hsi_register_board_info()Markus Elfring2017-06-081-1/+1
| * | | | HSI: omap_ssi: Delete an error message for a failed memory allocation in ssi_...Markus Elfring2017-06-081-3/+1
| * | | | HSI: omap_ssi: Fix a typo in a comment lineMarkus Elfring2017-06-081-1/+1
| * | | | HSI: omap_ssi: Use devm_kcalloc() in ssi_add_controller()Markus Elfring2017-06-081-2/+2
| * | | | HSI: nokia-modem: Add a space character for better code readability in nokia_...Markus Elfring2017-06-081-1/+1
| * | | | HSI: nokia-modem: Delete error messages for a failed memory allocation in two...Markus Elfring2017-06-081-6/+3
| * | | | HSI: nokia-modem: Use devm_kcalloc() in nokia_modem_gpio_probe()Markus Elfring2017-06-081-2/+2
| | |/ / | |/| |
* | | | Merge tag 'for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds2017-07-0420-213/+2000
|\ \ \ \
| * | | | power: supply: sbs-battery: Don't needlessly set CAPACITY_MODEShawn Nematbakhsh2017-06-151-7/+7
| * | | | power: supply: sbs-battery: Prevent CAPACITY_MODE racesShawn Nematbakhsh2017-06-151-0/+8
| * | | | power: supply: bq24735: remove incorrect le16_to_cpu callsPhil Reid2017-06-151-4/+2
| * | | | power: supply: sbs-battery: remove incorrect le16_to_cpu callsPhil Reid2017-06-151-4/+3
| * | | | power: supply: cpcap-charger: Add missing power_supply_configTony Lindgren2017-06-151-1/+5
| * | | | power: supply: twl4030-charger: move allocation of iio channel to the beginningH. Nikolaus Schaller2017-06-141-6/+6
| * | | | power: supply: twl4030-charger: allocate iio by devm_iio_channel_get() and fi...H. Nikolaus Schaller2017-06-141-8/+2
| * | | | power: supply: core: constify psy_tcd_ops.Arvind Yadav2017-06-141-1/+1
| * | | | power: supply: twl4030_charger: Use sysfs_match_string() helperAndy Shevchenko2017-06-121-9/+5
| * | | | Merge branch 'psy-reboot-mode-immutable' into psy-nextSebastian Reichel2017-06-083-20/+2
| |\ \ \ \
| | * | | | power: reset: reboot-mode: Make include file globalBjorn Andersson2017-06-083-20/+2
| | |/ / /
| * | | | power: supply: axp20x_battery: add DT support for battery max constant charge...Quentin Schulz2017-06-081-8/+70
| * | | | power: supply: axp20x_battery: add support for DT batteryQuentin Schulz2017-06-081-0/+10
| * | | | power: supply: bq27xxx: Add power_supply_battery_info supportLiam Breck2017-06-082-1/+214
| * | | | power: supply: bq27xxx: Add chip data memory read/write supportLiam Breck2017-06-081-0/+265