summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-04-02mux: gpio: Use bitmap API instead of direct assignmentAndy Shevchenko
2021-04-02nvmem: qfprom: Add support for fuse blowing on sc7280Rajendra Nayak
2021-04-02nvmem: rmem: fix undefined reference to memremapSrinivas Kandagatla
2021-04-02nvmem: core: Fix unintentional sign extension issueColin Ian King
2021-04-02nvmem: core: Add functions to make number reading easyDouglas Anderson
2021-04-02nvmem: brcm_nvram: new driver exposing Broadcom's NVRAMRafał Miłecki
2021-04-02drivers: nvmem: Fix voltage settings for QTI qfprom-efuseRavi Kumar Bokka
2021-04-02nvmem: convert comma to semicolonZheng Yongjun
2021-04-02drivers: most: use LIST_HEAD() for list_headShixin Liu
2021-04-02drivers: most: use DEFINE_SPINLOCK() for spinlockShixin Liu
2021-04-02greybus: remove stray nul byte in apb_log_enable_read outputRasmus Villemoes
2021-04-02misc/pvpanic: Make some symbols staticYueHaibing
2021-04-02misc/pvpanic: fix return value check in pvpanic_pci_probe()Qiheng Lin
2021-03-28uio: uio_dfl: add userspace i/o driver for DFL busXu Yilun
2021-03-28misc/pvpanic: add PCI driverMihai Carabas
2021-03-28misc/pvpanic: probe multiple instancesMihai Carabas
2021-03-28misc/pvpanic: split-up generic and platform dependent codeMihai Carabas
2021-03-28applicom: fix some err codes returned by ac_ioctlXu Jia
2021-03-28uacce: delete unneeded variable initializationKai Ye
2021-03-28kgdbts: Switch to do_sys_openat2() for breakpoint testingDaniel Thompson
2021-03-28misc: genwqe: Rudimentary typo fixesBhaskar Chowdhury
2021-03-28misc: sgi-xp: xp_main: make some symbols staticZou Wei
2021-03-24char: lp: remove redundant space around (inside) parenthesized expressionsQiang Ma
2021-03-24pps: clients: gpio: Rearrange optional stuff in pps_gpio_setup()Andy Shevchenko
2021-03-24pps: clients: gpio: Use struct device pointer directlyAndy Shevchenko
2021-03-24pps: clients: gpio: Make use of device propertiesAndy Shevchenko
2021-03-24pps: clients: gpio: Get rid of legacy platform dataAndy Shevchenko
2021-03-24pps: clients: gpio: Remove redundant condition in ->remove()Andy Shevchenko
2021-03-24pps: clients: gpio: Use dev_err_probe() to avoid log noiseAndy Shevchenko
2021-03-24pps: clients: gpio: Bail out on error when requesting GPIO echo lineAndy Shevchenko
2021-03-24binder: BINDER_GET_FROZEN_INFO ioctlMarco Ballesio
2021-03-24binder: use EINTR for interrupted wait for workMarco Ballesio
2021-03-24binder: BINDER_FREEZE ioctlMarco Ballesio
2021-03-24vmci_host: print unexpanded names of ioctl requests in debug messagesGleb Fotengauer-Malinovskiy
2021-03-24misc/sgi-xp: use NULL instead of using plain integer as pointerYang Li
2021-03-24w1: slaves: Typo fixesBhaskar Chowdhury
2021-03-24w1: Use kobj_to_dev()[RESEND]dongjian
2021-03-24w1: w1_therm: use clamp() in int_to_short()Dan Carpenter
2021-03-24char/mwave: turn tp3780I_Cleanup() into void functionYang Li
2021-03-24virt: acrn: Fix document of acrn_msi_inject()Shuo Liu
2021-03-24cxl: don't manipulate the mm.mm_users field directlyLaurent Dufour
2021-03-24cxl: Fix couple of spellingsBhaskar Chowdhury
2021-03-24misc: lis3lv02d: Do not log an error when kmalloc failsHans de Goede
2021-03-24misc: lis3lv02d: Change lis3lv02d_init_device() return value for unknown sens...Hans de Goede
2021-03-24misc: lis3lv02d: Fix false-positive WARN on various HP modelsHans de Goede
2021-03-24kgdb: fix gcc-11 warning on indentationArnd Bergmann
2021-03-24fpga: Add support for Xilinx DFX AXI Shutdown managerNava kishore Manne
2021-03-24fpga: xilinx-pr-decoupler: Simplify code by using dev_err_probe()Michal Simek
2021-03-24fpga: fpga-mgr: xilinx-spi: fix error messages on -EPROBE_DEFERLuca Ceresoli
2021-03-15Merge v5.12-rc3 into char-misc-nextGreg Kroah-Hartman