aboutsummaryrefslogtreecommitdiff
path: root/drivers/hid/hid-picolcd_fb.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-22Merge tag 'backlight-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+6
2024-04-03HID: hid-picolcd*: Convert sprintf() family to sysfs_emit() familyGravatar Li Zhijian 1-5/+3
2024-03-28hid: hid-picolcd: Remove struct backlight_ops.check_fbGravatar Thomas Zimmermann 1-0/+6
2023-11-29hid/picolcd_fb: Set FBINFO_VIRTFB flagGravatar Thomas Zimmermann 1-0/+1
2023-09-05hid/picolcd: Use fb_ops helpers for deferred I/OGravatar Thomas Zimmermann 1-54/+19
2023-07-24hid/picolcd: Remove flag FBINFO_FLAG_DEFAULT from fbdev driverGravatar Thomas Zimmermann 1-1/+0
2023-05-08hid/hid-picolcd_fb: Use struct fb_info.screen_bufferGravatar Thomas Zimmermann 1-2/+2
2022-05-03fbdev: Rename pagelist to pagereflist for deferred I/OGravatar Thomas Zimmermann 1-1/+1
2022-05-03fbdev: Put mmap for deferred I/O into driversGravatar Thomas Zimmermann 1-0/+1
2020-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Gravatar Linus Torvalds 1-2/+2
2020-03-11HID: hid-picolcd_fb: Use scnprintf() for avoiding potential buffer overflowGravatar Takashi Iwai 1-2/+2
2019-12-09HID: picoLCD: constify fb opsGravatar Jani Nikula 1-2/+1
2019-06-28video: fbdev: don't print error message on framebuffer_alloc() failureGravatar Bartlomiej Zolnierkiewicz 1-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 265Gravatar Thomas Gleixner 1-11/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+2
2014-05-14drivers/hid/hid-picolcd_fb: avoid world-writable sysfs files.Gravatar Rusty Russell 1-1/+1
2013-09-02HID: picolcd: Prevent NULL pointer dereference on _remove()Gravatar Bruno Prémont 1-1/+5
2013-02-25HID: use hid_hw_wait() instead of direct call to usbhidGravatar Benjamin Tissoires 1-3/+2
2013-02-25HID: use hid_hw_request() instead of direct call to usbhidGravatar Benjamin Tissoires 1-4/+3
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-1/+1
2012-09-05HID: picoLCD: rework hid-fbdev interactionGravatar Bruno Prémont 1-103/+113
2012-08-16HID: picolcd: using vmalloc() requires the include of vmalloc.hGravatar Stephen Rothwell 1-0/+1
2012-08-15HID: picoLCD: Improve unplug handlingGravatar Bruno Prémont 1-16/+25
2012-08-15HID: picoLCD: Replace own refcounting with fbdev'sGravatar Bruno Prémont 1-96/+18
2012-08-15HID: picoLCD: split driver codeGravatar Bruno Prémont 1-0/+673