summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-04-02firmware: google: Enable s0ix logging by defaultEvan Green1-5/+9
2021-04-02mux: gpio: Simplify code by using dev_err_probe()Andy Shevchenko1-6/+3
2021-04-02mux: gpio: Make it OF independentAndy Shevchenko1-2/+2
2021-04-02mux: gpio: Use bitmap API instead of direct assignmentAndy Shevchenko1-2/+4
2021-04-02nvmem: qfprom: Add support for fuse blowing on sc7280Rajendra Nayak1-2/+25
2021-04-02nvmem: rmem: fix undefined reference to memremapSrinivas Kandagatla1-0/+1
2021-04-02nvmem: core: Fix unintentional sign extension issueColin Ian King1-1/+1
2021-04-02nvmem: core: Add functions to make number reading easyDouglas Anderson1-0/+95
2021-04-02nvmem: brcm_nvram: new driver exposing Broadcom's NVRAMRafał Miłecki3-0/+89
2021-04-02drivers: nvmem: Fix voltage settings for QTI qfprom-efuseRavi Kumar Bokka1-0/+21
2021-04-02nvmem: convert comma to semicolonZheng Yongjun2-2/+2
2021-04-02drivers: most: use LIST_HEAD() for list_headShixin Liu1-2/+1
2021-04-02drivers: most: use DEFINE_SPINLOCK() for spinlockShixin Liu1-2/+1
2021-04-02greybus: remove stray nul byte in apb_log_enable_read outputRasmus Villemoes1-1/+1
2021-04-02misc/pvpanic: Make some symbols staticYueHaibing1-2/+2
2021-04-02misc/pvpanic: fix return value check in pvpanic_pci_probe()Qiheng Lin1-2/+2
2021-03-28uio: uio_dfl: add userspace i/o driver for DFL busXu Yilun3-0/+84
2021-03-28misc/pvpanic: add PCI driverMihai Carabas3-0/+134
2021-03-28misc/pvpanic: probe multiple instancesMihai Carabas3-39/+87
2021-03-28misc/pvpanic: split-up generic and platform dependent codeMihai Carabas7-51/+139
2021-03-28applicom: fix some err codes returned by ac_ioctlXu Jia1-1/+1
2021-03-28uacce: delete unneeded variable initializationKai Ye1-1/+1
2021-03-28kgdbts: Switch to do_sys_openat2() for breakpoint testingDaniel Thompson1-19/+29
2021-03-28misc: genwqe: Rudimentary typo fixesBhaskar Chowdhury1-5/+5
2021-03-28misc: sgi-xp: xp_main: make some symbols staticZou Wei1-2/+2
2021-03-24char: lp: remove redundant space around (inside) parenthesized expressionsQiang Ma1-2/+2
2021-03-24pps: clients: gpio: Rearrange optional stuff in pps_gpio_setup()Andy Shevchenko1-15/+18
2021-03-24pps: clients: gpio: Use struct device pointer directlyAndy Shevchenko1-23/+19
2021-03-24pps: clients: gpio: Make use of device propertiesAndy Shevchenko1-10/+7
2021-03-24pps: clients: gpio: Get rid of legacy platform dataAndy Shevchenko1-14/+3
2021-03-24pps: clients: gpio: Remove redundant condition in ->remove()Andy Shevchenko1-5/+3
2021-03-24pps: clients: gpio: Use dev_err_probe() to avoid log noiseAndy Shevchenko1-9/+6
2021-03-24pps: clients: gpio: Bail out on error when requesting GPIO echo lineAndy Shevchenko1-5/+5
2021-03-24binder: BINDER_GET_FROZEN_INFO ioctlMarco Ballesio2-0/+61
2021-03-24binder: use EINTR for interrupted wait for workMarco Ballesio1-2/+2
2021-03-24binder: BINDER_FREEZE ioctlMarco Ballesio2-10/+141
2021-03-24vmci_host: print unexpanded names of ioctl requests in debug messagesGleb Fotengauer-Malinovskiy1-1/+1
2021-03-24misc/sgi-xp: use NULL instead of using plain integer as pointerYang Li1-1/+1
2021-03-24w1: slaves: Typo fixesBhaskar Chowdhury1-2/+2
2021-03-24w1: Use kobj_to_dev()[RESEND]dongjian2-2/+2
2021-03-24w1: w1_therm: use clamp() in int_to_short()Dan Carpenter1-2/+1
2021-03-24char/mwave: turn tp3780I_Cleanup() into void functionYang Li2-6/+2
2021-03-24virt: acrn: Fix document of acrn_msi_inject()Shuo Liu1-1/+1
2021-03-24cxl: don't manipulate the mm.mm_users field directlyLaurent Dufour1-1/+1
2021-03-24cxl: Fix couple of spellingsBhaskar Chowdhury1-1/+1
2021-03-24misc: lis3lv02d: Do not log an error when kmalloc failsHans de Goede1-3/+1
2021-03-24misc: lis3lv02d: Change lis3lv02d_init_device() return value for unknown sens...Hans de Goede1-1/+1
2021-03-24misc: lis3lv02d: Fix false-positive WARN on various HP modelsHans de Goede1-5/+16
2021-03-24kgdb: fix gcc-11 warning on indentationArnd Bergmann1-13/+13
2021-03-24fpga: Add support for Xilinx DFX AXI Shutdown managerNava kishore Manne2-6/+40