summaryrefslogtreecommitdiff
path: root/built_in.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-03pcap: fix build errorDaniel Borkmann1-0/+8
2013-06-04misc: cleanup header commentsDaniel Borkmann1-7/+2
2013-05-30ring: prepare setup_rx_ring_layout for support in v2/v3Daniel Borkmann1-0/+4
2013-05-30ring: move poll related fallback define to built_in.hDaniel Borkmann1-0/+12
2013-05-27ifpps: Don't assume a maximum of 32 CPUsTobias Klauser1-4/+0
2013-05-17built_in: Add __noreturn markerTobias Klauser1-0/+4
2013-04-29dissector: show sw/hw timestamp sourceDaniel Borkmann1-0/+12
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+344
tion
The driver has supported touchscreen-fw-name to specify the firmware to load since it has been merged, but this was omitted from the dt-binding documentation. During review of adding touchscreen-fw-name to the binding documentation it was brought up that there is a standard property name called "firmware-name" for this, which should be used. Since there are no users of touchscreen-fw-name yet, this commit adds documentation of "firmware-name" to the dt-binding documentation and switches the driver over to use this. This commit also makes the driver add a "silead/" prefix to the firmware name from dt before calling request_firmware. That the firmware files are stored under /lib/firmware/silead under Linux is an implementation detail and does not belong in devicetree. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'Documentation/i2c')