Re: [PATCH] lightnvm: change max_phys_sect to ushort

2015-11-16 Thread Thiago Farina
> nvm_dev_dma_alloc_fn*dev_dma_alloc; > nvm_dev_dma_free_fn *dev_dma_free; > > - uint8_t max_phys_sect; > + unsigned int max_phys_sect; > }; > > struct nvm_lun { -- Thiago Farina -- To unsubscribe from this list: send the line "unsubsc

Re: First kernel patch (optimization)

2015-09-27 Thread Thiago Farina
es a subtle bug in some important driver, fixes a memory leak, etc. And many maintainers of open source projects that I know off, are not very welcome to cleanup patches, especially when the project is mature. They just call it churn and turn it down. -- Thiago Farina -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] x86/asm/entry/64: Use shorter MOVs from segmers registers

2015-05-15 Thread Thiago Farina
"unsubscribe linux-kernel" in > the body of a message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ -- Thiago Farina -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: boot loader

2015-05-11 Thread Thiago Farina
Hi Pavel, On Mon, May 11, 2015 at 7:11 PM, Pavel Machek wrote: > On Tue 2015-04-28 12:12:26, Thiago Farina wrote: >> Hi, >> >> Does the kernel include a simple boot loader like FreeBSD does? > > Long time ago, Linux included ability to boot from floppy on PC. Not >

Re: boot loader

2015-04-28 Thread Thiago Farina
On Tue, Apr 28, 2015 at 6:49 PM, Richard Weinberger wrote: > On Tue, Apr 28, 2015 at 5:12 PM, Thiago Farina wrote: >> Hi, >> >> Does the kernel include a simple boot loader like FreeBSD does? > > Why don't you figure yourself? > I think it doesn't. I j

boot loader

2015-04-28 Thread Thiago Farina
Hi, Does the kernel include a simple boot loader like FreeBSD does? -- Thiago Farina -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html P

Re: Continuous Integration

2015-04-22 Thread Thiago Farina
On Wed, Apr 22, 2015 at 4:48 PM, Richard Weinberger wrote: > Am 22.04.2015 um 21:41 schrieb Thiago Farina: >> On Wed, Apr 22, 2015 at 3:00 PM, Guenter Roeck wrote: >>> On Wed, Apr 22, 2015 at 04:48:19PM +0200, Richard Weinberger wrote: >>>> Am 22.04.2015 um 16:43 s

Re: Continuous Integration

2015-04-22 Thread Thiago Farina
On Wed, Apr 22, 2015 at 3:00 PM, Guenter Roeck wrote: > On Wed, Apr 22, 2015 at 04:48:19PM +0200, Richard Weinberger wrote: >> Am 22.04.2015 um 16:43 schrieb Thiago Farina: >> > On Wed, Apr 22, 2015 at 11:25 AM, Richard Weinberger >> > wrote: >> >> On Wed,

Re: Continuous Integration

2015-04-22 Thread Thiago Farina
On Wed, Apr 22, 2015 at 11:25 AM, Richard Weinberger wrote: > On Wed, Apr 22, 2015 at 4:20 PM, Thiago Farina wrote: >> Hi, >> >> Does Linux plan to one day use a Continuous Integration system like >> Buildbot or Travis-ci? > > We do already. > i.e. http:/

Continuous Integration

2015-04-22 Thread Thiago Farina
Hi, Does Linux plan to one day use a Continuous Integration system like Buildbot or Travis-ci? Best regards, -- Thiago Farina -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo inf

[PATCH] regulator: Make use of rdev_get_id() function where possible.

2014-01-26 Thread Thiago Farina
Signed-off-by: Thiago Farina --- drivers/regulator/pfuze100-regulator.c |2 +- drivers/regulator/s2mps11.c|4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/regulator/pfuze100-regulator.c b/drivers/regulator/pfuze100-regulator.c index 8b5e4c7

Re: throuble installing kernel

2013-09-22 Thread Thiago Farina
till prompts me, which is annoying. But anyway, I'll try your suggestion. Thanks! -- Thiago Farina -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH net 2/3] lib: introduce upper case hex ascii helpers

2013-09-14 Thread Thiago Farina
ng a macro instead of a real function (static inline) generates a better code? -- Thiago Farina -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] regulator: core: Split devres code out into a separate file

2013-09-11 Thread Thiago Farina
On Wed, Sep 11, 2013 at 9:19 AM, Mark Brown wrote: > From: Mark Brown > > Cut down on the size of core.c a bit more and ensure that the devres > versions of things don't do too much peering inside the internals of > the APIs they wrap. > > Signed-off-by: Mark Brown > --- > drivers/regulator/Mak

[PATCH] hv: hv_balloon.c: Remove duplicated mman.h include.

2013-02-24 Thread Thiago Farina
Signed-off-by: Thiago Farina --- drivers/hv/hv_balloon.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/hv/hv_balloon.c b/drivers/hv/hv_balloon.c index dd289fd..c02a33e 100644 --- a/drivers/hv/hv_balloon.c +++ b/drivers/hv/hv_balloon.c @@ -29,7 +29,6 @@ #include #include

