Re: 2.6.13-rc2-mm1 - unknown symbol: is_broadcast_ether_addr

2005-07-11 Thread jan malstrom
seems andrew forgot to apply the patch in mm2... http://www.ussg.iu.edu/hypermail/linux/kernel/0507.0/0247.html - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.ht

2.6.13-rc2-mm1 - unknown symbol: is_broadcast_ether_addr

2005-07-11 Thread Damir Perisa
i get an unknown symbol "is_broadcast_ether_addr" from ipw2200 and ieee80211 if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map -b /home/damir/cvsARCH/extra/kernels/kernel26mm/pkg -r 2.6.13-rc2-mm1-ARCH; fi WARNING: /home/damir/cvsARCH/extra/kernels/kern

[PATCH 2.6.13-rc2-mm1] printk: add features when CONFIG_PRINTK_TIME=y

2005-07-09 Thread Stanislaw W. Gruszka
Add 2 values which control time printing when CONFIG_PRINTK_TIME=y. Values can be changed on boot option printk_time=n,m or by /proc/sys/kernel/printk_time. First one tell about what is printing: 0 - no additional time info, 1 - current time, 2 - difference between to consecutive printk calls. Se

[PATCH 2.6.13-rc2-mm1] add PCI IRQ initialization to TB0219

2005-07-09 Thread Yoichi Yuasa
Hi, This patch had added PCI IRQ initialization to TB0219 driver. Please apply. Signed-off-by: Yoichi Yuasa <[EMAIL PROTECTED]> diff -urN -X dontdiff mm1-orig/drivers/char/tb0219.c mm1/drivers/char/tb0219.c --- mm1-orig/drivers/char/tb0219.c 2005-07-06 12:46:33.0 +0900 +++ mm1/drive

Re: 2.6.13-rc2-mm1: some speakup nitpicks

2005-07-09 Thread Alexey Dobriyan
On Saturday 09 July 2005 06:07, Adrian Bunk wrote: > - SPEAKUP_DEFAULT shouldn't be asked if SPEAKUP=n > - "make namespacecheck" shows tons of needlessly global code > - the static variable special_handler is EXPORT_SYMBOL'ed > - #define MIN should be removed > - the file cvsversion.h only for keep

Re: [PATCH 1/14 2.6.13-rc2-mm1] V4L BTTV input

2005-07-09 Thread Bodo Eggert
Mauro Carvalho Chehab <[EMAIL PROTECTED]> wrote: > Changes to comply with CodingStyle: // comments converted to /* */ > +[ 22 ] = KEY_SUBTITLE,/* CC */ > +[ 13 ] = KEY_TEXT,/* TTX */ > +[ 11 ] = KEY_TV,/* AIR/CBL */ > +  

Re: 2.6.13-rc2-mm1: some speakup nitpicks

2005-07-08 Thread Greg KH
On Sat, Jul 09, 2005 at 04:07:18AM +0200, Adrian Bunk wrote: > On Thu, Jul 07, 2005 at 04:00:37AM -0700, Andrew Morton wrote: > >... > > Changes since 2.6.13-rc1-mm1: > >... > > +gregkh-driver-speakup-docs.patch > > +gregkh-driver-speakup-core.patch > > > > driver-core updates > >... > > These a

2.6.13-rc2-mm1: some speakup nitpicks

2005-07-08 Thread Adrian Bunk
On Thu, Jul 07, 2005 at 04:00:37AM -0700, Andrew Morton wrote: >... > Changes since 2.6.13-rc1-mm1: >... > +gregkh-driver-speakup-docs.patch > +gregkh-driver-speakup-core.patch > > driver-core updates >... These aren't driver-core updates, these are new drivers. It seems I missed when this was

[PATCH 4/14 2.6.13-rc2-mm1] V4L Documentation

