summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-mcp2221.c
Commit message (Expand)AuthorAgeFilesLines
* HID: mcp2221: Allow IO to start during probeHamish Martin2023-12-201-0/+2
* HID: mcp2221: Set driver data before I2C adapter addHamish Martin2023-12-201-1/+1
* HID: mcp2221: fix get and get_direction for gpioLouis Morhet2023-04-131-2/+2
* HID: mcp2221: fix report layout for gpio getLouis Morhet2023-04-131-1/+1
* HID: mcp-2221: prevent UAF in delayed workBenjamin Tissoires2023-02-201-0/+3
* HID: mcp2221: don't connect hidrawEnrik Berkhan2022-12-191-3/+9
* HID: mcp2221: correct undefined references when CONFIG_GPIOLIB isn't definedMatt Ranostay2022-10-211-1/+3
* HID: mcp2221: fix 'cast to restricted __le16' sparse warningsMatt Ranostay2022-10-211-1/+1
* HID: mcp2221: fix usage of tmp variable in mcp2221_raw_event()Jiri Kosina2022-10-201-14/+17
* HID: mcp2221: add ADC/DAC support via iio subsystemMatt Ranostay2022-10-181-1/+257
* HID: mcp2221: change 'select GPIOLIB' to implyMatt Ranostay2022-10-181-0/+2
* HID: mcp2221: switch i2c registration to devm functionsMatt Ranostay2022-10-181-25/+25
* HID: mcp2221: prevent a buffer overflow in mcp_smbus_write()Harshit Mogalapalli2022-07-211-0/+3
* HID: mcp2221: Fix GPIO output handlingLars Povlsen2020-11-051-9/+39
* HID: mcp2221: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-201-1/+1
* HID: mcp2221: add GPIO functionality supportRishi Gupta2020-04-161-0/+169
* HID: mcp2221: add usb to i2c-smbus host bridgeRishi Gupta2020-03-101-0/+742