summaryrefslogtreecommitdiff
path: root/include/asm-generic
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-generic')
0 files changed, 0 insertions, 0 deletions
xtGreg Kroah-Hartman 2024-01-27serial: max310x: prevent infinite while() loop in port startupHugo Villeneuve 2024-01-27serial: max310x: fail probe if clock crystal is unstableHugo Villeneuve 2024-01-27serial: max310x: improve crystal stable clock detectionHugo Villeneuve 2024-01-27serial: max310x: set default value when reading clock ready bitHugo Villeneuve 2024-01-27serial: max310x: fix indentationHugo Villeneuve 2024-01-27serial: max310x: reformat and improve commentsHugo Villeneuve 2024-01-27serial: max310x: replace bare use of 'unsigned' with 'unsigned int' (checkpatch)Hugo Villeneuve 2024-01-27serial: max310x: use common power function for all variantsHugo Villeneuve 2024-01-27serial: max310x: use common detect function for all variantsHugo Villeneuve 2024-01-27serial: max310x: replace hardcoded masks with preferred GENMASK()Hugo Villeneuve 2024-01-27serial: max310x: use dev_err_probe() instead of dev_err()Hugo Villeneuve 2024-01-27serial: max310x: add explicit return for some switch default casesHugo Villeneuve 2024-01-27serial: max310x: simplify probe() and remove() error handlingHugo Villeneuve 2024-01-27serial: max310x: use separate regmap name for each portHugo Villeneuve 2024-01-27serial: max310x: add macro for max number of portsHugo Villeneuve 2024-01-27serial: max310x: remove holes in struct max310x_devtypeHugo Villeneuve 2024-01-27serial: max310x: fix syntax error in IRQ error messageHugo Villeneuve 2024-01-27serial: max310x: use spi_get_device_match_data()Hugo Villeneuve 2024-01-27serial: max310x: use i2c_get_match_data()Hugo Villeneuve 2024-01-27serial: max310x: add I2C device table for instantiation from userspaceHugo Villeneuve 2024-01-27serial: max310x: fix NULL pointer dereference in I2C instantiationHugo Villeneuve 2023-11-25serial: max310x: change confusing comment about Tx FIFOHugo Villeneuve 2023-10-16serial: max310x: remove trailing whitespacesHugo Villeneuve 2023-08-04serial: max310x: fix typos in commentsHugo Villeneuve 2023-08-04serial: max310x: add comments for membase address workaroundHugo Villeneuve 2023-07-25serial: drivers: switch ch and flag to u8Jiri Slaby 2023-05-30serial: Switch i2c drivers back to use .probe()Uwe Kleine-König 2023-04-20serial: max310x: fix IO data corruption in batched operationsJan Kundrát 2023-01-19serial: Make uart_handle_cts_change() status param bool activeIlpo Järvinen