aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-08-28drm/vmwgfx: Update the backdoor call with support for new instructionsThomas Hellstrom2-28/+28
2019-08-28gpio: pca953x: use pca953x_read_regs instead of regmap_bulk_readDavid Jander1-6/+3
2019-08-28gpio: pca953x: correct type of reg_directionDavid Jander1-3/+3
2019-08-28regulator: mt6358: Add support for MT6358 regulatorHsin-Hsiung Wang3-0/+559
2019-08-28rbd: restore zeroing past the overlap when reading from parentIlya Dryomov1-0/+11
2019-08-28usb: gadget: composite: Set recommended BESL valuesThinh Nguyen1-12/+26
2019-08-28usb: dwc3: gadget: Set BESL config parameterThinh Nguyen1-0/+10
2019-08-28usb: dwc3: Separate field holding multiple propertiesThinh Nguyen2-3/+3
2019-08-28usb: phy: phy-fsl-usb: Make structure fsl_otg_initdata constantNishka Dasgupta1-1/+1
2019-08-28usb: udc: lpc32xx: silence fall-through warningGustavo A. R. Silva1-1/+1
2019-08-28usb: dwc3: meson-g12a: fix suspend resume regulator unbalanced disablesNeil Armstrong1-1/+13
2019-08-28usb: udc: lpc32xx: remove set but not used 3 variablesMao Wenan1-6/+3
2019-08-28usb: gadget: udc: core: Fix segfault if udc_bind_to_driver() for pending driver failsRoger Quadros1-1/+1
2019-08-28usb: dwc3: st: Add of_dev_put() in probe functionNishka Dasgupta1-0/+1
2019-08-28usb: dwc3: st: Add of_node_put() before return in probe functionNishka Dasgupta1-3/+6
2019-08-28usb: dwc3: don't set gadget->is_otg flagRoger Quadros1-1/+0
2019-08-28thermal: tegra: Fix a typoChristophe JAILLET1-1/+1
2019-08-28thermal: rcar_gen3_thermal: Replace devm_add_action() followed by failure action with devm_add_action_or_reset()Fuqian Huang1-2/+1
2019-08-28mtd: spi-nor: hisi-sfc: Add of_node_put() before breakNishka Dasgupta1-0/+1
2019-08-28mtd: spi-nor: aspeed-smc: Add of_node_put()Nishka Dasgupta1-1/+3
2019-08-28mtd: spi-nor: Introduce spi_nor_get_flash_info()Tudor Ambarus1-32/+44
2019-08-28mtd: spi-nor: Introduce spi_nor_set_addr_width()Tudor Ambarus1-20/+30
2019-08-28mtd: spi-nor: Bring flash params init togetherTudor Ambarus1-18/+11
2019-08-28mtd: spi-nor: Add the SPI_NOR_XSR_RDY flagBoris Brezillon1-1/+9
2019-08-28mtd: spi-nor: Add s3an_post_sfdp_fixups()Tudor Ambarus1-7/+11
2019-08-28mtd: spi-nor: Add a ->setup() methodTudor Ambarus1-211/+221
2019-08-28mtd: spi-nor: Add a ->convert_addr() methodBoris Brezillon1-10/+14
2019-08-28mtd: spi-nor: Add spansion_post_sfdp_fixups()Boris Brezillon1-14/+23
2019-08-28mtd: spi-nor: Add post_sfdp() hook to tweak flash configBoris Brezillon1-1/+32
2019-08-28mtd: spi-nor: Rework the SPI NOR lock/unlock logicBoris Brezillon1-13/+37
2019-08-28mtd: spi-nor: Create a ->set_4byte() methodBoris Brezillon1-37/+39
2019-08-28mtd: spi-nor: Split spi_nor_init_params()Tudor Ambarus1-20/+63
2019-08-28mtd: spi-nor: Move manufacturer quad_enable() in ->default_init()Tudor Ambarus1-19/+29
2019-08-28mtd: spi-nor: Add a default_init() fixup hook for gd25q256Boris Brezillon1-12/+16
2019-08-28mtd: spi-nor: Add default_init() hook to tweak flash parametersTudor Ambarus1-0/+17
2019-08-28mtd: spi-nor: Move erase_map to 'struct spi_nor_flash_parameter'Tudor Ambarus1-19/+21
2019-08-28mtd: spi-nor: Drop quad_enable() from 'struct spi-nor'Tudor Ambarus1-17/+23
2019-08-28mtd: spi-nor: Use nor->paramsTudor Ambarus1-27/+19
2019-08-28mtd: spi-nor: Regroup flash parameter and settingsTudor Ambarus1-65/+0
2019-08-28Merge tag 'v5.3-rc6' into spi-nor/nextTudor Ambarus726-4830/+7132
2019-08-28x86/intel: Aggregate microserver namingPeter Zijlstra6-15/+15
2019-08-28x86/intel: Aggregate big core graphics namingPeter Zijlstra3-6/+6
2019-08-28x86/intel: Aggregate big core mobile namingPeter Zijlstra6-20/+20
2019-08-28x86/intel: Aggregate big core client namingPeter Zijlstra5-20/+20
2019-08-28ACPI: cpufreq: Switch to QoS requests instead of cpufreq notifierViresh Kumar3-108/+113
2019-08-28ACPI / CPPC: do not require the _PSD methodAl Stone1-2/+4
2019-08-28Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreqRafael J. Wysocki1-1/+0
2019-08-28thermal: armada: Fix -Wshift-negative-valueNathan Huckleberry1-3/+2
2019-08-28thermal: qoriq: Use __maybe_unused instead of #if CONFIG_PM_SLEEPAnson Huang1-4/+2
2019-08-28thermal: qoriq: Use devm_platform_ioremap_resource() instead of of_iomap()Anson Huang1-12/+6