summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | i2c: replace i2c_new_secondary_device with an ERR_PTR variantWolfram Sang2019-08-145-28/+30
| * | i2c: sprd: Validate the return value of clock initializationBaolin Wang2019-08-061-4/+7
| * | i2c: sprd: Change to use devm_platform_ioremap_resource()Baolin Wang2019-08-061-3/+1
| * | i2c: sprd: Make I2C driver can be built as a moduleBaolin Wang2019-08-062-6/+6
| * | i2c: Drop unneeded check for of_nodeAndy Shevchenko2019-08-061-6/+4
| * | i2c: designware: Fix unused variable warningShaokun Zhang2019-08-061-1/+0
| * | Revert "dt-bindings: i2c: riic: Rename bindings documentation file"Wolfram Sang2019-08-062-1/+1
| * | Revert "dt-bindings: i2c: rcar: Rename bindings documentation file"Wolfram Sang2019-08-062-1/+1
| * | i2c: designware: make use of devm_gpiod_get_optionalUwe Kleine-König2019-08-011-7/+4
| * | dt-bindings: i2c: riic: Rename bindings documentation fileSimon Horman2019-08-012-1/+1
| * | dt-bindings: i2c: riic: Rename bindings documentation fileSimon Horman2019-08-012-1/+1
| * | dt-bindings: i2c: rcar: Rename bindings documentation fileSimon Horman2019-08-012-1/+1
| * | dt-bindings: i2c: sh_mobile: Rename bindings documentation fileSimon Horman2019-08-012-1/+1
| * | i2c: busses: Use dev_get_drvdata where possibleChuhong Yuan2019-08-012-6/+3
| * | i2c: imx-lpi2c: use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-08-011-3/+1
| * | i2c: mxs: use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-08-011-3/+1
| * | i2c: ismt: Remove call to memset after dmam_alloc_coherentFuqian Huang2019-08-011-2/+0
| * | i2c: tegra: Compile PM functions unconditionallyDmitry Osipenko2019-08-011-11/+5
* | | Merge tag 'sound-fix-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-2513-24/+67
|\ \ \
| * | | ALSA: usb-audio: Add DSD support for EVGA NU AudioJussi Laako2019-09-241-0/+1
| * | | Merge tag 'asoc-fix-v5.4-rc1' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2019-09-238-21/+34
| |\ \ \
| | * | | ASoC: ti: fix SND_SOC_DM365_VOICE_CODEC dependenciesArnd Bergmann2019-09-201-2/+9
| | * | | ASoC: pcm3168a: The codec does not support S32_LEPeter Ujfalusi2019-09-201-2/+1
| | * | | ASoC: core: use list_del_init and move it back to soc_cleanup_componentBard liao2019-09-201-1/+2
| | * | | ASoC: rsnd: do error check after rsnd_channel_normalization()Kuninori Morimoto2019-09-181-5/+5
| | * | | ASoC: atmel_ssc_dai: Remove wrong spinlock usageGregory CLEMENT2019-09-182-11/+2
| | * | | ASoC: core: delete component->card_list in soc_remove_component onlyBard Liao2019-09-171-2/+1
| | * | | ASoC: fsl_sai: Fix noise when using EDMAMihai Serban2019-09-172-0/+16
| * | | | ALSA: hda - Add laptop imic fixup for ASUS M9V laptopShih-Yuan Lee (FourDollars)2019-09-201-0/+1
| * | | | ALSA: hda/realtek - PCI quirk for Medion E4254Jan-Marek Glogowski2019-09-201-0/+13
| * | | | ALSA: hda - Apply AMD controller workaround for Raven platformTakashi Iwai2019-09-201-2/+1
| * | | | ALSA: usb-audio: Add Hiby device family to quirks for native DSD supportIlya Pshonkin2019-09-171-0/+1
| * | | | ALSA: hda/realtek - Fix alienware headset micJames McDonnell2019-09-161-0/+15
| * | | | ALSA: dice: fix wrong packet parameter for Alesis iO26Takashi Sakamoto2019-09-161-1/+1
* | | | | Merge tag 'for-5.4/io_uring-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-252-24/+219
|\ \ \ \ \
| * | | | | io_uring: correctly handle non ->{read,write}_iter() file_operationsJens Axboe2019-09-231-6/+54
| * | | | | io_uring: IORING_OP_TIMEOUT supportJens Axboe2019-09-182-5/+146
| * | | | | io_uring: use cond_resched() in sqthreadJens Axboe2019-09-191-1/+1
| * | | | | io_uring: fix potential crash issue due to io_get_req failureJackie Liu2019-09-181-0/+6
| * | | | | io_uring: ensure poll commands clear ->sqeJens Axboe2019-09-181-9/+9
| * | | | | io_uring: fix use-after-free of shadow_reqJackie Liu2019-09-181-0/+2
| * | | | | io_uring: use kmemdup instead of kmalloc and memcpyJackie Liu2019-09-181-3/+1
* | | | | | Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-2514-164/+237
|\ \ \ \ \ \
| * | | | | | block: drop device references in bsg_queue_rq()Martin Wilck2019-09-231-4/+6
| * | | | | | block: t10-pi: fix -Wswitch warningMax Gurtovoy2019-09-231-6/+5
| * | | | | | pktcdvd: remove warning on attempting to register non-passthrough devJens Axboe2019-09-221-1/+0
| * | | | | | ata: libahci_platform: Add of_node_put() before loop exitNishka Dasgupta2019-09-191-2/+7
| * | | | | | nbd: fix possible page fault for nbd diskXiubo Li2019-09-181-0/+36
| * | | | | | nbd: rename the runtime flags as NBD_RT_ prefixedXiubo Li2019-09-181-37/+37
| * | | | | | block, bfq: push up injection only after setting service timePaolo Valente2019-09-181-5/+7