aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/bcm-vk (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-21misc: bcm-vk: fix tty registration raceJohan Hovold1-3/+3
2021-07-27tty: drop put_tty_driverJiri Slaby1-4/+4
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-5/+3
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-09misc: bcm-vk: use list_move_tail instead of list_del/list_add_tail in bcm_vk_msg.cBaokun Li1-2/+1
2021-05-21misc: bcm-vk: Replace zero-length array with flexible array memberGustavo A. R. Silva2-3/+2
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-1/+1
2021-02-04misc: bcm-vk: only support ttyVK if CONFIG_TTY is setScott Branden5-8/+61
2021-02-04misc: bcm-vk: Fix a couple error codes in probe()Dan Carpenter1-1/+3
2021-02-03misc: bcm-vk: unlock on error in bcm_to_h_msg_dequeue()Dan Carpenter1-1/+2
2021-01-29misc: bcm-vk: fix set_q_num API precedence issueDesmond Yan1-2/+8
2021-01-25misc: bcm-vk: add ttyVK supportScott Branden4-2/+392
2021-01-25misc: bcm-vk: add mmap function for exposing BAR2Scott Branden1-0/+24
2021-01-25misc: bcm-vk: reset_pid supportScott Branden3-8/+191
2021-01-25misc: bcm-vk: add VK messaging supportScott Branden7-3/+2087
2021-01-25misc: bcm-vk: add get_card_info, peerlog_info, and proc_mon_infoScott Branden2-0/+165
2021-01-25misc: bcm-vk: add ioctl load_imageScott Branden2-0/+98
2021-01-25misc: bcm-vk: add open/releaseScott Branden5-1/+199
2021-01-25misc: bcm-vk: add triggers when host panic or reboots to notify cardScott Branden2-1/+30
2021-01-25misc: bcm-vk: add misc device to Broadcom VK driverScott Branden2-1/+37
2021-01-25misc: bcm-vk: add autoload supportScott Branden2-0/+973
2021-01-25misc: bcm-vk: add Broadcom VK driverScott Branden4-0/+195