dt-bindings: soc: add loongson-2 chipidAdd the Loongson-2 SoC chipid binding with DT schema format usingjson-schema.Signed-off-by: Yinbo Zhu <zhuyinbo@loongson.cn>Reviewed-by: Rob Herring <robh
dt-bindings: soc: add loongson-2 chipidAdd the Loongson-2 SoC chipid binding with DT schema format usingjson-schema.Signed-off-by: Yinbo Zhu <zhuyinbo@loongson.cn>Reviewed-by: Rob Herring <robh@kernel.org>Link: https://lore.kernel.org/r/20221111054201.18528-2-zhuyinbo@loongson.cn'Signed-off-by: Arnd Bergmann <arnd@arndb.de>
show more ...
Merge tag 'for-linus-2022080201' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidPull HID updates from Jiri Kosina: - support for AMD SOCs using SFH1.1 memory access (Basavaraj Natikar)
Merge tag 'for-linus-2022080201' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidPull HID updates from Jiri Kosina: - support for AMD SOCs using SFH1.1 memory access (Basavaraj Natikar) - XP-PEN Deco L support (José Expósito) - support for Elan eKTH6915 touchscreens (Douglas Anderson) - other small assorted fixes and device ID additions* tag 'for-linus-2022080201' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid: (39 commits) HID: amd_sfh: Handle condition of "no sensors" HID: amd_sfh: Fix implicit declaration error on i386 HID: apple: Add "GANSS" to the non-Apple list HID: alps: Declare U1_UNICORN_LEGACY support HID: wacom: Force pen out of prox if no events have been received in a while HID: nintendo: Add missing array termination HID: lg-g15: Fix comment typo HID: amd_sfh: Implement SFH1.1 functionality HID: amd_sfh: Move interrupt handling to common interface HID: amd_sfh: Move amd_sfh_work to common interface HID: amd_sfh: Move global functions to static HID: amd_sfh: Add remove operation in amd_mp2_ops HID: amd_sfh: Add PM operations in amd_mp2_ops HID: amd_sfh: Add descriptor operations in amd_mp2_ops HID: amd_sfh: Move request_list variable to client data HID: amd_sfh: Move request_list struct to header file HID: amd_sfh: Move common macros and structures HID: amd_sfh: Add NULL check for hid device HID: core: remove unneeded assignment in hid_process_report() ID: intel-ish-hid: hid-client: drop unexpected word "the" in the comments ...
dt-bindings: mtd: microchip,mchp48l640: use spi-peripheral-props.yamlInstead of listing directly properties typical for SPI peripherals,reference the spi-peripheral-props.yaml schema. This allows
dt-bindings: mtd: microchip,mchp48l640: use spi-peripheral-props.yamlInstead of listing directly properties typical for SPI peripherals,reference the spi-peripheral-props.yaml schema. This allows using allproperties typical for SPI-connected devices, even these which devicebindings author did not tried yet.Remove the spi-* properties which now come via spi-peripheral-props.yamlschema, except for the cases when device schema adds some constraintslike maximum frequency.While changing additionalProperties->unevaluatedProperties, put it intypical place, just before example DTS.Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com>Reviewed-by: Heiko Schocher <hs@denx.de>Signed-off-by: Rob Herring <robh@kernel.org>Link: https://lore.kernel.org/r/20220727164148.385476-1-krzysztof.kozlowski@linaro.org