mbox series

[v3,0/4] Categorize some uncategorized devices

Message ID 20201112125824.763182-1-ganqixin@huawei.com
Headers show
Series Categorize some uncategorized devices | expand

Message

Gan Qixin Nov. 12, 2020, 12:58 p.m. UTC
v1->v2:
    Correct some spelling errors and limit commit message line length
to around 70.

v2->v3:
    Changes suggested by Peter Maydell:
    ads7846 is a touch-screen controller, so put it into the 'input'
category instead of 'display' category.


Gan Qixin (4):
  ssd0323: put it into the 'display' category
  ads7846: put it into the 'input' category
  nand: put it into the 'storage' category
  max111x: put it into the 'misc' category

 hw/block/nand.c      | 1 +
 hw/display/ads7846.c | 2 ++
 hw/display/ssd0323.c | 1 +
 hw/misc/max111x.c    | 1 +
 4 files changed, 5 insertions(+)