Daniel Santos ([email protected])

Number of posts: 145 (0.2 per day)
First post: 2012-02-09 04:16:24
Last post: 2014-02-07 18:16:06

Date List Subject
2014-02-07 18:16:06 linux-kernel Re: [PATCH 3.5 36/88] spidev: fix hang when transfer_one_message fails
2014-01-27 23:15:09 linux-kernel Re: spidev: fix hang when transfer_one_message fails
2014-01-24 02:25:59 linux-kernel Re: spidev: fix hang when transfer_one_message fails
2014-01-05 23:51:05 linux-kernel Re: *[PATCH]* spidev: fix hang when transfer_one_message fails
2014-01-05 23:45:20 linux-kernel spidev: fix hang when transfer_one_message fails
2013-09-23 20:17:03 linux-kernel Re: [PATCH 5/5] lib: Add error string support to printks
2013-09-23 19:39:40 linux-kernel Re: [PATCH 5/5] lib: Add error string support to printks
2013-09-20 05:21:00 linux-kernel Re: [PATCH 5/5] lib: Add error string support to printks
2013-09-19 22:53:19 linux-kernel Re: [PATCH 1/5] scripts: Add mkstrerror.sh
2013-09-19 22:35:11 linux-kernel Re: [PATCH 1/5] scripts: Add mkstrerror.sh
2013-09-19 01:27:26 linux-kernel Re: [PATCH 5/5] lib: Add error string support to printks
2013-09-18 22:47:28 linux-kernel Re: [PATCH 0/5] Preliminary: Add error names & descrptions to printks
2013-09-18 22:43:11 linux-kernel Re: [PATCH 1/5] scripts: Add mkstrerror.sh
2013-09-18 22:26:39 linux-kernel Re: [PATCH 1/5] scripts: Add mkstrerror.sh
2013-09-17 23:18:32 linux-kernel Re: [PATCH 2/5] lib: Add .config options for error strings in printks
2013-09-17 23:08:37 linux-kernel [PATCH 5/5] lib: Add error string support to printks
2013-09-17 23:08:35 linux-kernel [PATCH 4/5] lib: Add strerror and strerror_name functions
2013-09-17 23:08:31 linux-kernel [PATCH 3/5] Makefile: Generate error_strings.h
2013-09-17 23:08:29 linux-kernel [PATCH 2/5] lib: Add .config options for error strings in printks
2013-09-17 23:08:26 linux-kernel [PATCH 1/5] scripts: Add mkstrerror.sh
2013-09-17 23:08:21 linux-kernel [PATCH 0/5] Preliminary: Add error names & descrptions to printks
2013-09-11 17:59:10 linux-kernel Re: "Virtual" Interrupts -- Need help please
2013-09-09 21:12:05 linux-kernel Re: "Virtual" Interrupts -- Need help please
2013-09-08 23:49:58 linux-kernel Re: "Virtual" Interrupts -- Need help please
2013-09-08 00:18:49 linux-kernel "Virtual" Interrupts -- Need help please
2013-09-03 20:00:38 linux-kernel Re: RESEND: Generating interrupts from a USB device driver? (USB to SPI/GPIO bridge)
2013-09-03 19:10:26 linux-kernel Re: RESEND: Generating interrupts from a USB device driver?
2013-09-03 01:46:04 linux-kernel Re: RESEND: Generating interrupts from a USB device driver?
2013-09-02 22:46:46 linux-kernel RESEND: Generating interrupts from a USB device driver?
2013-08-30 13:00:27 linux-kernel USB-to-SPI bridge to spi protocol driver w/ interrupts?
2013-08-24 20:55:27 linux-kernel [PATCH] gpiolib: Fix crash when exporting non-existant gpio
2013-08-24 20:52:13 linux-kernel Re: [PATCH v2] gpiolib: Fix crash when exporting non-existent gpio
2013-08-24 20:37:36 linux-kernel Re: [PATCH] gpiolib: Fix crash when exporting non-existant gpio
2013-08-24 18:55:22 linux-kernel [PATCH] gpiolib: Fix crash when exporting non-existant gpio
2012-11-20 21:08:18 linux-kernel [PATCH v6 7/9] bug.h: Make BUILD_BUG_ON generate compile-time error
2012-11-20 21:06:54 linux-kernel [PATCH v6 3/9] compiler-gcc{3,4}.h: Use GCC_VERSION macro
2012-11-20 21:06:36 linux-kernel [PATCH v6 4/9] compiler{,-gcc4}.h, bug.h: Remove duplicate macros
2012-11-20 21:06:08 linux-kernel [PATCH v6 8/9] compiler.h, bug.h: Prevent double error messages with BUILD_BUG{,_ON}
2012-11-20 21:05:47 linux-kernel [PATCH v6 9/9] bug.h, compiler.h: Introduce compiletime_assert & BUILD_BUG_ON_MSG
2012-11-20 21:05:28 linux-kernel [PATCH v6 5/9] bug.h: Fix BUILD_BUG_ON macro in __CHECKER__
2012-11-20 21:05:26 linux-kernel [PATCH v6 6/9] bug.h: Prevent double evaulation of in BUILD_BUG_ON
2012-11-20 21:05:18 linux-kernel [PATCH v6 2/9] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro
2012-11-20 21:05:14 linux-kernel [PATCH v6 1/9] compiler-gcc4.h: Reorder macros based upon gcc ver
2012-11-20 20:42:17 linux-kernel [PATCH v6 0/9] Cleanup & new features for compiler*.h and bug.h
2012-11-20 19:10:45 linux-kernel Re: [PATCH v5 6/9] bug.h: Prevent double evaulation of in BUILD_BUG_ON
2012-11-16 23:25:12 linux-kernel Re: [PATCH v5 9/9] bug.h, compiler.h: Introduce compiletime_assert & BUILD_BUG_ON_MSG
2012-11-15 19:44:47 linux-kernel Re: [PATCH v5 8/9] compiler.h, bug.h: Prevent double error messages with BUILD_BUG{,_ON}
2012-11-15 19:11:18 linux-kernel Re: [PATCH v5 6/9] bug.h: Prevent double evaulation of in BUILD_BUG_ON
2012-11-13 22:24:16 linux-kernel Re: [PATCH v5 7/9] bug.h: Make BUILD_BUG_ON generate compile-time error
2012-11-13 22:16:03 linux-kernel [PATCH v5 2/9] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro
2012-11-13 22:15:45 linux-kernel [PATCH v5 4/9] compiler{,-gcc4}.h, bug.h: Remove duplicate macros