aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-09-02Input: bu21013_ts - fix suspend when wake sourceDmitry Torokhov1-24/+24
2019-09-02Input: bu21013_ts - use interrupt from I2C clientDmitry Torokhov1-16/+19
2019-09-02Input: bu21013_ts - remove support for platform dataDmitry Torokhov1-72/+37
2019-09-02Input: bu21013_ts - convert to using managed resourcesDmitry Torokhov1-98/+84
2019-09-02Input: bu21013_ts - remove useless commentsDmitry Torokhov1-59/+2
2019-09-02Input: bu21013_ts - annotate supend/resume methods as __maybe_unusedDmitry Torokhov1-10/+3
2019-09-02Input: bu21013_ts - rename some variablesDmitry Torokhov1-186/+190
2019-09-02Input: bu21013_ts - convert to use GPIO descriptorsLinus Walleij1-48/+38
2019-09-02backlight: pwm_bl: Set scale type for brightness curves specified in the DTMatthias Kaehlcke1-0/+30
2019-09-02backlight: pwm_bl: Set scale type for CIE 1931 curvesMatthias Kaehlcke1-1/+4
2019-09-02backlight: Expose brightness curve type through sysfsMatthias Kaehlcke1-0/+19
2019-09-02backlight: gpio-backlight: Correct initial power state handlingPeter Ujfalusi1-4/+20
2019-09-02video: backlight: tosa_lcd: drop check because i2c_unregister_device() is NULL safeWolfram Sang1-2/+1
2019-09-02video: backlight: Drop default m for {LCD,BACKLIGHT_CLASS_DEVICE}Geert Uytterhoeven1-2/+0
2019-09-02tpm/tpm_ftpm_tee: A driver for firmware TPM running inside TEESasha Levin4-0/+396
2019-09-02tpm: Remove a deprecated comments about implicit sysfs lockingJarkko Sakkinen2-12/+2
2019-09-02tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interruptsStefan Berger1-0/+1
2019-09-02tpm_tis_core: Turn on the TPM before probing IRQ'sStefan Berger1-0/+2
2019-09-02regulator: provide regulator_bulk_set_supply_names()Bartosz Golaszewski1-0/+21
2019-09-02drm/etnaviv: fix missing unlock on error in etnaviv_iommuv1_context_alloc()Wei Yongjun1-1/+3
2019-09-02mfd: cros_ec: Use mfd_add_hotplug_devices() helperEnric Balletbo i Serra1-12/+6
2019-09-02mfd: cros_ec: Add convenience struct to define autodetectable CrOS EC subdevicesEnric Balletbo i Serra1-58/+73
2019-09-02mfd: cros_ec: Add convenience struct to define dedicated CrOS EC MCUsEnric Balletbo i Serra1-39/+49
2019-09-02mfd: cros_ec: Use kzalloc and cros_ec_cmd_xfer_status helperEnric Balletbo i Serra1-10/+7
2019-09-02mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra30-44/+62
2019-09-02mfd / platform: cros_ec: Rename config to a better nameEnric Balletbo i Serra3-19/+32
2019-09-02mfd: cros_ec: Switch to use the new cros-ec-chardev driverEnric Balletbo i Serra1-214/+6
2019-09-02mfd / platform: cros_ec: Miscellaneous character device to talk with the ECEnric Balletbo i Serra5-36/+266
2019-09-02mfd / platform: cros_ec: Move cros-ec core driver out from MFDEnric Balletbo i Serra14-29/+29
2019-09-02mfd / platform: cros_ec: Handle chained ECs as platform devicesEnric Balletbo i Serra5-31/+51
2019-09-02mfd: mt6323: Add MT6323 RTC and PWRCJosef Friedl1-0/+25
2019-09-02mfd: mt6323: Replace boilerplate resource code with DEFINE_RES_* macrosJosef Friedl1-10/+3
2019-09-02mfd: db8500-prcmu: Support the higher DB8520 ARMSSLinus Walleij1-5/+35
2019-09-02mfd: intel-lpss: Use MODULE_SOFTDEP() instead of implicit requestAndy Shevchenko1-21/+8
2019-09-02mfd: htc-i2cpld: Drop check because i2c_unregister_device() is NULL safeWolfram Sang1-2/+1
2019-09-02mfd: sm501: Include the GPIO driver headerLinus Walleij1-0/+1
2019-09-02mfd: intel-lpss: Add Intel Skylake ACPI IDsAndy Shevchenko1-0/+26
2019-09-02mfd: intel-lpss: Consistently use GENMASK()Andy Shevchenko1-5/+5
2019-09-02mfd: Add support for Merrifield Basin Cove PMICAndy Shevchenko3-0/+169
2019-09-02mfd: ezx-pcap: Replace mutex_lock with spin_lockFuqian Huang1-23/+30
2019-09-02drivers/staging/exfat - by default, prohibit mount of fat/vfatValdis Klētnieks2-0/+14
2019-09-02power: supply: Init device wakeup after device_add()Stephen Boyd1-5/+5
2019-09-02power: supply: ab8500_charger: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-09-02power: supply: sbs-battery: only return health when battery presentMichael Nosthoff1-9/+16
2019-09-02power: supply: sbs-battery: use correct flags fieldMichael Nosthoff1-1/+1
2019-09-02Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed10-213/+271
2019-09-02Merge branch 'linus' into x86/cpu, to resolve conflictsIngo Molnar58-166/+512
2019-09-01net/mlx5: Set only stag for match untagged packetsMark Bloch1-1/+4
2019-09-01net/mlx5: Avoid disabling RoCE when uninitializedMaor Gottlieb1-3/+5
2019-09-01net/mlx5: Move device memory management to mlx5_coreAriel Levkovich8-209/+262