[SPAM] hi
Hello haproxy! You look amazing! Let me introduce myself! I am Olga from Russia! I am looking for a caring and self-confident man for anormal communication and serious relationship! I suppose that you...
View ArticleRe: [PATCH] iio: sx9500: Add missing init in sx9500_buffer_pre{en,dis}able()
On 29/06/15 08:36, Vlad Dogaru wrote: > On Mon, Jun 29, 2015 at 09:14:33AM +0200, Geert Uytterhoeven wrote: >> drivers/iio/proximity/sx9500.c: In function ‘sx9500_buffer_preenable’: >>...
View Article[PATCH 01/11] ocfs2: Delete an unnecessary check before...
From: Markus Elfring <elfring@users.sourceforge.net> Date: Sat, 4 Jul 2015 13:20:13 +0200 The unregister_sysctl_table() function tests whether its argument is NULL and then returns immediately....
View Article[PATCH 02/11] ocfs2: Delete unnecessary checks before the function call "iput"
From: Markus Elfring <elfring@users.sourceforge.net> Date: Sat, 4 Jul 2015 13:40:07 +0200 The iput() function tests whether its argument is NULL and then returns immediately. Thus the test...
View ArticleRe: [PATCH v2 3/6] ext4: Use ext4_get_block_write() for DAX
On 07/03/2015 10:07 PM, Theodore Ts'o wrote: > On Fri, Jul 03, 2015 at 02:48:24PM -0400, Matthew Wilcox wrote: >> >> At boot, I "modprobe pmem". > > Is there a reason why it's...
View Article[PATCH 03/11] ocfs2: Less checks in ocfs2_rename() after error detection
From: Markus Elfring <elfring@users.sourceforge.net> Date: Sat, 4 Jul 2015 15:30:18 +0200 Skip checks for a few variables in three error handling cases within the ocfs2_rename() function by...
View ArticleRe: [PATCH 1/2] iio: pressure: ms5611: remove IIO_CHAN_INFO_SCALE from mask
On 23/06/15 19:45, Tomasz Duszynski wrote: > IIO_CHAN_INFO_SCALE is useful whenever conversion to standard units is done > in userspace. In this case conversion is handled by driver so this bit...
View Article[PATCH 04/11] ocfs2: One check less in ocfs2_statfs()
From: Markus Elfring <elfring@users.sourceforge.net> Date: Sat, 4 Jul 2015 16:28:50 +0200 Delete a check for the variable "status" by adjustment of two jump targets according to the Linux coding...
View Article[PATCH 05/11] ocfs2: Less error log repetition in...
From: Markus Elfring <elfring@users.sourceforge.net> Date: Sat, 4 Jul 2015 17:23:08 +0200 Delete three direct calls of the mlog_errno() function within ocfs2_begin_truncate_log_recovery(). A...
View Article[PATCH 06/11] ocfs2: Two checks less in ocfs2_local_alloc_slide_window()
From: Markus Elfring <elfring@users.sourceforge.net> Date: Sat, 4 Jul 2015 18:18:23 +0200 * Return directly from the ocfs2_local_alloc_slide_window() function if a call of the...
View ArticleRe: [PATCH 2/2] iio: pressure: ms5611: add support for MS5607 temperature and...
On 23/06/15 19:45, Tomasz Duszynski wrote: > MS5607 is temperature and pressure sensor which hardware is similar to MS5611. > Both sensors share command protocol and support both I2C and SPI...
View Article[PATCH 07/11] ocfs2: Less function calls in ocfs2_shutdown_local_alloc()...
From: Markus Elfring <elfring@users.sourceforge.net> Date: Sat, 4 Jul 2015 21:02:05 +0200 The functions kfree() and iput() were called in a few cases by the ocfs2_shutdown_local_alloc() function...
View Article[PATCH v4] hwmon: (nct7802) Add pwm control
Added fan output control registers. Modes of operation are PWM (default) and DC. Introduced show_pwm, store_pwm, nct7802_pwm_attrs, nct7802_pwm_group. --- Change log: Fixed in v2: - renamed...
View Article[PATCH 08/11] ocfs2: Less checks in ocfs2_load_local_alloc()
From: Markus Elfring <elfring@users.sourceforge.net> Date: Sat, 4 Jul 2015 22:06:32 +0200 * Skip checks for the variable "status" in a few cases within the ocfs2_load_local_alloc() function by...
View ArticleRe: [PATCH v2 1/2] iio: adc: Determine sampling frequencies by using minimum...
On 24/06/15 09:33, Sanchayan Maity wrote: > The driver currently does not take into account the minimum sample time > as per the Figure 6-8 Chapter 9.1.1 12-bit ADC electrical characteristics....
View Article[PATCH 09/11] ocfs2: One function call less in ocfs2_trylock_journal() after...
From: Markus Elfring <elfring@users.sourceforge.net> Date: Sat, 4 Jul 2015 22:34:43 +0200 The iput() function was called in one case by the ocfs2_trylock_journal() function during error handling...
View Article[PATCH 10/11] ocfs2: Less function calls in ocfs2_replay_journal() after...
From: Markus Elfring <elfring@users.sourceforge.net> Date: Sun, 5 Jul 2015 12:23:37 +0200 The functions brelse() and iput() were called in one case by the ocfs2_replay_journal() function during...
View Article[PATCH 11/11] ocfs2: One function call less in ocfs2_journal_shutdown() from...
From: Markus Elfring <elfring@users.sourceforge.net> Date: Sun, 5 Jul 2015 14:54:33 +0200 The iput() function was called in one case by the ocfs2_journal_shutdown() function during input...
View ArticleRe: [PATCH v2 5/6] block: Add support for DAX reads/writes to block devices
On 07/03/2015 05:40 PM, Matthew Wilcox wrote: > If a block device supports the ->direct_access methods, bypass the normal > DIO path and use DAX to go straight to memcpy() instead of...
View ArticleHOWTO do Linux kernel development
hi, I'm beginner in Device Driver Developing and I trying to write a WAN card driver for a FPGA based card. I reading pc300too.c and wanxl.c codes in linux/drivers/net/wan/ directory to write my...
View Article