Re: [PATCH 4/4] media: imx-media-capture: add frame sizes/interval enumeration

2017-03-20 Thread Philippe De Muyter
On Mon, Mar 20, 2017 at 09:05:25AM +, Russell King - ARM Linux wrote: > On Mon, Mar 20, 2017 at 09:55:12AM +0100, Philippe De Muyter wrote: > > Hi Russel, > > > > On Sun, Mar 19, 2017 at 10:49:08AM +, Russell King wrote: > > > Add support for enumerating f

Re: [PATCH 4/4] media: imx-media-capture: add frame sizes/interval enumeration

2017-03-20 Thread Philippe De Muyter
frame interval is possible, and hence type should be V4L2_FRMIVAL_TYPE_CONTINUOUS. see also https://www.spinics.net/lists/linux-media/msg98622.html, https://patchwork.kernel.org/patch/9171201/ and https://patchwork.kernel.org/patch/9171199/ Philippe -- Philippe De Muyter +32 2 6101532 Macq SA rue de l'Aeronef 2 B-1140 Bruxelles

Re: media / v4l2-mc: wishlist for complex cameras (was Re: [PATCH v4 14/36] [media] v4l2-mc: add a function to inherit controls from a pipeline)

2017-03-16 Thread Philippe De Muyter
On Thu, Mar 16, 2017 at 11:01:56AM +0100, Philipp Zabel wrote: > On Thu, 2017-03-16 at 10:47 +0100, Philippe De Muyter wrote: > > On Thu, Mar 16, 2017 at 10:26:00AM +0100, Philipp Zabel wrote: > > > On Wed, 2017-03-15 at 14:55 -0400, Nicolas Dufresne wrote: > > > > Le

Re: media / v4l2-mc: wishlist for complex cameras (was Re: [PATCH v4 14/36] [media] v4l2-mc: add a function to inherit controls from a pipeline)

2017-03-16 Thread Philippe De Muyter
On Thu, Mar 16, 2017 at 10:26:00AM +0100, Philipp Zabel wrote: > On Wed, 2017-03-15 at 14:55 -0400, Nicolas Dufresne wrote: > > Le mercredi 15 mars 2017 à 11:50 +0100, Philippe De Muyter a écrit : > > > > I would say: camorama, xawtv3, zbar, google talk, skype. If it runs &

Re: media / v4l2-mc: wishlist for complex cameras (was Re: [PATCH v4 14/36] [media] v4l2-mc: add a function to inherit controls from a pipeline)

2017-03-15 Thread Philippe De Muyter
art 'imxv4l2videosrc' from the gstreamer-imx package at https://github.com/Freescale/gstreamer-imx, and 'v4l2-ctl'. Philippe -- Philippe De Muyter +32 2 6101532 Macq SA rue de l'Aeronef 2 B-1140 Bruxelles

Re: [PATCH] m68k: Fix ndelay() macro

2016-10-28 Thread Philippe De Muyter
ly braces > > if (cond) > ndelay(t); > else > ... > Philippe -- Philippe De Muyter +32 2 6101532 Macq SA rue de l'Aeronef 2 B-1140 Bruxelles

Re: [PATCH 08/10] m68k: Add

2016-05-25 Thread Philippe De Muyter
On Wed, May 25, 2016 at 03:34:55AM -0400, George Spelvin wrote: > This provides a multiply by constant GOLDEN_RATIO_32 = 0x61C88647 > for the original mc68000, which lacks a 32x32-bit multiply instruction. > > Addition chains found by Yevgen Voronenko's Hcub algorithm at > http://spiral.ece.cmu.ed

Re: [PATCH 08/10] m68k: Add

2016-05-25 Thread Philippe De Muyter
nstants > > in the comments (and the last one predicts a future event :)). > > > Can you recmmend a better way to comment this? My nose is so deep > in the code it's hard for me to judge. I second Andreas' suggestion. Philippe -- Philippe De Muyter +32 2 6101532 Macq SA rue de l'Aeronef 2 B-1140 Bruxelles

Re: [PATCH 08/10] m68k: Add

