All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Add Broadcom VK driver
@ 2020-08-25 19:43 Scott Branden
  2020-08-25 19:43 ` [PATCH v3 1/3] bcm-vk: add bcm_vk UAPI Scott Branden
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Scott Branden @ 2020-08-25 19:43 UTC (permalink / raw)
  To: Arnd Bergmann, Greg Kroah-Hartman, Scott Branden
  Cc: Kees Cook, linux-kernel, bcm-kernel-feedback-list

This patch series drops previous patches in [1]
that were incorporated by Kees Cook into patch series
"Introduce partial kernel_read_file() support" [2].

Remaining patches are contained in this series to add Broadcom VK driver.
(which depends on request_firmware_into_buf API addition in
other patch series [2] being applied first).

Please note this patch series will not compile without [2].

[1] https://lore.kernel.org/lkml/20200706232309.12010-1-scott.branden@broadcom.com/
[2] https://lore.kernel.org/lkml/20200729175845.1745471-1-keescook@chromium.org/

Changes from v2:
 - open code BIT macro in uapi header
 - A0/B0 boot improvements
Changes from v1:
 - declare bcm_vk_intf_ver_chk as static

Scott Branden (3):
  bcm-vk: add bcm_vk UAPI
  misc: bcm-vk: add Broadcom VK driver
  MAINTAINERS: bcm-vk: add maintainer for Broadcom VK Driver

 MAINTAINERS                      |    7 +
 drivers/misc/Kconfig             |    1 +
 drivers/misc/Makefile            |    1 +
 drivers/misc/bcm-vk/Kconfig      |   29 +
 drivers/misc/bcm-vk/Makefile     |   11 +
 drivers/misc/bcm-vk/bcm_vk.h     |  430 +++++++++
 drivers/misc/bcm-vk/bcm_vk_dev.c | 1475 +++++++++++++++++++++++++++++
 drivers/misc/bcm-vk/bcm_vk_msg.c | 1523 ++++++++++++++++++++++++++++++
 drivers/misc/bcm-vk/bcm_vk_msg.h |  211 +++++
 drivers/misc/bcm-vk/bcm_vk_sg.c  |  275 ++++++
 drivers/misc/bcm-vk/bcm_vk_sg.h  |   61 ++
 drivers/misc/bcm-vk/bcm_vk_tty.c |  365 +++++++
 include/uapi/linux/misc/bcm_vk.h |   99 ++
 13 files changed, 4488 insertions(+)
 create mode 100644 drivers/misc/bcm-vk/Kconfig
 create mode 100644 drivers/misc/bcm-vk/Makefile
 create mode 100644 drivers/misc/bcm-vk/bcm_vk.h
 create mode 100644 drivers/misc/bcm-vk/bcm_vk_dev.c
 create mode 100644 drivers/misc/bcm-vk/bcm_vk_msg.c
 create mode 100644 drivers/misc/bcm-vk/bcm_vk_msg.h
 create mode 100644 drivers/misc/bcm-vk/bcm_vk_sg.c
 create mode 100644 drivers/misc/bcm-vk/bcm_vk_sg.h
 create mode 100644 drivers/misc/bcm-vk/bcm_vk_tty.c
 create mode 100644 include/uapi/linux/misc/bcm_vk.h

-- 
2.17.1


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2020-09-30  0:03 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-25 19:43 [PATCH v3 0/3] Add Broadcom VK driver Scott Branden
2020-08-25 19:43 ` [PATCH v3 1/3] bcm-vk: add bcm_vk UAPI Scott Branden
2020-09-07 12:35   ` Greg Kroah-Hartman
2020-09-23 23:55     ` Scott Branden
2020-08-25 19:43 ` [PATCH v3 2/3] misc: bcm-vk: add Broadcom VK driver Scott Branden
2020-08-25 22:22   ` kernel test robot
2020-08-25 22:22     ` kernel test robot
2020-09-07 12:55   ` Greg Kroah-Hartman
     [not found]     ` <767f6b6a-07fc-f1b6-f43c-b974761f1505@broadcom.com>
2020-09-24  5:08       ` Greg Kroah-Hartman
2020-09-24 21:40         ` Scott Branden
2020-09-25  5:10           ` Greg Kroah-Hartman
2020-09-25 16:50             ` Scott Branden
2020-09-29 16:16               ` Greg Kroah-Hartman
2020-09-30  0:03                 ` Scott Branden
2020-09-29  0:22           ` Scott Branden
2020-09-29 10:24             ` Greg Kroah-Hartman
2020-08-25 19:44 ` [PATCH v3 3/3] MAINTAINERS: bcm-vk: add maintainer for Broadcom VK Driver Scott Branden

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.