Geordan Neukum ([email protected])

Number of posts: 44 (0.14 per day)
First post: 2019-05-18 02:32:39
Last post: 2020-03-30 05:35:50

Date List Subject
2020-03-30 05:35:50 linux-kernel [PATCH] power: supply: max17042_battery: Add support for the TTE_NOW prop
2019-06-11 02:20:59 linux-kernel Re: [PATCH v2] staging: kpc2000: kpc_i2c: remove the macros inb_p and outb_p
2019-06-08 13:48:25 linux-kernel Re: [PATCH 1/2] staging: kpc2000: kpc2000_i2c: void* -> void *
2019-06-05 01:15:16 linux-kernel [PATCH 3/6] staging: kpc2000: kpc_spi: remove unnecessary struct member word_len
2019-06-05 01:14:06 linux-kernel [PATCH 2/6] staging: kpc2000: kpc_spi: remove unnecessary struct member pin_dir
2019-06-05 01:13:24 linux-kernel [PATCH 4/6] staging: kpc2000: kpc_spi: remove unnecessary struct member chip_select
2019-06-05 01:12:41 linux-kernel [PATCH 0/6] staging: kpc2000: kpc_spi: Assorted minor fixups
2019-06-05 01:12:41 linux-kernel [PATCH 6/6] staging: kpc2000: kpc_spi: remove unnecessary cast in [read|write]_reg()
2019-06-05 01:12:41 linux-kernel [PATCH 1/6] staging: kpc2000: kpc_spi: remove unnecessary struct member phys
2019-06-05 01:12:41 linux-kernel [PATCH 5/6] staging: kpc2000: kpc_spi: remove unnecessary ulong repr of i/o addr
2019-06-02 16:02:50 linux-kernel [PATCH 0/5] staging: kpc2000: kpc_spi: Assorted small fixes
2019-06-02 16:01:37 linux-kernel [PATCH 1/5] staging: kpc2000: kpc_spi: Remove unnecessary consecutive newlines
2019-06-02 16:01:29 linux-kernel [PATCH 3/5] staging: kpc2000: kpc_spi: remove fifo_depth from kp_spi struct
2019-06-02 16:00:59 linux-kernel [PATCH 2/5] staging: kpc2000: kpc_spi: column-align switch and subordinate cases
2019-06-02 16:00:54 linux-kernel [PATCH 4/5] staging: kpc2000: kpc_spi: remove function kp_spi_bytes_per_word()
2019-06-02 16:00:47 linux-kernel [PATCH 5/5] staging: kpc2000: kpc_spi: use devm_* API to manage mapped I/O space
2019-05-26 01:23:21 linux-kernel [PATCH 0/8] staging: kpc2000: kpc_i2c: assorted driver cleanup
2019-05-26 01:23:02 linux-kernel [PATCH 4/8] staging: kpc2000: kpc_i2c: Remove unnecessary consecutive newlines
2019-05-26 01:22:29 linux-kernel [PATCH 6/8] staging: kpc2000: kpc_i2c: fail probe if unable to get I/O resource
2019-05-26 01:22:01 linux-kernel [PATCH 5/8] staging: kpc2000: kpc_i2c: Use drvdata instead of platform_data
2019-05-26 01:21:18 linux-kernel [PATCH 7/8] staging: kpc2000: kpc_i2c: fail probe if unable to map I/O space
2019-05-26 01:21:14 linux-kernel [PATCH 8/8] staging: kpc2000: kpc_i2c: Use devm_* API to manage mapped I/O space
2019-05-26 01:21:12 linux-kernel [PATCH 3/8] staging: kpc2000: kpc_i2c: Use BIT macro rather than manual bit shifting
2019-05-26 01:20:54 linux-kernel [PATCH 1/8] staging: kpc2000: kpc_i2c: Remove unused rw_sem
2019-05-26 01:20:54 linux-kernel [PATCH 2/8] staging: kpc2000: kpc_i2c: Remove pldev from i2c_device structure
2019-05-24 03:05:48 linux-kernel Re: [PATCH v2] staging: kpc2000: Add dependency on MFD_CORE to kconfig symbol 'KPC2000'
2019-05-24 02:42:14 linux-kernel [PATCH v2] staging: kpc2000: Add dependency on MFD_CORE to kconfig symbol 'KPC2000'
2019-05-23 01:37:30 linux-kernel Re: [PATCH 1/6] staging: kpc2000: make kconfig symbol 'KPC2000' select dependencies
2019-05-22 12:17:45 linux-kernel [PATCH 2/6] staging: kpc2000: kpc_i2c: remove unused module param disable_features
2019-05-22 12:17:29 linux-kernel [PATCH 1/6] staging: kpc2000: make kconfig symbol 'KPC2000' select dependencies
2019-05-22 12:17:18 linux-kernel [PATCH 3/6] staging: kpc2000: kpc_i2c: newline fixups to meet linux style guide
2019-05-22 12:16:47 linux-kernel [PATCH 6/6] staging: kpc2000: kpc_i2c: add static qual to local symbols in kpc_i2c.c
2019-05-22 12:16:34 linux-kernel [PATCH 5/6] staging: kpc2000: kpc_i2c: Remove unnecessary function tracing prints
2019-05-22 12:16:26 linux-kernel [PATCH 4/6] staging: kpc2000: kpc_i2c: use <linux/io.h> instead of <asm/io.h>
2019-05-22 12:16:12 linux-kernel [PATCH 0/6] Minor updates to kpc_i2c driver and kpc2000 core
2019-05-21 08:36:47 linux-kernel Re: [PATCH 0/5] Updates to staging driver: kpc_i2c
2019-05-21 08:17:30 linux-kernel Re: [PATCH 0/5] Updates to staging driver: kpc_i2c
2019-05-18 04:19:58 linux-kernel Re: [PATCH 4/5] staging: kpc2000: kpc_i2c: use %s with __func__ identifier in log messages
2019-05-18 03:49:49 linux-kernel [PATCH 1/5] staging: kpc2000: kpc_i2c: reindent i2c_driver.c
2019-05-18 02:34:57 linux-kernel [PATCH 3/5] staging: kpc2000: kpc_i2c: prevent memory leak in probe() error case
2019-05-18 02:33:48 linux-kernel [PATCH 2/5] staging: kpc2000: kpc_i2c: reformat copyright for better readability
2019-05-18 02:33:39 linux-kernel [PATCH 4/5] staging: kpc2000: kpc_i2c: use %s with __func__ identifier in log messages
2019-05-18 02:33:08 linux-kernel [PATCH 5/5] staging: kpc2000: kpc_i2c: fixup block comment style in i2c_driver.c
2019-05-18 02:32:39 linux-kernel [PATCH 0/5] Updates to staging driver: kpc_i2c