summaryrefslogtreecommitdiff
path: root/drivers/video/backlight/hx8357.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-07backlight: hx8357: Utilise temporary variable for struct deviceAndy Shevchenko1-4/+3
2024-03-07backlight: hx8357: Make use of dev_err_probe()Andy Shevchenko1-8/+4
2024-03-07backlight: hx8357: Move OF table closer to its consumerAndy Shevchenko1-13/+13
2024-03-07backlight: hx8357: Make use of device propertiesAndy Shevchenko1-6/+8
2024-03-07backlight: hx8357: Fix potential NULL pointer dereferenceAndy Shevchenko1-4/+6
2023-12-13backlight: hx8357: Convert to agnostic GPIO APIAndy Shevchenko1-52/+22
2023-03-16backlight: hx8357: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 71Thomas Gleixner1-2/+1
2014-04-04backlight: hx8357: remove unnecessary OOM messagesJingoo Han1-3/+1
2013-11-13drivers/video/backlight/hx8357.c: remove redundant of_match_ptrSachin Kamat1-1/+1
2013-11-13backlight: hx8357: use devm_lcd_device_register()Jingoo Han1-15/+3
2013-08-02fb: backlight: HX8357: Add HX8369 supportAlexandre Belloni1-15/+204
2013-08-02video: hx8357: Make IM pins optionalMaxime Ripard1-21/+31
2013-02-22fb: backlight: add the Himax HX-8357B LCD controllerMaxime Ripard1-0/+497