summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: Fix kobject memleakViresh Kumar2019-04-302-0/+3
* Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2019-04-308-18/+38
|\
| * cpufreq: armada-37xx: fix frequency calculation for oppGregory CLEMENT2019-04-291-3/+19
| * cpufreq: maple: Remove redundant code from maple_cpufreq_init()Viresh Kumar2019-04-081-4/+0
| * cpufreq: ppc_cbe: fix possible object reference leakWen Yang2019-04-081-0/+1
| * cpufreq: pmac32: fix possible object reference leakWen Yang2019-04-081-0/+2
| * cpufreq/pasemi: fix possible object reference leakWen Yang2019-04-081-0/+1
| * cpufreq: maple: fix possible object reference leakWen Yang2019-04-081-1/+1
| * cpufreq: kirkwood: fix possible object reference leakWen Yang2019-04-081-8/+11
| * cpufreq: imx6q: fix possible object reference leakWen Yang2019-04-081-2/+2
| * cpufreq: ap806: fix possible object reference leakWen Yang2019-04-081-0/+1
* | cpufreq: centrino: Fix centrino_setpolicy() kerneldoc commentdongjian2019-04-291-1/+1
* | cpufreq: qoriq: add support for lx2160aVabhav Sharma2019-04-291-0/+1
* | cpufreq: qoriq: Add ls1028a chip supportYuantian Tang2019-04-251-0/+1
* | cpufreq: Move ->get callback check outside of __cpufreq_get()Yue Hu2019-04-231-2/+3
* | cpufreq: Remove needless bios_limit check in show_bios_limit()Yue Hu2019-04-161-5/+3
* | drivers/cpufreq/acpi-cpufreq.c: This fixes the following checkpatch warningMohan Kumar2019-04-161-10/+9
* | cpufreq: boost: Remove CONFIG_CPU_FREQ_BOOST_SW Kconfig optionYue Hu2019-04-102-7/+0
* | cpufreq: stats: Use lock by stat to replace global spin lockKyle Lin2019-04-091-7/+8
* | cpufreq: Remove cpufreq_driver check in cpufreq_boost_supported()Yue Hu2019-04-091-1/+1
* | Merge back cpufreq material for v5.2.Rafael J. Wysocki2019-04-085-31/+124
|\ \
| * | drivers/cpufreq: Convert some slow-path static_cpu_has() callers to boot_cpu_...Borislav Petkov2019-04-083-11/+11
| * | cpufreq: intel_pstate: Update max frequency on global turbo changesRafael J. Wysocki2019-04-082-18/+33
| * | cpufreq: Add cpufreq_cpu_acquire() and cpufreq_cpu_release()Rafael J. Wysocki2019-04-011-9/+47
| * | cpufreq: intel_pstate: Driver-specific handling of _PPC updatesRafael J. Wysocki2019-04-013-1/+41
* | | cpufreq/intel_pstate: Load only on Intel hardwareBorislav Petkov2019-04-011-1/+4
|/ /
* | Merge tag 'dmaengine-fix-5.1-rc3' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds2019-03-311-3/+1
|\ \
| * | dmaengine: stm32-mdma: Revert "dmaengine: stm32-mdma: Add a check on read_u32...Pierre-Yves MORDRET2019-03-251-3/+1
| |/
* | Merge tag 'led-fixes-for-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-302-11/+13
|\ \
| * | leds: trigger: netdev: use memcpy in device_name_storeRasmus Villemoes2019-03-301-1/+2
| * | leds: pca9532: fix a potential NULL pointer dereferenceKangjie Lu2019-03-301-2/+6
| * | leds: trigger: netdev: fix refcnt leak on interface renameRafał Miłecki2019-03-261-8/+5
| |/
* | Merge tag 'gpio-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-03-306-16/+25
|\ \
| * \ Merge tag 'gpio-v5.1-rc3-fixes-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Walleij2019-03-293-9/+7
| |\ \
| | * | gpio: mockup: use simple_read_from_buffer() in debugfs read callbackBartosz Golaszewski2019-03-281-8/+2
| | * | gpio: mockup: fix debugfs readBartosz Golaszewski2019-03-271-4/+6
| | * | Revert "gpio: use new gpio_set_config() helper in more places"Andrew Jeffery2019-03-271-2/+2
| | * | gpio: aspeed: fix a potential NULL pointer dereferenceKangjie Lu2019-03-251-0/+2
| * | | gpio: of: Fix of_gpiochip_add() error pathGeert Uytterhoeven2019-03-281-1/+7
| * | | gpio: of: Check for "spi-cs-high" in child instead of parent nodeAndrey Smirnov2019-03-281-3/+3
| * | | gpio: of: Check propname before applying "cs-gpios" quirksAndrey Smirnov2019-03-281-1/+2
| |/ /
| * | gpio: adnp: Fix testing wrong value in adnp_gpio_direction_inputAxel Lin2019-03-221-2/+4
| * | gpio: exar: add a check for the return value of ida_simple_get failsKangjie Lu2019-03-221-0/+2
| |/
* | Merge tag 'staging-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-3043-4587/+276
|\ \
| * | staging: vt6655: Remove vif check from vnt_interruptMalcolm Priestley2019-03-291-2/+1
| * | staging: erofs: keep corrupted fs from crashing kernel in erofs_readdir()Gao Xiang2019-03-291-20/+25
| * | staging: octeon-ethernet: fix incorrect PHY modeAaro Koskinen2019-03-253-7/+39
| * | staging: vc04_services: Fix an error code in vchiq_probe()Dan Carpenter2019-03-251-2/+6
| * | staging: erofs: fix error handling when failed to read compresssed dataGao Xiang2019-03-251-13/+28
| * | staging: vt6655: Fix interrupt race condition on device start up.Malcolm Priestley2019-03-251-4/+4