summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12227-460/+620
* video: uvesafb: Fix integer overflow in allocationKees Cook2018-06-121-1/+2
* leds: Use struct_size() in allocationKees Cook2018-06-121-2/+1
* Convert vhost to struct_sizeMatthew Wilcox2018-06-121-1/+2
* Convert v4l2 event to struct_sizeMatthew Wilcox2018-06-121-2/+1
* Convert infiniband uverbs to struct_sizeMatthew Wilcox2018-06-121-2/+2
* Convert virtio_console to struct_sizeMatthew Wilcox2018-06-121-2/+1
* Merge tag 'backlight-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-1112-40/+431
|\
| * backlight: as3711_bl: Fix Device Tree node leaksJohan Hovold2018-06-111-6/+6
| * backlight: tps65217_bl: Fix Device Tree node lookupJohan Hovold2018-06-111-2/+2
| * backlight: max8925_bl: Fix Device Tree node lookupJohan Hovold2018-06-111-1/+3
| * backlight: as3711_bl: Fix Device Tree node lookupJohan Hovold2018-06-111-10/+23
| * staging: fbtft: Stop using BL_CORE_DRIVER1Daniel Vetter2018-04-302-2/+3
| * backlight: pandora: Stop using BL_CORE_DRIVER1Daniel Vetter2018-04-301-7/+18
| * backlight: generic-bl: Remove DRIVER1 stateDaniel Vetter2018-04-301-5/+0
| * backlight: otm3225a: Add support for ORISE OTM3225A LCD SoCFelix Brack2018-04-303-0/+260
| * backlight: pwm_bl: Don't use GPIOF_* with gpiod_get_directionWolfram Sang2018-04-301-3/+3
| * pwm-backlight: Add support for PWM delays proprieties.Enric Balletbo i Serra2018-04-301-0/+19
| * pwm-backlight: Enable/disable the PWM before/after LCD enable toggle.Enric Balletbo i Serra2018-04-301-4/+5
| * backlight: Add RAVE SP backlight driverAndrey Smirnov2018-04-303-0/+89
* | Merge tag 'mfd-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2018-06-1149-898/+1364
|\ \
| * | mfd: cros_ec: Remove unused __remove functionArnd Bergmann2018-06-111-2/+0
| * | mfd: wm97xx-core: Platform data can be NULLRobert Jarzmik2018-06-111-1/+1
| * | mfd: cros_ec_dev: Don't advertise junk features on failureStephen Boyd2018-06-041-2/+2
| * | mfd: cros_ec: Use devm_kzalloc for private dataGwendal Grignou2018-06-041-8/+2
| * | mfd: intel-lpss: Fix Intel Cannon Lake LPSS I2C input clockJarkko Nikula2018-06-041-10/+15
| * | mfd: asic3: Fix broken MMC card detectionRobert Jarzmik2018-06-041-0/+3
| * | mfd: timberdale: Fix spelling mistake "Uknown" -> "Unknown"Colin Ian King2018-06-041-1/+1
| * | mfd: omap-usb-host: Use match_string() helperYisheng Xie2018-06-041-22/+2
| * | pwm: stm32: Initialize raw local variablesFabrice Gasnier2018-06-041-1/+1
| * | mfd: intel-lpss: Correct names of RESETS register bitsAndy Shevchenko2018-06-041-2/+2
| * | mfd: qcom-spmi-pmic: Add support for pm8005, pm8998 and pmi8998Stephen Boyd2018-06-041-0/+6
| * | mfd: intel-lpss: Program REMAP register in PIO modeAndy Shevchenko2018-05-291-2/+2
| * | mfd: cros_ec_i2c: Moving the system sleep pm ops to lateJoseph Lo2018-05-291-2/+3
| * | mfd: cros_ec_i2c: Add ACPI module device tableWei-Ning Huang2018-05-292-1/+13
| * | mfd: cros_ec_dev: Register shutdown function for debugfsDaniel Hung-yu Wu2018-05-291-0/+9
| * | mfd: cros_ec_dev: Register cros-ec-rtc driver as a subdeviceEnric Balletbo i Serra2018-05-291-0/+16
| * | mfd: cros_ec: Don't try to grab log when suspendedDouglas Anderson2018-05-292-0/+24
| * | mfd: cros_ec: Free IRQ automaticallyVincent Palatin2018-05-291-14/+6
| * | mfd: cros_ec: Fail early if we cannot identify the ECVincent Palatin2018-05-291-1/+5
| * | mfd: syscon: atmel-smc: Include string.hSebastian Andrzej Siewior2018-05-291-0/+1
| * | mfd: tps65911-comparator: Fix an off by one bugLee Jones2018-05-161-9/+2
| * | mfd: rave-sp: Remove VLAKyle Spiers2018-05-161-2/+9
| * | mfd: tps65911-comparator: Fix a build errorDan Carpenter2018-05-161-3/+3
| * | mfd: twl-core: Fix clock initializationPeter Ujfalusi2018-05-161-1/+1
| * | mfd: axp20x: Correct AXP806 POK interrupt prefixChen-Yu Tsai2018-05-161-4/+4
| * | mfd: axp20x: Use DEFINE_RES_IRQ to declare resources for mfd_cellsChen-Yu Tsai2018-05-161-157/+30
| * | mfd: axp20x: Constify struct mfd_cell and struct resourceChen-Yu Tsai2018-05-161-22/+22
| * | mfd: da9062: Use core helper regmap_reg_range macrosSteve Twiss2018-05-161-348/+114
| * | mfd: arizona: Update reset pin to use GPIODCharles Keepax2018-05-161-18/+35