[PATCH] regulators: max8998.c: use dev_err() instead of printk()

2013-02-22 Thread Thiago Farina
Fixes the following checkpatch warning: WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then pr_err(... to printk(KERN_ERR ... Signed-off-by: Thiago Farina --- drivers/regulator/max8998.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers

[PATCH 2/2] regulators: max8998.c: use dev_err() instead of printk()

2013-02-22 Thread Thiago Farina
Fixes the following checkpatch warning: WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then pr_err(... to printk(KERN_ERR ... Signed-off-by: Thiago Farina --- drivers/regulator/max8998.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers

[PATCH] media/usb: cx231xx-pcb-cfg.h: Remove unused enum _true_false.

2013-02-21 Thread Thiago Farina
Signed-off-by: Thiago Farina --- drivers/media/usb/cx231xx/cx231xx-pcb-cfg.h | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/media/usb/cx231xx/cx231xx-pcb-cfg.h b/drivers/media/usb/cx231xx/cx231xx-pcb-cfg.h index f5e46e8..b3c6190 100644 --- a/drivers/media/usb/cx231xx/cx231xx

[PATCH] regulator: max77686: Reuse rdev_get_id() function.

2013-02-13 Thread Thiago Farina
Signed-off-by: Thiago Farina --- drivers/regulator/max77686.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/drivers/regulator/max77686.c b/drivers/regulator/max77686.c index cca18a3..e4586ee 100644 --- a/drivers/regulator/max77686.c +++ b/drivers/regulator

Re: listing drivers

2013-01-23 Thread Thiago Farina
Hi, On Tue, Jan 22, 2013 at 12:27 PM, Arend van Spriel wrote: > On 01/22/2013 02:46 PM, Thiago Farina wrote: >> Hi folks, >> >> Is there a way to list the drivers installed/used in my desktop and >> map them (the path) to their source code in the linux kernel tree?

Re: [PATCH] rtc: hid-sensor-time: Add missing spin_lock_init

2013-01-16 Thread Thiago Farina
On Wed, Jan 16, 2013 at 11:49 PM, Axel Lin wrote: > Signed-off-by: Axel Lin > --- > drivers/rtc/rtc-hid-sensor-time.c |1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/rtc/rtc-hid-sensor-time.c > b/drivers/rtc/rtc-hid-sensor-time.c > index 0438c9e..31c5728 100644 > --- a/drive

Re: [PATCH 1/6 v9] arm: use devicetree to get smp_twd clock

2012-12-07 Thread Thiago Farina
On Thu, Dec 6, 2012 at 8:42 PM, Mark Langsdorf wrote: > From: Rob Herring > > Signed-off-by: Rob Herring > Signed-off-by: Mark Langsdorf > --- > Changes from v4, v5, v6, v7, v8 Why you keep sending these emails without real changes? Is this a rebase process or what? I saw at least two other ema

Re: xfs: Remove boolean_t typedef completely.

2012-11-12 Thread Thiago Farina
On Mon, Nov 12, 2012 at 11:53 PM, Dave Chinner wrote: > On Mon, Nov 12, 2012 at 10:36:47PM -0200, Thiago Farina wrote: >> On Mon, Nov 12, 2012 at 10:24 PM, Dave Chinner wrote: >> > On Mon, Nov 12, 2012 at 09:36:17PM -0200, Thiago Farina wrote: >> >> Hi, &

xfs: Remove boolean_t typedef completely.

2012-11-12 Thread Thiago Farina
On Mon, Nov 12, 2012 at 10:24 PM, Dave Chinner wrote: > On Mon, Nov 12, 2012 at 09:36:17PM -0200, Thiago Farina wrote: >> Hi, >> >> Please, take a look. >> >> Patch attached. > > It's a good start for a cleanup, but there's no point in removing &g

xfs: Use bool type rather than a custom boolean_t type.

2012-11-12 Thread Thiago Farina
Hi, Please, take a look. Patch attached. Thanks, 0001-xfs-Use-bool-type-rather-than-a-custom-boolean_t-typ.patch Description: Binary data

Re: [patch 2/2] mm, oom: fix race when specifying a thread as the oom origin

2012-11-12 Thread Thiago Farina
On Thu, Nov 8, 2012 at 1:51 PM, Michal Hocko wrote: > On Thu 08-11-12 01:27:00, David Rientjes wrote: >> test_set_oom_score_adj() and compare_swap_oom_score_adj() are used to >> specify that current should be killed first if an oom condition occurs in >> between the two calls. >> >> The usage is >

[PATCH] power: remove duplicated include of abx500.h from ab8500_fb.c

2012-10-14 Thread Thiago Farina
Signed-off-by: Thiago Farina --- drivers/power/ab8500_fg.c | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/drivers/power/ab8500_fg.c b/drivers/power/ab8500_fg.c index 2db8cc2..1041397 100644 --- a/drivers/power/ab8500_fg.c +++ b/drivers/power/ab8500_fg.c