2005-07-08 Thread Mauro Carvalho Chehab
- Card definitions updated. - Tail spaces removed. - Mark all 7135 cards as 7133. - Correct info about sync byte for MPEG-2 transport stream packets. Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> Signed-off-by: hermann pitton <[EMAIL PRO

[PATCH 6/14 2.6.13-rc2-mm1] V4L I2C BT832

2005-07-08 Thread Mauro Carvalho Chehab
- Removed unused structures. Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> linux/drivers/media/video/bt832.c | 12 1 files changed, 12 deletions(-) diff -u linux-2.6.13/drivers/media/video/bt832.c linux/drivers/media/video/bt832.c --- linux-2.6.13/drivers/media/video/b

[PATCH 8/14 2.6.13-rc2-mm1] V4L I2C Miscelaneous

2005-07-08 Thread Mauro Carvalho Chehab
- Removed unused structures. - CodingStyle rules applied to comments. Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> linux/drivers/media/video/msp3400.c | 30 +++- linux/drivers/media/video/tda7432.c | 13 linux/drivers/media/video/tda9875.c |

[PATCH 14/14 2.6.13-rc2-mm1] V4L TV EEPROM

2005-07-08 Thread Mauro Carvalho Chehab
- Eliminated unused code. Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> linux/drivers/media/video/tveeprom.c |9 + 1 files changed, 1 insertion(+), 8 deletions(-) diff -u linux-2.6.13/drivers/media/video/tveeprom.c linux/drivers/media/video/tveeprom.c --- linux-2.6.13/dri

[PATCH 13/14 2.6.13-rc2-mm1] V4L tuner-3026 - replace obsolete ioctl value

2005-07-08 Thread Mauro Carvalho Chehab
- obsolete TUNER_SET_TVFREQ changed to VIDIOCSFREQ. Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> linux-2.6.13-rc2-mm1/drivers/media/video/tuner-3036.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.13-rc2-mm1/drivers/media/video/tuner-3036.c.orig 2

[PATCH 9/14 2.6.13-rc2-mm1] V4L I2C Tuner

2005-07-08 Thread Mauro Carvalho Chehab
- Fixed a trouble on tuner-core that generates erros on computers with more than one TV card. - Rename tuner structures fields. - Tail spaces removed. - I2C cleanups and converged to a basic reference structure. - Removed unused structures. - Fix setting frequency on tda8290. - Added code for TEA

[PATCH 11/14 2.6.13-rc2-mm1] V4L MXB fix to correct tuner ioctl

2005-07-08 Thread Mauro Carvalho Chehab
- driver command adapted to use new control (TUNER_SET_TYPE_ADDR, instead of TUNER_SET_TYPE) Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> linux-2.6.13-rc2-mm1/drivers/media/video/mxb.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) --- linux-2.6.13-r

[PATCH 1/14 2.6.13-rc2-mm1] V4L drivers/media/video/Kconfig

2005-07-08 Thread Mauro Carvalho Chehab
- Removed obsolete option. Current code needs multi tuner. Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> drivers/media/video/Kconfig | 13 - 1 files changed, 13 deletions(-) --- linux-2.6.13-rc2-mm1/drivers/media/video/Kconfig.orig 2005-07-07 22:08:59.0

[PATCH 7/14 2.6.13-rc2-mm1] V4L I2C Infrared Remote Control

2005-07-08 Thread Mauro Carvalho Chehab
- Removed unused structures. - CodingStyle rules applied to comments. Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> linux/drivers/media/common/ir-common.c | 255 ++--- 1 files changed, 110 insertions(+), 145 deletions(-) diff -u linux-2.6.13/drivers/media/common/

[PATCH 5/14 2.6.13-rc2-mm1] V4L SAA7134 hybrid DVB

2005-07-08 Thread Mauro Carvalho Chehab
- Add new Typhoon DVB-T Cardbus. - DVB-T support for MD7134 cardbus and the PCI variants - initial DVB-T support for Lifeview Flydvb-t duo - DVB-T support for Philips TOUGH reference design - Don't turn off the xtal output of tda8274/75 in sleep mode - Let Kconfig decide whether to include frontend

[PATCH 3/14 2.6.13-rc2-mm1] V4L CX88 Update

2005-07-08 Thread Mauro Carvalho Chehab
- Removed unused structures. - Removed BTTV version check. - Some debug structs moved to their own .c file and converted to static - Comment changed to express better when attach_inform is running - set_freq removed from set_mode at tuner-core.c. - I2C cleanups and converged to a basic reference st

[PATCH 1/14 2.6.13-rc2-mm1] V4L BTTV input