2016-05-25 Thread Philippe De Muyter
On Wed, May 25, 2016 at 03:34:55AM -0400, George Spelvin wrote: > +static inline u32 __attribute_const__ __hash_32(u32 x) > +{ > + u32 a, b; > + > + asm( "move.l %2,%0" /* 0x0001 */ > + "\n lsl.l #2,%0"/* 0x0004 */ > + "\n move.l %0,%1" > + "\n lsl.l #7,%0"

[PATCH] [media] gpu: ipu-v3: csi: add support for 8 bpp grayscale sensors.

2015-09-18 Thread Philippe De Muyter
Signed-off-by: Philippe De Muyter Cc: Steve Longerbeam Cc: Boris BREZILLON Cc: Philipp Zabel Cc: Hans Verkuil --- drivers/gpu/ipu-v3/ipu-csi.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/ipu-v3/ipu-csi.c b/drivers/gpu/ipu-v3/ipu-csi.c index 752cdd2..0ab0e3a 100644

Re: [PATCH v2 2/2] rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtc

2015-04-09 Thread Philippe De Muyter
Hi Alexandre, On Wed, Apr 01, 2015 at 04:52:23AM +0200, Alexandre Belloni wrote: > From: Philippe De Muyter > > This is a basic driver for the ultra-low-power Abracon AB x80x series of RTC > chips. It supports in particular, the supersets AB0805 and AB1805. > It allows reading

Re: [PATCH v2 1/2] Documentation: bindings: add abracon,abx80x

2015-04-09 Thread Philippe De Muyter
battery or supercap. Both the following properties have to be > defined > +and valid to enable charging: > + > + - "abracon,tc-diode": should be "standard" (0.6V) or "schottky" (0.3V) > + - "abracon,tc-resistor": should be <0>, <3>, <6> or <11>. 0 d

Re: [PATCH 2/2] rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtc

2015-03-15 Thread Philippe De Muyter
On Sat, Mar 14, 2015 at 07:09:11PM +0100, Alexandre Belloni wrote: > On 14/03/2015 at 13:44:41 +0100, Philippe De Muyter wrote : > > > + tm->tm_sec = bcd2bin(date[ABX8XX_REG_SC] & 0x7F); > > > + tm->tm_min = bcd2bin(date[ABX8XX_REG_MN] & 0x7F); > > >

Re: [PATCH 2/2] rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtc

2015-03-14 Thread Philippe De Muyter
Hi Alexandre, Thanks for the merge. I have however some comments. They are not meant to be exhaustive. Philippe On Sat, Mar 14, 2015 at 11:05:46AM +0100, Alexandre Belloni wrote: > From: Philippe De Muyter > > This is a basic driver for the ultra-low-power Abracon AB x80x seri

Re: [PATCH v2] rtc: add Abracon ABx80x driver

2015-03-04 Thread Philippe De Muyter
Hi Alexandre, On Wed, Mar 04, 2015 at 11:38:14AM +0100, Alexandre Belloni wrote: > On 04/03/2015 at 10:55:56 +0100, Philippe De Muyter wrote : > > > The "AB08XX Real-Time Clock Family" document states that they are all > > > software and pin compatible (including t

Re: [PATCH v2] rtc: add Abracon ABx80x driver

2015-03-04 Thread Philippe De Muyter
Hi Alexandre, On Wed, Mar 04, 2015 at 10:06:01AM +0100, Alexandre Belloni wrote: > On 04/03/2015 at 09:52:42 +0100, Philippe De Muyter wrote : > > > > And is the naming in Philippe's driver appropriate? If it supports the > > > > AB1801 (for example) then w

Re: [PATCH v2] rtc: add Abracon ABx80x driver

2015-03-04 Thread Philippe De Muyter
at. The driver I started from uses 'raw i2c_transfer'. > > I also take care of the 12/24 mode bit and the write RTC bit which is > necessary to be able to write to the RTC. Actually, my driver is used in production and works fine, because the default(reset) value of the

Re: [patch] partitions: aix.c: off by one bug

2014-08-05 Thread Philippe De Muyter
ed_partitions *state) > continue; > } > lv_ix = be16_to_cpu(p->lv_ix) - 1; > - if (lv_ix > state->limit) { > + if (lv_ix >= state->limit) { > cur_lv_ix = -1; >

Re: [PATCH PING] VFS: mount must return EACCES, not EROFS

2014-07-15 Thread Philippe De Muyter
On Tue, Jul 08, 2014 at 02:02:18PM -0700, Andrew Morton wrote: > On Thu, 3 Jul 2014 18:29:19 +0200 Philippe De Muyter wrote: > > > On Wed, Jul 02, 2014 at 12:46:51PM -0700, Andrew Morton wrote: > > > On Fri, 27 Jun 2014 10:20:58 +0200 Philippe De Muyter > > > w

Re: [PATCH PING] VFS: mount must return EACCES, not EROFS

2014-07-03 Thread Philippe De Muyter
On Wed, Jul 02, 2014 at 12:46:51PM -0700, Andrew Morton wrote: > On Fri, 27 Jun 2014 10:20:58 +0200 Philippe De Muyter wrote: > > > Currently, the initial mount of the root file system by the linux > > kernel fails with a cryptic message instead of being retried with > >

Re: [PATCH PING] VFS: mount must return EACCES, not EROFS

2014-06-27 Thread Philippe De Muyter
Philippe On Fri, Jun 20, 2014 at 10:39:22AM +0200, Philippe De Muyter wrote: > mount must return EACCES, not EROFS, when one attempts to mount a > read-only filesystem in read-write mode, but the file-system layer > only transmits the error given by the block layer, and many block > dr

Re: [PATCH] init/do_mounts.c: treat EROFS like EACCES

2014-06-20 Thread Philippe De Muyter
On Fri, Jun 20, 2014 at 09:09:24AM +1000, Dave Chinner wrote: > On Thu, Jun 19, 2014 at 02:19:50PM -0700, Andrew Morton wrote: > > On Wed, 18 Jun 2014 18:12:44 +0200 Philippe De Muyter > > wrote: > > > > > some combinations of filesystem and block device (at

[PATCH] VFS: mount must return EACCES, not EROFS

2014-06-20 Thread Philippe De Muyter
error message (*) if the root partition happens to be read-only (*): VFS: Cannot open root device "mmcblk0p2" or unknown-block(179,2): error -30 Signed-off-by: Philippe De Muyter Cc: Al Viro Cc: Dave Chinner Cc: Andrew Morton Cc: linux-fsde...@vger.kernel.org --- fs/namespace.c |

[PATCH] init/do_mounts.c: treat EROFS like EACCES

2014-06-18 Thread Philippe De Muyter
some combinations of filesystem and block device (at least vfat on mmc) yield -EROFS instead of -EACCES when the device is read-only. Retry mounting with MS_RDONLY set, just like for the EACCES case, instead of failing directly. Signed-off-by: Philippe De Muyter Cc: Andrew Morton --- init

[PATCH] mmc: sdhci: Remove useless string-split's

2014-01-23 Thread Philippe De Muyter
Some error or warning messages that appear on one line in the kernel log are split on two lines in sdhci.c although they are not too long to fit on one 80-characters line. This impairs grep'ping for them, so unsplit them. Signed-off-by: Philippe De Muyter --- drivers/mmc/host/sdhci.c |

mmc patch needed for 3.13 [was Re: ARM,sdhci_esdhc_imx: INFO: HARDIRQ-safe -> HARDIRQ-unsafe lock order detected]

2014-01-13 Thread Philippe De Muyter
Hi Chris & Shawn, The patch http://thread.gmane.org/gmane.linux.kernel.mmc/24371, that fixes a bug introduced in 3.13-rc1, is not in 3.13-rc8. Any chance to get it in 3.13 final ? Tested-by: Philippe De Muyter TIA Philippe On Tue, Jan 07, 2014 at 05:05:29PM +0800, Dong Aisheng wrote:

Re: ARM,sdhci_esdhc_imx: INFO: HARDIRQ-safe -> HARDIRQ-unsafe lock order detected

2014-01-07 Thread Philippe De Muyter
Hi Shawn & Dong, On Sat, Dec 14, 2013 at 08:16:15PM +0800, Shawn Guo wrote: > On Fri, Dec 13, 2013 at 11:14:25PM +0100, Philippe De Muyter wrote: > > Hi Shawn, > > > > On Fri, Dec 13, 2013 at 09:34:32PM +0800, Shawn Guo wrote: > > > Hi Philippe, > > >

Re: ARM,sdhci_esdhc_imx: INFO: HARDIRQ-safe -> HARDIRQ-unsafe lock order detected

2013-12-13 Thread Philippe De Muyter
Hi Shawn, On Fri, Dec 13, 2013 at 09:34:32PM +0800, Shawn Guo wrote: > Hi Philippe, > > On Thu, Dec 12, 2013 at 03:49:25PM +0100, Philippe De Muyter wrote: > > Hello, > > > > I have just booted 3.13-rc3 on my i.MX6DL board, done nothing but watch > > it start, a

ARM,sdhci_esdhc_imx: INFO: HARDIRQ-safe -> HARDIRQ-unsafe lock order detected

2013-12-12 Thread Philippe De Muyter
__lock_acquire+0x0/0x1cc8) from [<80061d9c>] (lock_acquire+0x68/0x7c) [<80061d34>] (lock_acquire+0x0/0x7c) from [<8064f57c>] (mutex_lock_nested+0x5c/0x3b4) r7: r6:80dfc7bc r5:804b55b4 r4:808fd160 [<8064f520>] (mutex_lock_nested+0x0/0x3b4) from [<804b55b4>] (c

Re: [PATCH 2/5] Add aix lvm partitions support files

2013-05-24 Thread Philippe De Muyter
On Fri, May 24, 2013 at 06:04:52AM -0400, Christoph Hellwig wrote: > On Tue, May 21, 2013 at 09:27:54AM +0200, Philippe De Muyter wrote: > > AIX LVM permits to make "logical volumes" which are made of multiple slices > > of multiple disks. The new code allows only acces

Re: [PATCH 2/5] Add aix lvm partitions support files

2013-05-21 Thread Philippe De Muyter
Hi Andrew, On Mon, May 20, 2013 at 04:39:27PM -0700, Andrew Morton wrote: > On Mon, 29 Apr 2013 23:18:30 +0200 Philippe De Muyter wrote: > > > adding partitions/aix.h and partitions/aix.c > > > > Partitions (called Logical Volumes in AIX) can be non-contiguous or >

Re: [PATCH 3/5] partitions/msdos: enumerate also AIX LVM partitions

2013-05-21 Thread Philippe De Muyter
Hi Andrew, On Mon, May 20, 2013 at 04:41:52PM -0700, Andrew Morton wrote: > On Mon, 29 Apr 2013 23:18:31 +0200 Philippe De Muyter wrote: > > > Graft AIX partitions enumeration in partitions/msdos.c > > > > There is already a AIX disks detection logic in msdos.c. When

AIX LVM support : block/partitions, kpartx, dmraid or lvm2 or ...

2013-05-11 Thread Philippe De Muyter
Hello, I have recently written a read-only support for linux for AIX 3 & 4 lvm disks, and submitted a patch for the linux block/partitions subsystem, for which I have no feedback yet. Now I wonder, as AIX LVM can describe mirrored and splitted logical volumes, is block/partitions the right place

[PATCH 4/5] partitions/Makefile: compile aix.c if configured.

2013-04-30 Thread Philippe De Muyter
From: Philippe De Muyter Signed-off-by: Philippe De Muyter Cc: Karel Zak Cc: Jens Axboe Cc: Andrew Morton --- block/partitions/Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/block/partitions/Makefile b/block/partitions/Makefile index 03af8ea..2be4d7b

[PATCH 5/5] partitions/Kconfig: add the AIX_PARTITION entry

2013-04-30 Thread Philippe De Muyter
From: Philippe De Muyter This is the final patch enabling a user to select AIX lvm partitions detection. Signed-off-by: Philippe De Muyter Cc: Karel Zak Cc: Jens Axboe Cc: Andrew Morton --- block/partitions/Kconfig | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff

[PATCH 3/5] partitions/msdos: enumerate also AIX LVM partitions

2013-04-30 Thread Philippe De Muyter
From: Philippe De Muyter Graft AIX partitions enumeration in partitions/msdos.c There is already a AIX disks detection logic in msdos.c. When an AIX disk has been found, and if configured to, call the aix partitions recognizer. This avoids removal of AIX disks protection from msdos.c, avoids

[PATCH 1/5] partitions/msdos.c: end-of-line whitespace and semicolon cleanup

2013-04-30 Thread Philippe De Muyter
From: Philippe De Muyter Signed-off-by: Philippe De Muyter Cc: Karel Zak Cc: Jens Axboe Cc: Andrew Morton --- block/partitions/msdos.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/block/partitions/msdos.c b/block/partitions/msdos.c index 7681cd2

[PATCH 2/5] partitions: Add aix lvm partitions support files

2013-04-30 Thread Philippe De Muyter
From: Philippe De Muyter adding partitions/aix.h and partitions/aix.c Partitions (called Logical Volumes in AIX) can be non-contiguous or even split on more than one disk. Altough we detect such partitions, we cannot describe them to the Linux partitions layer, so we simply discard them and

[PATCH v3 0/5] partitions: Add aix lvm partitions support

2013-04-30 Thread Philippe De Muyter
This is the version 3 of my patchset to add a basic aix lvm partitions parser to linux. The only modified patch is patch 2. It fixes a problem in the discovering of small (1 pp) partitions in presence of discontiguous partitions. Jens, patch 1 is actually just a cleanup of msdos.c. You could app

Re: [PATCH 2/5] Add aix lvm partitions support files

2013-04-30 Thread Philippe De Muyter
On Tue, Apr 30, 2013 at 09:18:40AM +0200, Philippe De Muyter wrote: > On Tue, Apr 30, 2013 at 09:08:40AM +0200, Philippe De Muyter wrote: > > On Mon, Apr 29, 2013 at 11:50:51PM +0200, Philippe De Muyter wrote: > > > On Mon, Apr 29, 2013 at 01:40:41PM +0200, Philippe De Muyter wro

Re: [PATCH 2/5] Add aix lvm partitions support files

2013-04-30 Thread Philippe De Muyter
On Tue, Apr 30, 2013 at 09:08:40AM +0200, Philippe De Muyter wrote: > On Mon, Apr 29, 2013 at 11:50:51PM +0200, Philippe De Muyter wrote: > > On Mon, Apr 29, 2013 at 01:40:41PM +0200, Philippe De Muyter wrote: > > > On Mon, Apr 29, 2013 at 11:37:56AM +020

Re: [PATCH 2/5] Add aix lvm partitions support files

2013-04-30 Thread Philippe De Muyter
On Mon, Apr 29, 2013 at 11:50:51PM +0200, Philippe De Muyter wrote: > On Mon, Apr 29, 2013 at 01:40:41PM +0200, Philippe De Muyter wrote: > > On Mon, Apr 29, 2013 at 11:37:56AM +0200, Karel Zak wrote: > > > > > > Philippe, do you have any disk image with AIX LVM? It wo

Re: [PATCH 2/5] Add aix lvm partitions support files

2013-04-29 Thread Philippe De Muyter
On Tue, Apr 30, 2013 at 08:41:52AM +0200, Jens Axboe wrote: > On Mon, Apr 29 2013, Philippe De Muyter wrote: > > > > so sda is 8,0 and sdb is 8,16 > > > > and if, while discovering partitions of /dev/sda, I try to make a > > partition 16 or higher, it is sil

Re: [PATCH 2/5] Add aix lvm partitions support files

2013-04-29 Thread Philippe De Muyter
On Mon, Apr 29, 2013 at 01:40:41PM +0200, Philippe De Muyter wrote: > On Mon, Apr 29, 2013 at 11:37:56AM +0200, Karel Zak wrote: > > > > Philippe, do you have any disk image with AIX LVM? It would be nice to > > have a way how to test the code. I'd like to add support f

[PATCH 2/5] Add aix lvm partitions support files

2013-04-29 Thread Philippe De Muyter
. Signed-off-by: Philippe De Muyter Cc: Karel Zak Cc: Jens Axboe Cc: Andrew Morton --- block/partitions/aix.c | 290 block/partitions/aix.h |1 + 2 files changed, 291 insertions(+), 0 deletions(-) create mode 100644 block/partitions/aix.c

[PATCH v2 0/5] partitions: add AIX LVM support

2013-04-29 Thread Philippe De Muyter
This is a revision of the patch serie I sent some days ago, with fixes based on observations by Karel Zak, and other cleanups. This enables finding the contiguous partitions in AIX LVM disks. Patch 1 is actually just a cleanup of msdos.c, but as patch 3 depends on it I prefer to put it here. Phi

[PATCH 3/5] partitions/msdos: enumerate also AIX LVM partitions

2013-04-29 Thread Philippe De Muyter
ensures that AIX partitions enumeration is called before plain msdos partitions enumeration. Signed-off-by: Philippe De Muyter Cc: Karel Zak Cc: Jens Axboe Cc: Andrew Morton --- block/partitions/msdos.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/block/partitions

[PATCH 5/5] partitions/Kconfig: add the AIX_PARTITION entry

2013-04-29 Thread Philippe De Muyter
This is the final patch enabling a user to select AIX lvm partitions detection. Signed-off-by: Philippe De Muyter Cc: Karel Zak Cc: Jens Axboe Cc: Andrew Morton --- block/partitions/Kconfig | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/block/partitions

[PATCH 4/5] partitions/Makefile: compile aix.c if configured.

2013-04-29 Thread Philippe De Muyter
Signed-off-by: Philippe De Muyter Cc: Karel Zak Cc: Jens Axboe Cc: Andrew Morton --- block/partitions/Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/block/partitions/Makefile b/block/partitions/Makefile index 03af8ea..2be4d7b 100644 --- a/block/partitions

[PATCH 1/5] partitions/msdos.c: end-of-line whitespace and semicolon cleanup

2013-04-29 Thread Philippe De Muyter
Signed-off-by: Philippe De Muyter Cc: Karel Zak Cc: Jens Axboe Cc: Andrew Morton --- block/partitions/msdos.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/block/partitions/msdos.c b/block/partitions/msdos.c index 7681cd2..9bf19e6 100644 --- a/block

[PATCH] partitions/efi.c: replace useless kzalloc's by kmalloc's

2013-04-29 Thread Philippe De Muyter
In alloc_read_gpt_entries and alloc_read_gpt_header, the kzalloc'ated zones are either totally overwritten by the following read_lba call, or freed. As kmalloc is cheaper than kzalloc, use kmalloc. Signed-off-by: Philippe De Muyter Cc: Matt Domsch Cc: Panagiotis Issaris Cc: Jens Axbo

Re: [PATCH 2/5] Add aix lvm partitions support files

2013-04-29 Thread Philippe De Muyter
Hi Karel On Mon, Apr 29, 2013 at 02:36:51PM +0200, Karel Zak wrote: > On Mon, Apr 29, 2013 at 01:40:41PM +0200, Philippe De Muyter wrote: > > > why not memset(pps_found, )? I also see magical constant 16 > > > > Actually 16 is the maximum partition count allowed in

Re: [PATCH 2/5] Add aix lvm partitions support files

2013-04-29 Thread Philippe De Muyter
On Mon, Apr 29, 2013 at 11:37:56AM +0200, Karel Zak wrote: > On Thu, Apr 25, 2013 at 11:10:26PM +0200, Philippe De Muyter wrote: Thanks for the interest and the quick reply. > > +int aix_partition(struct parsed_partitions *state) > > +{ > > + int ret = 0; > > + Se

[PATCH 1/5] partitions/msdos.c: end-of-line whitespace and semicolon cleanup

2013-04-25 Thread Philippe De Muyter
Signed-off-by: Philippe De Muyter Cc: Jens Axboe --- block/partitions/msdos.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/block/partitions/msdos.c b/block/partitions/msdos.c index 7681cd2..9bf19e6 100644 --- a/block/partitions/msdos.c +++ b/block

[PATCH 2/5] Add aix lvm partitions support files

2013-04-25 Thread Philippe De Muyter
. Signed-off-by: Philippe De Muyter Cc: Jens Axboe --- block/partitions/aix.c | 279 block/partitions/aix.h |1 + 2 files changed, 280 insertions(+), 0 deletions(-) create mode 100644 block/partitions/aix.c create mode 100644 block/partitions

[RFC PATCH 0/5] Add aix lvm partitions support

2013-04-25 Thread Philippe De Muyter
This patches serie implements a mapping from AIX LVM logical volumes to linux partitions, for AIX disks from versions AIX 3 & AIX 4, maybe later versions also, but this has not been tested. Because the LVM layer of AIX allows logical volumes to be made of separate so-called physical partitions whi

[PATCH 5/5] partitions/Kconfig: add the AIX_PARTITION entry

2013-04-25 Thread Philippe De Muyter
This is the final patch enabling a user to select AIX lvm partitions detection. Signed-off-by: Philippe De Muyter Cc: Jens Axboe --- block/partitions/Kconfig | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/block/partitions/Kconfig b/block/partitions/Kconfig

[PATCH 3/5] partitions/msdos: enumerate also AIX LVM partitions

2013-04-25 Thread Philippe De Muyter
ensures that AIX partitions enumeration is called before plain msdos partitions enumeration. Signed-off-by: Philippe De Muyter Cc: Jens Axboe --- block/partitions/msdos.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/block/partitions/msdos.c b/block/partitions/msdos.c

[PATCH 4/5] partitions/Makefile: compile aix.c if configured.

2013-04-25 Thread Philippe De Muyter
Signed-off-by: Philippe De Muyter Cc: Jens Axboe --- block/partitions/Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/block/partitions/Makefile b/block/partitions/Makefile index 03af8ea..2be4d7b 100644 --- a/block/partitions/Makefile +++ b/block/partitions

Re: 3.9-rc1 powerpc ptrace.c: 'brk.len' is used uninitialized

2013-03-08 Thread Philippe De Muyter
On Fri, Mar 08, 2013 at 10:03:34AM +1100, Michael Neuling wrote: > Michael Neuling wrote: > > diff --git a/arch/powerpc/kernel/ptrace.c b/arch/powerpc/kernel/ptrace.c > index 245c1b6..8564515 100644 > --- a/arch/powerpc/kernel/ptrace.c > +++ b/arch/powerpc/kernel/ptrace.c > @@ -1428,6 +1428,7 @@

Re: 3.9-rc1 powerpc ptrace.c: 'brk.len' is used uninitialized

2013-03-07 Thread Philippe De Muyter
Hello Mikey, On Thu, Mar 07, 2013 at 10:14:30AM +1100, Michael Neuling wrote: > Philippe De Muyter wrote: > > > On Thu, Mar 07, 2013 at 09:09:48AM +1100, Michael Neuling wrote: > > > > bisect tells me that since your commit > > > > 9422de3e953d0e60eb95f5

Re: 3.9-rc1 powerpc ptrace.c: 'brk.len' is used uninitialized

2013-03-06 Thread Philippe De Muyter
On Thu, Mar 07, 2013 at 09:09:48AM +1100, Michael Neuling wrote: > > bisect tells me that since your commit > > 9422de3e953d0e60eb95f5430a9dd803eec1c6d7 > > "powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint > > registers", > > compiling linux fails with : > > > > cc1: warni

3.9-rc1 powerpc ptrace.c: 'brk.len' is used uninitialized

2013-03-05 Thread Philippe De Muyter
Hello Michael, bisect tells me that since your commit 9422de3e953d0e60eb95f5430a9dd803eec1c6d7 "powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registers", compiling linux fails with : cc1: warnings being treated as errors arch/powerpc/kernel/ptrace.c: In function 'arch_p

Re: [PATCH resent] dma: add the freescale-provided MultiChannel DMA driver

2013-02-21 Thread Philippe De Muyter
Hi Vinod, On Thu, Feb 21, 2013 at 03:22:33PM +0530, Vinod Koul wrote: > On Thu, Feb 21, 2013 at 09:29:47AM +0100, Philippe De Muyter wrote: > > > 2. If you are not using dmaengine APIs then drivers/dma/ is not a place > > > for you. > > > > What would be the pl

Re: [PATCH resent] dma: add the freescale-provided MultiChannel DMA driver

2013-02-21 Thread Philippe De Muyter
Hi Vinod, On Wed, Feb 20, 2013 at 12:01:47PM +0530, Vinod Koul wrote: > On Mon, Feb 04, 2013 at 06:38:23PM +0100, Philippe De Muyter wrote: > > This patch adds the (cleaned-up) Freescale-provided MultiChannel DMA > > driver for ColdFire M54xx and MPC8220 processors. > > >

[PATCH v2] block/partition/msdos: detect AIX formatted disks even without 55aa

2013-01-25 Thread Philippe De Muyter
that fails check for the MSDOS magic word. Signed-off-by: Philippe De Muyter --- block/partitions/msdos.c | 11 --- 1 files changed, 8 insertions(+), 3 deletions(-) v2: add a comment to avoid accidental removal of the tests order (suggested by Andreas Mohr ) diff --git a/block/parti

[PATCH] block/partition/msdos: detect AIX formatted disks even without 55aa

2013-01-25 Thread Philippe De Muyter
that fails check for the MSDOS magic word. Signed-off-by: Philippe De Muyter --- block/partitions/msdos.c |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/block/partitions/msdos.c b/block/partitions/msdos.c index 8752a5d..4b31ed7 100644 --- a/block/partitions/msdos.c

Re: [m68k,powerpc,dma,ethernet,freescale RFA] Coldfire m54xx FEC ethernet driver

2012-10-16 Thread Philippe De Muyter
Hi Greg, On Tue, Oct 16, 2012 at 04:39:05PM +1000, Greg Ungerer wrote: > Hi Philippe, > > On 09/10/12 19:07, Philippe De Muyter wrote: >> [CCing lkml, linux-ppc, netdev, linux-m68k] >> >> Hello kernel sources architects >> >> I have a working driver f

[PATCH v2] powerpc,dma: move bestcomm driver from arch/powerpc/sysdev to drivers/dma

2012-10-12 Thread Philippe De Muyter
files are moved to arch/drivers/dma/bestcomm, while .h files are moved to include/linux/fsl/bestcomm. Makefiles, Kconfigs and #include directives are updated for the new file locations. Tested by recompiling for MPC5200 with all bestcomm users enabled. Signed-off-by: Philippe De Muyter --- arc

[m68k,powerpc,dma,ethernet,freescale RFA] Coldfire m54xx FEC ethernet driver

2012-10-09 Thread Philippe De Muyter
ct 09, 2012 at 04:12:44PM +1000, Greg Ungerer wrote: > Hi Philippe, > > On 05/10/12 01:03, Philippe De Muyter wrote: >> On Thu, Oct 04, 2012 at 04:56:01PM +0200, Philippe De Muyter wrote: >>> On Thu, Oct 04, 2012 at 11:33:32PM +1000, Greg Ungerer wrote: >>>> >

Re: [PATCH v2] checkpatch: Suggest using min_t or max_t

2012-09-05 Thread Philippe De Muyter
On Wed, Sep 5, 2012 at 7:07 PM, Joe Perches wrote: > On Wed, 2012-09-05 at 13:21 +0200, Philippe De Muyter wrote: >> > v2: Make $match_balanced_parentheses work in perl 5.8 >> >> Has this been applied ? >> >> v3.3 version of checkpatch.pl works for me, but

Re: [PATCH v2] checkpatch: Suggest using min_t or max_t

2012-09-05 Thread Philippe De Muyter
On 5/27/11, Joe Perches wrote: > A common issue with min() or max() is using a cast on > one or both of the arguments when using min_t/max_t could > be better. > > Add cast detection to uses of min/max and suggest an > appropriate use of min_t or max_t instead. > > Caveat: This only works for min

Re: [PATCH 3/3] Add support to M54xx DMA FEC Driver

2012-09-05 Thread Philippe De Muyter
and linking the ethernet driver cannot succeed without the dma part), but if you ask, I'll send it privately. Best regards Philippe -- Philippe De Muyter +32 2 6101532 Macq SA rue de l'Aeronef 2 B-1140 Bruxelles -- To unsubscribe from this list: send the line "unsubscribe linux-kern

Re: [PATCH 1/3] Add support to broadcom 5222 PHY

2012-08-23 Thread Philippe De Muyter
On Thu, Aug 23, 2012 at 05:21:23PM +0200, Stany MARCEL wrote: > On Thu, Aug 23, 2012 at 12:47 PM, Geert Uytterhoeven > wrote: > > On Tue, Aug 21, 2012 at 2:18 PM, Stany MARCEL > > wrote: > >> Signed-off-by: Stany MARCEL > >> --- > >> > >> This driver is an adaption of the one given by freescale

POWERPC : What's "SPE used in kernel" ?

2008-02-21 Thread Philippe De Muyter
Dear list, I have just compiled linux-2.6.24 for a MPC8540 target using a MPC8540 specific gcc. I then got thousands of "SPE used in kernel" messages. Looking at the sources I ifdeffed out the printk call in KernelSPE, and I now have a silent kernel, that seems to work fine. Is there something

Hint needed : how to debug sempahore's problem

2007-09-02 Thread Philippe De Muyter
Hi all, Can someone give me some hint or link for the following question : I have several processes blocked in 'D' state, and I surmise they are waiting for a semaphore (in the `down' routine). How is it possible : - to verify the processes are really blocked on a semaphore, - to see which semap

Re: uclinux patches submission and author credit

2007-08-07 Thread Philippe De Muyter
Hi Greg, On Tue, Aug 07, 2007 at 04:20:54PM +1000, Greg Ungerer wrote: > Currently if I submit a patch that was sent to me with a > Signed-off-by line I just add mine underneath it and send. > If the patch didn't come with a Signed-off-by then I put the > original author in a "From" line at the t

uclinux patches submission and author credit

2007-08-06 Thread Philippe De Muyter
Hi Andrew and Greg, Currently, all the patches that are submitted via Greg are marked as authored by Greg. Actually, the author is named in the first Signed-off-by line (often Greg himself, sometimes someone other). Would it be possible to fix the patch submission scheme so that the real author

[PATCH] fs : mark nibblemap const

2007-07-13 Thread Philippe De Muyter
Hi all Mark nibblemap const Signed-off-by: Philippe De Muyter <[EMAIL PROTECTED]> diff -r 6c0a10cc415a fs/affs/bitmap.c --- a/fs/affs/bitmap.c Thu Jul 5 16:10:16 2007 -0700 +++ b/fs/affs/bitmap.c Fri Jul 13 12:21:14 2007 +0200 @@ -11,7 +11,7 @@ /* This is, of course, shamelessly

[PATCH] block : make partitions_op & diskstats_op const

2007-07-06 Thread Philippe De Muyter
Hi all, Make partitions_op & diskstats_op const Signed-off-by: Philippe De Muyter <[EMAIL PROTECTED]> diff -r 6c0a10cc415a block/genhd.c --- a/block/genhd.c Thu Jul 5 16:10:16 2007 -0700 +++ b/block/genhd.c Fri Jul 6 15:57:07 2007 +0200 @@ -328,7 +328,7 @@ static int show

Re: [PATCH] net : make netlink_seq_ops const

2007-07-06 Thread Philippe De Muyter
On Fri, Jul 06, 2007 at 02:52:11PM +0200, Patrick McHardy wrote: > [please send networking patches to netdev] > > Philippe De Muyter wrote: > > Hi all, > > > > Make netlink_seq_ops const > > > Might make more sense to do a big patch for all occurences of

[PATCH] net : make netlink_seq_ops const

2007-07-06 Thread Philippe De Muyter
Hi all, Make netlink_seq_ops const Signed-off-by: Philippe De Muyter <[EMAIL PROTECTED]> diff -r 6c0a10cc415a net/netlink/af_netlink.c --- a/net/netlink/af_netlink.c Thu Jul 5 16:10:16 2007 -0700 +++ b/net/netlink/af_netlink.c Fri Jul 6 14:43:30 2007 +0200 @@ -1713,7 +1713,7 @@ stat

[PATCH] m68knommu : make cpuinfo_op const

2007-07-06 Thread Philippe De Muyter
Hi all, Make m68knommu cpuinfo_op const. Signed-off-by: Philippe De Muyter <[EMAIL PROTECTED]> diff -r 6c0a10cc415a arch/m68knommu/kernel/setup.c --- a/arch/m68knommu/kernel/setup.c Thu Jul 5 16:10:16 2007 -0700 +++ b/arch/m68knommu/kernel/setup.c Fri Jul 6 13:37:57 2007

[PATCH] net : make ip_tos2prio const

2007-07-06 Thread Philippe De Muyter
Hi all, Make ip_tos2prio `const'. Signed-off-by: Philippe De Muyter <[EMAIL PROTECTED]> diff -r 6c0a10cc415a include/net/route.h --- a/include/net/route.h Thu Jul 5 16:10:16 2007 -0700 +++ b/include/net/route.h Fri Jul 6 13:23:35 2007 +0200 @@ -136,7 +136,7 @@ static

[PATCH] ppp : white space cleanup

2007-07-06 Thread Philippe De Muyter
Hi all, This removes useless spaces at begin of lines Signed-off-by: Philippe De Muyter <[EMAIL PROTECTED]> diff -r 6c0a10cc415a drivers/net/ppp_async.c --- a/drivers/net/ppp_async.c Thu Jul 5 16:10:16 2007 -0700 +++ b/drivers/net/ppp_async.c Fri Jul 6 12:15:38 2007 +0200 @@ -

Re: [PATCH] mtd : add FUJITSU MBM29F800BA and ST M29F800AB descriptions

2007-07-05 Thread Philippe De Muyter
On Thu, Jul 05, 2007 at 01:23:16PM -0400, David Woodhouse wrote: > On Thu, 2007-07-05 at 17:05 +0200, Philippe De Muyter wrote: > > Add descriptions for Fujitsu MBM29F800BA and ST M29F800AB flash chips. > > Those chips are compatible (except for the ids) with the AMD > > AM

[PATCH] mtd : add FUJITSU MBM29F800BA and ST M29F800AB descriptions

2007-07-05 Thread Philippe De Muyter
Hi all, Add descriptions for Fujitsu MBM29F800BA and ST M29F800AB flash chips. Those chips are compatible (except for the ids) with the AMD AM29F800BB. Signed-off-by: Philippe De Muyter <[EMAIL PROTECTED]> diff -r d857b8fa1d27 drivers/mtd/chips/jedec_probe.c --- a/drivers/mtd

Re: retry [PATCH] partition : add support for sysv68 partitions

2007-05-09 Thread Philippe De Muyter
Hi Geert, > > What do you think of > > `default y if VME' > > or > > `default y if M68K && SYSV_FS' > > I prefer `default y if VME'. > > BTW, perhaps PPC based Motorola MVME boards use SYSV68 partition tables, > too? No, the PPC based Motorola MVME boards use the (currently not supporte

Re: retry [PATCH] partition : add support for sysv68 partitions

2007-05-09 Thread Philippe De Muyter
Hi Geert, On Tue, May 08, 2007 at 10:21:12PM +0200, Geert Uytterhoeven wrote: > Hi Philippe, > > On Fri, 13 Apr 2007, Philippe De Muyter wrote: > > Add support for the Motorola sysv68 disk partition table (slices in motorola > > doc). > > > > Signed-o

retry [PATCH] partition : add support for sysv68 partitions

2007-04-13 Thread Philippe De Muyter
Hi all, Add support for the Motorola sysv68 disk partition table (slices in motorola doc). Signed-off-by: Philippe De Muyter <[EMAIL PROTECTED]> diff -r 1b54f1d81bc5 fs/partitions/Kconfig --- a/fs/partitions/Kconfig Thu Apr 12 15:44:52 2007 -0700 +++ b/fs/partitions/Kconfig Fri

[PATCH] partition : add support for sysv68 partitions

2007-04-06 Thread Philippe De Muyter
Hi all, Add support for the Motorola sysv68 disk partition (slices in motorola doc). Signed-off-by: Philippe De Muyter <[EMAIL PROTECTED]> diff -ruN fs/partitionsbk/check.c fs/partitions/check.c --- fs/partitionsbk/check.c 2006-09-20 05:42:06.0 +0200 +++ fs/partitions/c

Re: [PATCH 2.6.20] isdn-capi: Use ARRAY_SIZE macro when appropriate

2007-02-07 Thread Philippe De Muyter
On Wed, Feb 07, 2007 at 09:41:00PM +0200, Ahmed S. Darwish wrote: > On Tue, Feb 06, 2007 at 10:18:14PM +0100, Philippe De Muyter wrote: > > On Tue, Feb 06, 2007 at 10:41:30PM +0200, Ahmed S. Darwish wrote: > > > > > > -for (i=nelem-1; i >= 0; i--) {

Re: [PATCH] fbdev driver for S3 Trio/Virge

2007-02-06 Thread Philippe De Muyter
On Mon, Feb 05, 2007 at 08:51:30PM +0100, Ondrej Zajicek wrote: > This patch adds driver for S3 Trio / S3 Virge. Driver is tested > with most versions of S3 Trio and S3 Virge, on i386. > It is tested both as compiled-in and module. It is against > linux-2.6.20 . I would like to test your patch, be

Re: [PATCH 2.6.20] isdn-capi: Use ARRAY_SIZE macro when appropriate

2007-02-06 Thread Philippe De Muyter
On Tue, Feb 06, 2007 at 10:41:30PM +0200, Ahmed S. Darwish wrote: > On Tue, Feb 06, 2007 at 09:52:17AM -0800, Joe Perches wrote: > > On Tue, 2007-02-06 at 18:04 +0200, Ahmed S. Darwish wrote: > > > A patch to use ARRAY_SIZE macro already defined in kernel.h > > > Signed-off-by: Ahmed S. Darwish <[E

Re: RTC subsystem and fractions of seconds

2007-01-08 Thread Philippe De Muyter
On Sun, Jan 07, 2007 at 06:10:30PM -0800, David Brownell wrote: > > One usefull addition for my needs and with a m41t81 is the support of > > the calibration of the rtc. However this can perhaps be hidden in the > > .set_mmss function. > > Doesn't seem like an set_mmss() mechanism at all. Some

Re: RTC subsystem and fractions of seconds

2007-01-07 Thread Philippe De Muyter
On Sun, 7 Jan 2007, Hugh Dickins wrote: > Author: Matt Mackall <[EMAIL PROTECTED]> > > [PATCH] RTC: Remove RTC UIP synchronization on x86 > > Reading the CMOS clock on x86 and some other arches currently takes up to > one > second because it synchronizes with the CMOS second tic

Re: RTC subsystem and fractions of seconds

2007-01-07 Thread Philippe De Muyter
On Fri, Jan 05, 2007 at 07:49:00PM -0800, David Brownell wrote: > > Those rtc's actually have a 1/100th of second > > register. Should the generic rtc interface not support that? > > Are you implying a new userspace API, or just an in-kernel update? > > Either way, that raises the question o

Re: RTC subsystem and fractions of seconds

2007-01-07 Thread Philippe De Muyter
On Sat, Jan 06, 2007 at 03:52:43PM -0800, David Brownell wrote: > On Saturday 06 January 2007 3:26 pm, Philippe De Muyter wrote: > > On Fri, Jan 05, 2007 at 07:49:00PM -0800, David Brownell wrote: > > > > Those rtc's actually have a 1/100th of second > > &

Re: RTC subsystem and fractions of seconds

2007-01-06 Thread Philippe De Muyter
On Fri, Jan 05, 2007 at 07:49:00PM -0800, David Brownell wrote: > > Those rtc's actually have a 1/100th of second > > register. Should the generic rtc interface not support that? > > Are you implying a new userspace API, or just an in-kernel update? My only concern at the moment is initializ

RTC subsystem and fractions of seconds

2007-01-05 Thread Philippe De Muyter
Hi all, A comment in driver/rtc/hctosys says : /* IMPORTANT: the RTC only stores whole seconds. It is arbitrary * whether it stores the most close value or the value with partial * seconds truncated. However, it is important that we use it to store * the truncated value. This i

  1   2   >