summaryrefslogtreecommitdiffstats
path: root/drivers/android (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-21of: property: Add device link support for "iommu-map"Will Deacon1-0/+10
2019-11-21of: property: Fix the semantics of of_is_ancestor_of()Saravana Kannan1-3/+3
2019-11-20i2c: of: Populate fwnode in of_i2c_get_board_info()Saravana Kannan1-0/+1
2019-11-20drivers: base: Fix Kconfig indentationKrzysztof Kozlowski1-1/+1
2019-11-19firmware_loader: Fix labels with comma for builtin firmwareLinus Walleij1-1/+2
2019-11-15driver core: Allow device link operations inside sync_state()Saravana Kannan1-8/+71
2019-11-14driver core: platform: Declare ret variable only onceAndy Shevchenko1-8/+4
2019-11-14cpu-topology: declare parse_acpi_topology in <linux/arch_topology.h>Ben Dooks (Codethink)1-0/+1
2019-11-14crypto: hisilicon: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-32/+11
2019-11-14driver core: platform: use the correct callback type for bus_find_deviceSami Tolvanen1-1/+6
2019-11-14firmware_class: make firmware caching configurableMark Salyzyn2-3/+15
2019-11-13driver core: Clarify documentation for fwnode_operations.add_links()Saravana Kannan1-7/+8
2019-11-12mailbox: tegra: Fix superfluous IRQ error messageJon Hunter1-2/+2
2019-11-09net: caif: Fix debugfs on 64-bit platformsGeert Uytterhoeven1-2/+2
2019-11-09mac80211: Use debugfs_create_xul() helperGeert Uytterhoeven1-14/+3
2019-11-09media: c8sectpfe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-23/+3
2019-11-07of: property: Add device link support for iommus, mboxes and io-channelsSaravana Kannan1-0/+6
2019-11-07of: property: Make it easy to add device links from DT propertiesSaravana Kannan1-15/+47
2019-11-07of: property: Minor style clean up of of_link_to_phandle()Saravana Kannan1-2/+8
2019-11-05gpio: tegra186: use devm_platform_ioremap_resource_byname()Bartosz Golaszewski1-3/+1
2019-11-05gpio: mvebu: use devm_platform_ioremap_resource_byname()Bartosz Golaszewski1-12/+7
2019-11-05drivers: provide devm_platform_ioremap_resource_byname()Bartosz Golaszewski3-0/+24
2019-11-05misc: sram: use devm_platform_ioremap_resource_wc()Bartosz Golaszewski1-20/+8
2019-11-05drivers: platform: provide devm_platform_ioremap_resource_wc()Bartosz Golaszewski3-1/+22
2019-11-05lib: devres: provide devm_ioremap_resource_wc()Bartosz Golaszewski3-0/+18
2019-11-05lib: devres: prepare devm_ioremap_resource() for more variantsBartosz Golaszewski1-20/+27
2019-11-05Documentation: devres: add missing entry for devm_platform_ioremap_resource()Bartosz Golaszewski1-0/+1
2019-11-04IB: mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-55/+16
2019-11-03firmware loader: log path to loaded firmwaresDrew DeVault1-0/+1
2019-11-03mmc: dw_mmc: Remove superfluous cast in debugfs_create_u32() callGeert Uytterhoeven1-1/+1
2019-11-03mmc: dw_mmc: Fix debugfs on 64-bit platformsGeert Uytterhoeven1-4/+4
2019-11-03mmc: atmel-mci: Remove superfluous cast in debugfs_create_u32() callGeert Uytterhoeven1-1/+1
2019-11-03mmc: atmel-mci: Fix debugfs on 64-bit platformsGeert Uytterhoeven1-4/+4
2019-11-03debugfs: Add debugfs_create_xul() for hexadecimal unsigned longGeert Uytterhoeven2-1/+25
2019-11-03Documentation: debugfs: Document debugfs helper for unsigned long valuesGeert Uytterhoeven1-2/+8
2019-11-03debugfs: remove return value of debugfs_create_atomic_t()Greg Kroah-Hartman3-14/+12
2019-11-02debugfs: remove return value of debugfs_create_x8()Greg Kroah-Hartman3-13/+9
2019-11-02powerpc: pseries: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-55/+10
2019-11-02of: property: Skip adding device links to suppliers that aren't devicesSaravana Kannan1-1/+3
2019-11-02of: property: Make sure child dependencies don't block probing of parentSaravana Kannan1-5/+12
2019-11-02driver core: Allow fwnode_operations.add_links to differentiate errorsSaravana Kannan2-8/+17
2019-11-02driver core: Allow a device to wait on optional suppliersSaravana Kannan2-3/+28
2019-11-02driver core: Add device link support for SYNC_STATE_ONLY flagSaravana Kannan2-9/+43
2019-10-27Linux 5.4-rc5v5.4-rc5Linus Torvalds1-2/+2
2019-10-26riscv: cleanup do_trap_breakChristoph Hellwig1-20/+6
2019-10-25nbd: verify socket is supported during setupMike Christie1-2/+21
2019-10-25ata: libahci_platform: Fix regulator_get_optional() misuseMark Brown1-24/+14
2019-10-25nbd: handle racing with error'ed out commandsJosef Bacik1-0/+6
2019-10-25nbd: protect cmd->status with cmd->lockJosef Bacik1-5/+7
2019-10-25io_uring: fix bad inflight accounting for SETUP_IOPOLL|SETUP_SQTHREADJens Axboe1-12/+32