2005-07-08 Thread Mauro Carvalho Chehab
Changes to comply with CodingStyle: // comments converted to /* */ Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> linux/drivers/media/video/ir-kbd-i2c.c | 51 ++--- 1 files changed, 21 insertions(+), 30 deletions(-) diff -u linux-2.6.13/drivers/media/video/ir-kbd

[PATCH 2/14 2.6.13-rc2-mm1] V4L BTTV update

2005-07-08 Thread Mauro Carvalho Chehab
- use DMA_32BIT_MASK. - Rename tuner structures fields. - Tail spaces removed. - I2C cleanups and converged to a basic reference structure. - Removed unused structures. - Removed BTTV version check. Signed-off-by: <[EMAIL PROTECTED]> Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> Signed-Off-By:

Re: 2.6.13-rc2-mm1

2005-07-07 Thread jan malstrom
ipw2100 doesnt compile: net/built-in.o(.text+0x921fc): In function `ieee80211_xmit': : undefined reference to `is_broadcast_ether_addr' jan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger

Re: 2.6.13-rc2-mm1

2005-07-07 Thread Roland Dreier
Andrew> - I seem to have quite a bit of material here which is Andrew> appropriate to 2.6.13: Andrew> - infiniband update (the VM changes are awkward, but are localised) Glad to hear that you think this is appropriate for 2.6.13. Let me know if there are any code changes or doc up

Re: 2.6.13-rc2-mm1

2005-07-07 Thread Robert Love
On Thu, 2005-07-07 at 04:00 -0700, Andrew Morton wrote: > - Anything which you think needs to go into 2.6.13, please let me know. Inotify? Robert Love - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo

Re: 2.6.13-rc2-mm1

2005-07-07 Thread Michael Krufky
Andrew Morton wrote: - I seem to have quite a bit of material here which is appropriate to 2.6.13: - all the DVB patches - all the v4l patches - Anything which you think needs to go into 2.6.13, please let me know. dvb-frontend-add-driver-for-lgdt3302.patch dvb: frontend: add driver for

Re: 2.6.13-rc2-mm1

2005-07-07 Thread Andrew Morton
Brice Goglin <[EMAIL PROTECTED]> wrote: > > Le 07.07.2005 13:00, Andrew Morton a écrit : > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13-rc2/2.6.13-rc2-mm1/ > > > > (kernel.org seems to be stuck again - there's a copy at

Re: 2.6.13-rc2-mm1

2005-07-07 Thread Andrew Morton
Miklos Szeredi <[EMAIL PROTECTED]> wrote: > > > - Anything which you think needs to go into 2.6.13, please let me know. > > FUSE? I'm inclined to just give up on the permissions thing - if someone comes up with something better then fine. But I do wonder whether v9fs would be a better place to

Re: 2.6.13-rc2-mm1

2005-07-07 Thread Miklos Szeredi
> I'm inclined to just give up on the permissions thing - if someone comes up > with something better then fine. > > But I do wonder whether v9fs would be a better place to be concentrating > the development effort. v9fs is a network filesystem. And it's a network filesystem that's not even very

Re: 2.6.13-rc2-mm1

2005-07-07 Thread Brice Goglin
Le 07.07.2005 13:32, Brice Goglin a écrit : > Le 07.07.2005 13:00, Andrew Morton a écrit : > >>ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13-rc2/2.6.13-rc2-mm1/ >> >>(kernel.org seems to be stuck again - there's a copy at >>http://www.z

Re: 2.6.13-rc2-mm1

2005-07-07 Thread Brice Goglin
Le 07.07.2005 13:00, Andrew Morton a écrit : > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13-rc2/2.6.13-rc2-mm1/ > > (kernel.org seems to be stuck again - there's a copy at > http://www.zip.com.au/~akpm/linux/patches/stuff/2.6.13-rc2-mm1.gz) CC ke

Re: 2.6.13-rc2-mm1

2005-07-07 Thread Miklos Szeredi
> - Anything which you think needs to go into 2.6.13, please let me know. FUSE? I don't see any advantage of holding it off any more. I feel the slightest of distrust towards the usefulness or quality of FUSE. Anyway if the users aren't interested enough to complain about inclusion, it's not re