Markus Pargmann ([email protected])

Number of posts: 266 (0.58 per day)
First post: 2013-03-27 15:22:33
Last post: 2014-07-01 07:48:07

Date List Subject
2015-08-20 09:12:54 linux-kernel [PATCH v2 3/5] regmap: Split use_single_rw internally into use_single_read/write
2015-08-20 09:12:53 linux-kernel [PATCH v2 5/5] regmap: No multi_write support if bus->write does not exist
2015-08-19 12:13:09 linux-kernel [PATCH v4 2/2] iio: bmg160: Add SPI driver
2015-08-19 12:13:01 linux-kernel [PATCH v4 1/2] iio: bmg160: Separate i2c and core driver
2015-08-19 12:13:00 linux-kernel [PATCH v4 0/2] iio: bmg160: Add SPI connection
2015-08-19 05:55:30 linux-kernel Re: [PATCH v2 2/5] Documentation: Detail permitted DT properties for the imx6ul_tsc
2015-08-17 09:09:55 linux-kernel Re: [PATCH v5 6/8] iio: gyro: bmg160: optimize i2c transfers in trigger handler
2015-08-17 08:03:56 linux-kernel Re: [PATCH 20/20] iio: bmc150: Add SPI driver
2015-08-17 08:00:27 linux-kernel Re: [PATCH 20/20] iio: bmc150: Add SPI driver
2015-08-17 07:59:52 linux-kernel Re: [PATCH 19/20] iio: bmc150: Split the driver into core and i2c
2015-08-17 07:57:22 linux-kernel Re: [PATCH 18/20] iio: bcm150: Remove i2c_client from private data
2015-08-17 07:49:44 linux-kernel Re: [PATCH 17/20] iio: bmc150: Use i2c regmap
2015-08-17 07:24:10 linux-kernel Re: [PATCH 16/20] iio: bmc150: Fix irq checks
2015-08-17 07:19:39 linux-kernel Re: [PATCH 01/20] regmap: Add missing comments about struct regmap_bus
2015-08-17 06:41:42 linux-kernel Re: [PATCH v3 6/6] iio: bmg160: Add SPI driver
2015-08-17 06:39:16 linux-kernel Re: [PATCH v3 6/6] iio: bmg160: Add SPI driver
2015-08-17 06:24:11 linux-kernel [PATCH 01/10] nbd: Fix timeout detection
2015-08-17 06:22:38 linux-kernel [PATCH 09/10] nbd: Rename functions for clearness of recv/send path
2015-08-17 06:22:37 linux-kernel [PULL 00/10] NBD updates for 4.3
2015-08-17 06:22:20 linux-kernel [PATCH 02/10] nbd: sock_shutdown, remove conditional lock
2015-08-17 06:22:00 linux-kernel [PATCH 03/10] nbd: restructure sock_shutdown
2015-08-17 06:21:58 linux-kernel [PATCH 06/10] nbd: Remove variable 'pid'
2015-08-17 06:21:56 linux-kernel [PATCH 08/10] nbd: Change 'disconnect' to be boolean
2015-08-17 06:21:54 linux-kernel [PATCH 04/10] nbd: Remove 'harderror' and propagate error properly
2015-08-17 06:21:50 linux-kernel [PATCH 10/10] nbd: flags is a u32 variable
2015-08-17 06:21:45 linux-kernel [PATCH 07/10] nbd: Add debugfs entries
2015-08-17 06:21:43 linux-kernel [PATCH 05/10] nbd: Move clear queue debug message
2015-08-12 14:51:21 linux-kernel [PATCH v3 4/6] iio: bmg160: Remove remaining uses of i2c_client
2015-08-12 14:51:20 linux-kernel [PATCH v3 1/6] iio: bmg160: Use i2c regmap instead of direct i2c access
2015-08-12 14:50:39 linux-kernel [PATCH v3 0/6] iio: bmg160: Add SPI connection
2015-08-12 14:50:37 linux-kernel [PATCH v3 5/6] iio: bmg160: Separate i2c and core driver
2015-08-12 14:50:30 linux-kernel [PATCH v3 3/6] iio: bmg160: Use generic dev_drvdata
2015-08-12 14:50:24 linux-kernel [PATCH v3 2/6] iio: bmg160: Remove i2c_client from data struct
2015-08-12 14:50:23 linux-kernel [PATCH v3 6/6] iio: bmg160: Add SPI driver
2015-08-12 13:17:54 linux-kernel Re: [PATCH 10/20] regmap: _regmap_raw_multi_reg_write: Add reg_write() support
2015-08-12 13:08:43 linux-kernel Re: [PATCH 02/20] regmap: Remove regmap_bulk_write 64bit support
2015-08-12 13:05:26 linux-kernel Re: [PATCH 09/20] regmap: _regmap_raw_write fix for busses without write()
2015-08-12 12:53:04 linux-kernel Re: [PATCH 17/20] iio: bmc150: Use i2c regmap
2015-08-12 12:52:10 linux-kernel Re: [PATCH 15/20] regmap-i2c: Add smbus i2c block support
2015-08-12 12:51:26 linux-kernel Re: [PATCH 13/20] regmap: regmap max_raw_io getter function
2015-08-12 12:47:15 linux-kernel Re: [PATCH 14/20] regmap: Add raw_write/read checks for max_raw_write/read sizes
2015-08-12 12:38:51 linux-kernel Re: [PATCH 12/20] regmap: Introduce max_raw_io for regmap_bulk_read/write
2015-08-12 12:34:20 linux-kernel Re: [PATCH 11/20] regmap: _regmap_raw_read: Add handling of busses without bus->read()
2015-08-12 12:29:03 linux-kernel Re: [PATCH 02/20] regmap: Remove regmap_bulk_write 64bit support
2015-08-12 12:20:15 linux-kernel Re: [PATCH 09/20] regmap: _regmap_raw_write fix for busses without write()
2015-08-12 12:07:19 linux-kernel Re: [PATCH 06/20] regmap: Fix regmap_bulk_write for bus writes
2015-08-12 10:47:46 linux-kernel Re: [PATCH 00/20] Regmap max_raw_io and bmc150 SPI support
2015-08-12 10:45:53 linux-kernel Re: [PATCH 07/20] regmap: Without bus read() or write(), force use_single_rw
2015-08-12 10:44:45 linux-kernel Re: [PATCH 02/20] regmap: Remove regmap_bulk_write 64bit support
2015-08-12 10:21:26 linux-kernel [PATCH 08/20] regmap: Fix regmap_can_raw_write check
2015-08-12 10:20:03 linux-kernel [PATCH 09/20] regmap: _regmap_raw_write fix for busses without write()