index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-28
drm/vmwgfx: Update the backdoor call with support for new instructions
Thomas Hellstrom
2
-28
/
+28
2019-08-28
gpio: pca953x: use pca953x_read_regs instead of regmap_bulk_read
David Jander
1
-6
/
+3
2019-08-28
gpio: pca953x: correct type of reg_direction
David Jander
1
-3
/
+3
2019-08-28
regulator: mt6358: Add support for MT6358 regulator
Hsin-Hsiung Wang
3
-0
/
+559
2019-08-28
rbd: restore zeroing past the overlap when reading from parent
Ilya Dryomov
1
-0
/
+11
2019-08-28
usb: gadget: composite: Set recommended BESL values
Thinh Nguyen
1
-12
/
+26
2019-08-28
usb: dwc3: gadget: Set BESL config parameter
Thinh Nguyen
1
-0
/
+10
2019-08-28
usb: dwc3: Separate field holding multiple properties
Thinh Nguyen
2
-3
/
+3
2019-08-28
usb: phy: phy-fsl-usb: Make structure fsl_otg_initdata constant
Nishka Dasgupta
1
-1
/
+1
2019-08-28
usb: udc: lpc32xx: silence fall-through warning
Gustavo A. R. Silva
1
-1
/
+1
2019-08-28
usb: dwc3: meson-g12a: fix suspend resume regulator unbalanced disables
Neil Armstrong
1
-1
/
+13
2019-08-28
usb: udc: lpc32xx: remove set but not used 3 variables
Mao Wenan
1
-6
/
+3
2019-08-28
usb: gadget: udc: core: Fix segfault if udc_bind_to_driver() for pending driver fails
Roger Quadros
1
-1
/
+1
2019-08-28
usb: dwc3: st: Add of_dev_put() in probe function
Nishka Dasgupta
1
-0
/
+1
2019-08-28
usb: dwc3: st: Add of_node_put() before return in probe function
Nishka Dasgupta
1
-3
/
+6
2019-08-28
usb: dwc3: don't set gadget->is_otg flag
Roger Quadros
1
-1
/
+0
2019-08-28
thermal: tegra: Fix a typo
Christophe JAILLET
1
-1
/
+1
2019-08-28
thermal: rcar_gen3_thermal: Replace devm_add_action() followed by failure action with devm_add_action_or_reset()
Fuqian Huang
1
-2
/
+1
2019-08-28
mtd: spi-nor: hisi-sfc: Add of_node_put() before break
Nishka Dasgupta
1
-0
/
+1
2019-08-28
mtd: spi-nor: aspeed-smc: Add of_node_put()
Nishka Dasgupta
1
-1
/
+3
2019-08-28
mtd: spi-nor: Introduce spi_nor_get_flash_info()
Tudor Ambarus
1
-32
/
+44
2019-08-28
mtd: spi-nor: Introduce spi_nor_set_addr_width()
Tudor Ambarus
1
-20
/
+30
2019-08-28
mtd: spi-nor: Bring flash params init together
Tudor Ambarus
1
-18
/
+11
2019-08-28
mtd: spi-nor: Add the SPI_NOR_XSR_RDY flag
Boris Brezillon
1
-1
/
+9
2019-08-28
mtd: spi-nor: Add s3an_post_sfdp_fixups()
Tudor Ambarus
1
-7
/
+11
2019-08-28
mtd: spi-nor: Add a ->setup() method
Tudor Ambarus
1
-211
/
+221
2019-08-28
mtd: spi-nor: Add a ->convert_addr() method
Boris Brezillon
1
-10
/
+14
2019-08-28
mtd: spi-nor: Add spansion_post_sfdp_fixups()
Boris Brezillon
1
-14
/
+23
2019-08-28
mtd: spi-nor: Add post_sfdp() hook to tweak flash config
Boris Brezillon
1
-1
/
+32
2019-08-28
mtd: spi-nor: Rework the SPI NOR lock/unlock logic
Boris Brezillon
1
-13
/
+37
2019-08-28
mtd: spi-nor: Create a ->set_4byte() method
Boris Brezillon
1
-37
/
+39
2019-08-28
mtd: spi-nor: Split spi_nor_init_params()
Tudor Ambarus
1
-20
/
+63
2019-08-28
mtd: spi-nor: Move manufacturer quad_enable() in ->default_init()
Tudor Ambarus
1
-19
/
+29
2019-08-28
mtd: spi-nor: Add a default_init() fixup hook for gd25q256
Boris Brezillon
1
-12
/
+16
2019-08-28
mtd: spi-nor: Add default_init() hook to tweak flash parameters
Tudor Ambarus
1
-0
/
+17
2019-08-28
mtd: spi-nor: Move erase_map to 'struct spi_nor_flash_parameter'
Tudor Ambarus
1
-19
/
+21
2019-08-28
mtd: spi-nor: Drop quad_enable() from 'struct spi-nor'
Tudor Ambarus
1
-17
/
+23
2019-08-28
mtd: spi-nor: Use nor->params
Tudor Ambarus
1
-27
/
+19
2019-08-28
mtd: spi-nor: Regroup flash parameter and settings
Tudor Ambarus
1
-65
/
+0
2019-08-28
Merge tag 'v5.3-rc6' into spi-nor/next
Tudor Ambarus
726
-4830
/
+7132
2019-08-28
x86/intel: Aggregate microserver naming
Peter Zijlstra
6
-15
/
+15
2019-08-28
x86/intel: Aggregate big core graphics naming
Peter Zijlstra
3
-6
/
+6
2019-08-28
x86/intel: Aggregate big core mobile naming
Peter Zijlstra
6
-20
/
+20
2019-08-28
x86/intel: Aggregate big core client naming
Peter Zijlstra
5
-20
/
+20
2019-08-28
ACPI: cpufreq: Switch to QoS requests instead of cpufreq notifier
Viresh Kumar
3
-108
/
+113
2019-08-28
ACPI / CPPC: do not require the _PSD method
Al Stone
1
-2
/
+4
2019-08-28
Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq
Rafael J. Wysocki
1
-1
/
+0
2019-08-28
thermal: armada: Fix -Wshift-negative-value
Nathan Huckleberry
1
-3
/
+2
2019-08-28
thermal: qoriq: Use __maybe_unused instead of #if CONFIG_PM_SLEEP
Anson Huang
1
-4
/
+2
2019-08-28
thermal: qoriq: Use devm_platform_ioremap_resource() instead of of_iomap()
Anson Huang
1
-12
/
+6
[prev]
[next]