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
2020-12-09
uio: uio_fsl_elbc_gpcm: use device-managed allocators
Alexandru Ardelean
1
-23
/
+9
2020-12-09
uio: uio_aec: use devm_kzalloc() for uio_info object
Alexandru Ardelean
1
-6
/
+2
2020-12-09
uio: uio_cif: use devm_kzalloc() for uio_info object
Alexandru Ardelean
1
-6
/
+2
2020-12-09
uio: uio_netx: use devm_kzalloc() for or uio_info object
Alexandru Ardelean
1
-6
/
+2
2020-12-09
uio: uio_mf624: use devm_kzalloc() for uio_info object
Alexandru Ardelean
1
-6
/
+2
2020-12-09
uio: uio_sercos3: use device-managed functions for simple allocs
Alexandru Ardelean
1
-10
/
+4
2020-12-09
uio: uio_dmem_genirq: finalize conversion of probe to devm_ handlers
Alexandru Ardelean
1
-18
/
+10
2020-12-09
uio: uio_dmem_genirq: convert simple allocations to device-managed
Alexandru Ardelean
1
-26
/
+8
2020-12-09
uio/uio_pci_generic: remove unneeded pci_set_drvdata()
Alexandru Ardelean
1
-7
/
+1
2020-12-09
uio: pruss: use devm_clk_get() for clk init
Alexandru Ardelean
1
-5
/
+2
2020-12-09
slimbus: qcom-ngd-ctrl: fix SSR dependencies
Srinivas Kandagatla
1
-2
/
+1
2020-12-09
altera-stapl: remove the unreached switch case
Kaixu Xia
1
-5
/
+0
2020-12-09
fsi: Aspeed: Add mutex to protect HW access
Eddie James
1
-16
/
+29
2020-12-09
bus: fsl-mc: simplify DPRC version check
Ioana Ciornei
1
-3
/
+1
2020-12-09
bus: fsl-mc: fix error return code in fsl_mc_object_allocate()
Zhang Changzhong
1
-1
/
+3
2020-12-09
bus: fsl-mc: added missing fields to dprc_rsp_get_obj_region structure
Laurentiu Tudor
2
-2
/
+5
2020-12-09
bus: fsl-mc: make sure MC firmware is up and running
Laurentiu Tudor
1
-12
/
+30
2020-12-09
bus: fsl-mc: add back accidentally dropped error check
Laurentiu Tudor
1
-1
/
+4
2020-12-09
serial: imx: Remove unneeded of_device_get_match_data() NULL check
Fabio Estevam
1
-3
/
+0
2020-12-09
soc: fix comment for freeing soc_dev_attr
Krzysztof Kozlowski
1
-1
/
+1
2020-12-09
staging: olpc_dcon: Do not call platform_device_unregister() in dcon_probe()
Jing Xiangfeng
1
-1
/
+2
2020-12-09
staging: most: Fix spelling mistake "tranceiver" -> "transceiver"
Colin Ian King
1
-1
/
+1
2020-12-09
vme: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2
-12
/
+14
2020-12-09
misc: pci_endpoint_test: fix return value of error branch
Xiongfeng Wang
1
-2
/
+6
2020-12-09
misc: genwqe: Use dma_set_mask_and_coherent to simplify code
Christophe JAILLET
1
-17
/
+2
2020-12-09
misc: rtsx: rts5249 support runtime PM
Ricky Wu
4
-6
/
+143
2020-12-09
misc: rtsx: modify and fix init_hw function
Ricky Wu
1
-3
/
+5
2020-12-09
misc: rtsx: modify en/disable aspm function
Ricky Wu
1
-3
/
+9
2020-12-09
firmware: xilinx: Fix kernel-doc warnings
Michal Simek
1
-23
/
+23
2020-12-09
soc: xilinx: vcu: use vcu-settings syscon registers
Michael Tretter
2
-47
/
+48
2020-12-09
soc: xilinx: vcu: drop useless success message
Michael Tretter
1
-2
/
+0
2020-12-09
misc: vmw_vmci: fix kernel info-leak by initializing dbells in vmci_ctx_get_chkpt_doorbells()
Anant Thazhemadam
1
-1
/
+1
2020-12-09
misc/sgi-xp: Replace in_interrupt() usage
Thomas Gleixner
3
-6
/
+17
2020-12-09
misc: isl29003: Fix typo for get/set mode
Zhou Xingxing
1
-2
/
+2
2020-12-09
driver core: platform: use bus_type functions
Uwe Kleine-König
1
-67
/
+65
2020-12-09
driver core: platform: change logic implementing platform_driver_probe
Uwe Kleine-König
1
-3
/
+15
2020-12-09
driver core: platform: reorder functions
Uwe Kleine-König
1
-166
/
+167
2020-12-09
driver core: make driver_probe_device() static
Julian Wiedmann
2
-2
/
+1
2020-12-09
driver core: Fix a couple of typos
Thierry Reding
1
-2
/
+2
2020-12-09
driver core: Reorder devices on successful probe
Thierry Reding
1
-0
/
+7
2020-12-09
driver core: Delete pointless parameter in fwnode_operations.add_links
Saravana Kannan
3
-5
/
+3
2020-12-09
driver core: Refactor fw_devlink feature
Saravana Kannan
1
-87
/
+238
2020-12-09
efi: Update implementation of add_links() to create fwnode links
Saravana Kannan
1
-20
/
+1
2020-12-09
of: property: Update implementation of add_links() to create fwnode links
Saravana Kannan
1
-109
/
+41
2020-12-09
driver core: Use device's fwnode to check if it is waiting for suppliers
Saravana Kannan
1
-8
/
+8
2020-12-09
driver core: Add fw_devlink_parse_fwtree()
Saravana Kannan
1
-0
/
+19
2020-12-09
driver core: Redefine the meaning of fwnode_operations.add_links()
Saravana Kannan
1
-1
/
+1
2020-12-09
device property: Add fwnode_is_ancestor_of() and fwnode_get_next_parent_dev()
Saravana Kannan
1
-0
/
+52
2020-12-09
driver core: Allow only unprobed consumers for SYNC_STATE_ONLY device links
Saravana Kannan
1
-0
/
+11
2020-12-09
driver core: Add fwnode link support
Saravana Kannan
2
-0
/
+99
[prev]
[next]