aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/rpi-panel-attiny-regulator.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-25regulator: rpi-panel-attiny: convert to use maple tree register cacheBo Liu1-1/+1
2023-08-08regulator: rpi-panel-attiny: Drop useless headerLinus Walleij1-1/+0
2023-08-07regulator: rpi-panel-attiny-regulator: Remove redundant of_match_ptr()Ruan Jinjie1-1/+1
2023-05-08regulator: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 5.4 and 5.10Douglas Anderson1-0/+1
2022-11-22regulator: rpi-panel-attiny-regulator: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-06-13regulator: rpi-panel-attiny: Use backlight helperStephen Kitt1-5/+1
2022-04-06regulator: rpi-panel-attiny: Get rid of duplicate of_node assignmentAndy Shevchenko1-1/+0
2022-01-28regulator/rpi-panel-attiny: Use two transactions for I2C readDave Stevenson1-1/+34
2022-01-28regulator/rpi-panel-attiny: Use the regmap cacheDave Stevenson1-1/+1
2022-01-28regulator: rpi-panel: Remove get_brightness hookDave Stevenson1-23/+0
2022-01-28regulator: rpi-panel: Add GPIO control for panel and touch resetsDave Stevenson1-18/+97
2022-01-28regulator: rpi-panel: Convert to drive lines directlyDave Stevenson1-51/+60
2022-01-28regulator: rpi-panel: Ensure the backlight is off during probe.Dave Stevenson1-0/+1
2022-01-28regulator: rpi-panel: Serialise operations.Dave Stevenson1-11/+80
2022-01-28regulator: rpi-panel: Handle I2C errors/timing to the AtmelDave Stevenson1-10/+46
2022-01-28regulator: rpi-panel: Register with a unique backlight nameDave Stevenson1-2/+1
2020-08-18regulator: rpi-panel: Add regulator/backlight driver for RPi panelMarek Vasut1-0/+214