[Unlicense] csv2 - Fast CSV parser for modern C++. [MIT] Csv::Parser - Compile-time and runtime CSV parser written in C++17. [Zlib] Fast C++ CSV Parser - Small, easy-to-use and fast header-only library for reading CSV files. [BSD-3-Clause] lazycsv - A fast, lightweight and ...
--- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c @@ -3131,7 +3131,10 @@ static int clk_rate_get(void *data, u64 @@ -3142,7 +3142,10 @@ static int clk_rate_get(void *data, u64 { struct clk_core *core = data; Expand Down 23 changes: 0 additions & 23 deletions 23...
fix test of mcause value in lookup_cause renesas-ra port: - mphalport: refactor to use shared TinyUSB CDC functions - machine_uart: add the UART.IRQ_RX class constant - machine_uart: implement UART.IRQ_RXIDLE based on softtimer - README: add basic details about board autogen files - ...
@@ -1178,7 +1181,7 @@ nvmem_cell_get_from_lookup(struct device __nvmem_device_put(nvmem); cell = ERR_PTR(-ENOENT); } else { @@ -74,7 +74,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> if (IS_ERR(cell)) __nvmem_device_put(nvmem); } @@ -12...