Commit Graph

5587 Commits

Author SHA1 Message Date
Maximilian Attems 1354ca37d1 official linux-2.6 images update their modules dir
no point in keeping code that allows to circumvent this.
cleans up preinst a lot, nuke related varialbes everywhere.

as bonus nukes in preinst an comment that seems misplaced now..

svn path=/dists/trunk/linux-2.6/; revision=14030
2009-07-27 12:16:03 +00:00
Maximilian Attems 3c7cb82f14 preinst cleanup unused loader variables
preinst doesn't run any bootloader,
so no need to have any related code around.

svn path=/dists/trunk/linux-2.6/; revision=14029
2009-07-27 12:15:49 +00:00
Maximilian Attems 6cc708546f maintainer scripts cleanup nuke trailing newlines
svn path=/dists/trunk/linux-2.6/; revision=14028
2009-07-27 12:15:33 +00:00
Maximilian Attems d226ba0519 Nuke handling related to /initrd directory
the template is quite aged and thus we don't need to check for that.
first step in cleaning up the symlink mess.

svn path=/dists/trunk/linux-2.6/; revision=14027
2009-07-27 12:15:18 +00:00
Maximilian Attems 209a5deff1 maintainer scripts: nuke unused variable do_bootfloppy
floppy are legacy and not something linux-2.6 really cares about.

svn path=/dists/trunk/linux-2.6/; revision=14026
2009-07-27 12:15:02 +00:00
Maximilian Attems 1046c03678 postinst cleanup commented out code
svn path=/dists/trunk/linux-2.6/; revision=14025
2009-07-27 12:14:50 +00:00
Maximilian Attems f168f5c559 config nuke useless code related to upgrade
neither are the variables use nor thus the powerpc exception do
anything.

svn path=/dists/trunk/linux-2.6/; revision=14024
2009-07-27 12:14:37 +00:00
Maximilian Attems baf7bc30e9 config doesn't invoke any boot loader
nuke related boot loader search code and related variables.

svn path=/dists/trunk/linux-2.6/; revision=14023
2009-07-27 12:14:25 +00:00
Maximilian Attems a78d971938 postinst cleanup overly verbose DEBUG stuff
no need to have code duplication in debug warnings,
as we can read or strace them anyway.

svn path=/dists/trunk/linux-2.6/; revision=14022
2009-07-27 12:14:14 +00:00
Maximilian Attems 2ab25d6d69 postinst cleanup the !initrd code pathes
never used and useless.

svn path=/dists/trunk/linux-2.6/; revision=14021
2009-07-27 12:14:01 +00:00
Maximilian Attems a61bed4555 prerm cleanup from unused variables related to initramfs
svn path=/dists/trunk/linux-2.6/; revision=14020
2009-07-27 12:13:50 +00:00
Maximilian Attems 87197ea652 postrm cleanup initramfs related variables
svn path=/dists/trunk/linux-2.6/; revision=14019
2009-07-27 12:13:41 +00:00
Maximilian Attems 7ed10787f2 postinst nuke useless depmod-error template
as we always ship an initramfs that code path,
was never executed and thus is useless for us, nuke it.

svn path=/dists/trunk/linux-2.6/; revision=14018
2009-07-27 12:13:29 +00:00
Maximilian Attems 8bad787f9a config clean up of usesless variables regarding initramfs
svn path=/dists/trunk/linux-2.6/; revision=14017
2009-07-27 12:13:11 +00:00
Maximilian Attems 238bf2017b axe old k-p legacy checks on files in /
linux-2.6 never installed stuff in /,
we shouldn't care at all about this.

svn path=/dists/trunk/linux-2.6/; revision=14016
2009-07-27 12:12:53 +00:00
Maximilian Attems a06416a817 preinst do initrd by default
svn path=/dists/trunk/linux-2.6/; revision=14015
2009-07-27 12:12:33 +00:00
Maximilian Attems 3f8cb4be09 preinst don't check against do_initrd setting
initramfs is the default and user shouldn't be prompted for it.
nukes thus some useless templates.

also nuke do_initrd and warn_initrd variables all over the places.

svn path=/dists/trunk/linux-2.6/; revision=14014
2009-07-27 12:12:07 +00:00
Bastian Blank 52825dc83a debian/rules.real: Create stamps directory if needed.
svn path=/dists/trunk/linux-2.6/; revision=14009
2009-07-25 10:08:00 +00:00
Bastian Blank 77e9d16753 debian/rules
- Cleanup variables.
- Remove usage of directory creations rules.

svn path=/dists/trunk/linux-2.6/; revision=14008
2009-07-25 10:05:31 +00:00
Maximilian Attems 03d055abfc topconfig enable modular USB_CDC_PHONET
svn path=/dists/trunk/linux-2.6/; revision=13999
2009-07-24 09:04:20 +00:00
Maximilian Attems 7ae7b81581 update to 2.6.31-rc4
nuke upstream patch.

svn path=/dists/trunk/linux-2.6/; revision=13998
2009-07-24 08:57:48 +00:00
Maximilian Attems dbec8b9060 Newer Standards-Version 3.8.2 without changes
svn path=/dists/trunk/linux-2.6/; revision=13997
2009-07-24 08:57:40 +00:00
Moritz Muehlenhoff 3f077820a0 Patch has been merged in 2.6.31:
- Remove incorrect ACPI blacklisting of ASUS P4B266 mainboards
  (Closes: #525625)

svn path=/dists/trunk/linux-2.6/; revision=13995
2009-07-23 17:39:28 +00:00
Moritz Muehlenhoff 60424cfaf6 Ben's patch has been merged into mainline
svn path=/dists/trunk/linux-2.6/; revision=13991
2009-07-22 20:06:32 +00:00
dann frazier 6c9b302884 n_tty: Fix echo race
svn path=/dists/trunk/linux-2.6/; revision=13989
2009-07-22 06:48:44 +00:00
Maximilian Attems 1a05b498da x86 explicitly disable EDAC_AMD64_ERROR_INJECTION
svn path=/dists/trunk/linux-2.6/; revision=13971
2009-07-18 16:03:08 +00:00
Maximilian Attems d22061fc5a x86 enable EDAC_AMD64
centralize the x86 edac settings as bonus.

svn path=/dists/trunk/linux-2.6/; revision=13970
2009-07-18 16:00:31 +00:00
Maximilian Attems fa975a0d6b x86 explicitly disable X86_MCE_INJECT
svn path=/dists/trunk/linux-2.6/; revision=13969
2009-07-18 15:55:56 +00:00
Maximilian Attems d857c1081f x86 explicitly disable IOMMU_STRESS
svn path=/dists/trunk/linux-2.6/; revision=13968
2009-07-18 15:53:46 +00:00
Maximilian Attems c5d75909f8 x86 enable modular ACERHDF
centralize x86 platform drivers, just one is not x86_64.

svn path=/dists/trunk/linux-2.6/; revision=13967
2009-07-18 15:48:53 +00:00
Maximilian Attems 4ff0caaa47 x86 fix config staging driver changed name
svn path=/dists/trunk/linux-2.6/; revision=13966
2009-07-18 15:48:46 +00:00
Maximilian Attems b54022cfbe staging has with rtl8192su another firmware blob without license
nuke it and disable the driver

svn path=/dists/trunk/linux-2.6/; revision=13965
2009-07-18 15:48:36 +00:00
Maximilian Attems b1e93ff564 x86 enable COMEDI_PCMCIA_DRIVERS
centralize the comedi staging setting.

svn path=/dists/trunk/linux-2.6/; revision=13964
2009-07-18 15:48:27 +00:00
Maximilian Attems 71e12d3b52 x86 enable RT3070
svn path=/dists/trunk/linux-2.6/; revision=13963
2009-07-18 15:48:15 +00:00
Maximilian Attems 5777b0017b x86 renenable the current staging crap
svn path=/dists/trunk/linux-2.6/; revision=13962
2009-07-18 14:51:11 +00:00
Moritz Muehlenhoff ea759673f0 Fix Linus' name in copyright file (Closes: #530620)
svn path=/dists/trunk/linux-2.6/; revision=13959
2009-07-17 21:10:00 +00:00
Bastian Blank ba1ffa147c debian/bin/abiupdate.py: Adopt changes.
svn path=/dists/trunk/linux-2.6/; revision=13958
2009-07-17 14:07:05 +00:00
Bastian Blank 9e6796a8c6 * debian/bin/buildcheck.py: Rewrite complete symbol check.
* debian/lib/python/debian_linux/abi.py: Cleanup.

svn path=/dists/trunk/linux-2.6/; revision=13956
2009-07-17 14:01:24 +00:00
Bastian Blank 1e307225a1 * debian/changelog: Update.
* debian/config/config: Disable STAGING.

svn path=/dists/trunk/linux-2.6/; revision=13953
2009-07-16 20:44:45 +00:00
Maximilian Attems 04c2acf637 topconfig enable new SMARTJOYPLUS_FF
svn path=/dists/trunk/linux-2.6/; revision=13952
2009-07-16 13:55:36 +00:00
Maximilian Attems b4e05c3ad8 fix DRAGONRISE_FF and GREENASIA_FF selection
.config:227:warning: symbol value 'm' invalid for DRAGONRISE_FF
.config:231:warning: symbol value 'm' invalid for GREENASIA_FF

svn path=/dists/trunk/linux-2.6/; revision=13951
2009-07-16 13:55:30 +00:00
Maximilian Attems 8ebaba191b x86 centralize HW_RANDOM
as bonus side effects enables now also HW_RANDOM_VIA,
which got 64 bit clean.

svn path=/dists/trunk/linux-2.6/; revision=13950
2009-07-16 13:50:38 +00:00
Maximilian Attems dd586c0f7d topconfig explicitly unset DEBUG_KMEMLEAK
defaults to no anyway.

svn path=/dists/trunk/linux-2.6/; revision=13949
2009-07-16 13:44:07 +00:00
Maximilian Attems f9606db24f topconfig explicitly disable NFS_V4_1
defaults no, marked dev only.

svn path=/dists/trunk/linux-2.6/; revision=13948
2009-07-16 13:43:57 +00:00
Maximilian Attems 29bbb16737 topconfig explicitly disalbe DRM_RADEON_KMS
svn path=/dists/trunk/linux-2.6/; revision=13947
2009-07-16 13:43:47 +00:00
Maximilian Attems b794d22eb1 topconfig explicitly disable GCOV_KERNEL
defaults to no, kernel profiling not a user fun ;)

svn path=/dists/trunk/linux-2.6/; revision=13946
2009-07-16 13:43:36 +00:00
Maximilian Attems 6e7a04f26e topconfig enable modular RTC_DRV_RX8025
svn path=/dists/trunk/linux-2.6/; revision=13944
2009-07-15 13:45:03 +00:00
Maximilian Attems 72440ecbad topconfig enable modular LEDS_LP3944
svn path=/dists/trunk/linux-2.6/; revision=13943
2009-07-15 13:44:55 +00:00
Maximilian Attems d19761fdfc topconfig enable new mmc controller drivers
MMC_SDHCI_PLTFM, MMC_CB710 and MMC_VIA_SDMMC.

svn path=/dists/trunk/linux-2.6/; revision=13942
2009-07-15 13:44:49 +00:00
Maximilian Attems 5460b096c2 topconfig enable SND_HDA_INPUT_JACK
svn path=/dists/trunk/linux-2.6/; revision=13941
2009-07-15 13:44:41 +00:00
Maximilian Attems ea8ca5a023 topconfig enable modular AB3100_CORE
svn path=/dists/trunk/linux-2.6/; revision=13940
2009-07-15 13:44:34 +00:00
Maximilian Attems daf7294b3d topconfig enable modular PPS
svn path=/dists/trunk/linux-2.6/; revision=13939
2009-07-15 13:44:28 +00:00
Maximilian Attems a0e188b2bd topconfig set modular WL12XX
svn path=/dists/trunk/linux-2.6/; revision=13938
2009-07-15 13:44:21 +00:00
Ben Hutchings 2522cda802 Do not remove av7110 firmware since it is DFSG-free
svn path=/dists/trunk/linux-2.6/; revision=13937
2009-07-15 02:42:36 +00:00
Ben Hutchings b4830dbdb1 Add firmware-linux-free package containing DFSG-free firmware.
Make kernel image packages recommend it.

svn path=/dists/trunk/linux-2.6/; revision=13934
2009-07-15 01:23:53 +00:00
Maximilian Attems 61f1596c65 topconfig set modular CUSE
enables fuse extension

svn path=/dists/trunk/linux-2.6/; revision=13927
2009-07-14 07:44:03 +00:00
Maximilian Attems a6a29b0012 topconfig explicitly turn FSNOTIFY on
defaults to y anyway..

svn path=/dists/trunk/linux-2.6/; revision=13926
2009-07-14 07:43:52 +00:00
Maximilian Attems 9543df3257 topconfig set MEDIA_SUPPORT
svn path=/dists/trunk/linux-2.6/; revision=13925
2009-07-14 07:43:40 +00:00
Maximilian Attems 6c43825858 topconfig set modular REGULATOR_LP3971
svn path=/dists/trunk/linux-2.6/; revision=13924
2009-07-14 07:43:28 +00:00
Maximilian Attems b0ff9da89c topconfig set modular REGULATOR_MAX1586
svn path=/dists/trunk/linux-2.6/; revision=13923
2009-07-14 07:43:19 +00:00
Maximilian Attems eab7d5931d topconfig set modular REGULATOR_USERSPACE_CONSUMER
svn path=/dists/trunk/linux-2.6/; revision=13922
2009-07-14 07:43:07 +00:00
Maximilian Attems 66821bd1c0 topconfig set modular SENSORS_TMP401
svn path=/dists/trunk/linux-2.6/; revision=13921
2009-07-14 07:42:54 +00:00
Maximilian Attems 6ea0672373 topconfig set modular BATTERY_MAX17040
svn path=/dists/trunk/linux-2.6/; revision=13920
2009-07-14 07:42:40 +00:00
Maximilian Attems 02ebaa15c0 topconfig set modular TOUCHSCREEN_W90X900
svn path=/dists/trunk/linux-2.6/; revision=13919
2009-07-14 07:42:31 +00:00
Maximilian Attems 2e784f33a5 topconfig set modular TOUCHSCREEN_EETI
svn path=/dists/trunk/linux-2.6/; revision=13918
2009-07-14 07:42:24 +00:00
Maximilian Attems b4bda8eb19 topconfig set modular IEEE802154_DRIVERS and friend
svn path=/dists/trunk/linux-2.6/; revision=13917
2009-07-14 07:42:15 +00:00
Maximilian Attems 8cf68eed87 topconfig set modular IWM
svn path=/dists/trunk/linux-2.6/; revision=13916
2009-07-14 07:42:06 +00:00
Maximilian Attems c5c8255f56 topconfig explicitly unset SCSI_MVSAS_DEBUG
svn path=/dists/trunk/linux-2.6/; revision=13915
2009-07-14 07:41:59 +00:00
Maximilian Attems d2e24bcaf3 topconfig set modular SCSI_BNX2_ISCSI
svn path=/dists/trunk/linux-2.6/; revision=13914
2009-07-14 07:41:48 +00:00
Maximilian Attems cbcb6fd9f8 topconfig set modular BLK_DEV_OSD
svn path=/dists/trunk/linux-2.6/; revision=13913
2009-07-14 07:41:31 +00:00
Bastian Blank cbdeebf416 * debian/changelog: Set version to 2.6.31~rc3-1~experimental.1.
* debian/patches/series/base: Update.

svn path=/dists/trunk/linux-2.6/; revision=13912
2009-07-14 05:54:17 +00:00
Bastian Blank 22709745e8 debian/patches/series/base: Disable broken patch.
svn path=/dists/trunk/linux-2.6/; revision=13907
2009-07-11 13:21:40 +00:00
Ben Hutchings f2fc4fe87b Make cxgb3 use request_firmware() for PHY firmware.
Adapt patch by Divy Le Ray <divy@chelsio.com> accepted by David Miller into net-next-2.6.

svn path=/dists/trunk/linux-2.6/; revision=13906
2009-07-08 23:45:44 +00:00
Maximilian Attems 2d897ad123 topconfig enable modular SND_LX6464ES
svn path=/dists/trunk/linux-2.6/; revision=13905
2009-07-08 14:13:38 +00:00
Maximilian Attems 57e9133336 topconfig explicitly enable SND_HDA_CODEC_CA0110
svn path=/dists/trunk/linux-2.6/; revision=13904
2009-07-08 14:13:32 +00:00
Maximilian Attems 28d5d34f81 topconfig enable modular USB_NET_INT51X1
svn path=/dists/trunk/linux-2.6/; revision=13903
2009-07-08 14:13:26 +00:00
Maximilian Attems 04ba5f67b4 topconfig enable modular RT2800USB
svn path=/dists/trunk/linux-2.6/; revision=13902
2009-07-08 14:13:17 +00:00
Maximilian Attems 214b5a39dd topconfig enable modular CNIC
svn path=/dists/trunk/linux-2.6/; revision=13901
2009-07-08 14:13:09 +00:00
Maximilian Attems 5fdebbf24c topconfig enable modular CB710_CORE
svn path=/dists/trunk/linux-2.6/; revision=13900
2009-07-08 14:13:02 +00:00
Maximilian Attems 3184cb6663 topconfig explicitly enable MAC80211_DEFAULT_PS
y per default.

svn path=/dists/trunk/linux-2.6/; revision=13899
2009-07-08 14:12:55 +00:00
Maximilian Attems 3147cbab6b enable all of the modular CAN device drivers
also set CAN bit-timing

svn path=/dists/trunk/linux-2.6/; revision=13898
2009-07-08 14:12:47 +00:00
Martin Michlmayr fc39637d2f another mips build fix
svn path=/dists/trunk/linux-2.6/; revision=13891
2009-07-06 10:07:24 +00:00
Martin Michlmayr bceeae677e add mipsel and arm build fix
svn path=/dists/trunk/linux-2.6/; revision=13890
2009-07-06 08:25:18 +00:00
Aurelien Jarno b9b1806d98 - support for W83627DHG-P (closes: #535646).
svn path=/dists/trunk/linux-2.6/; revision=13879
2009-07-05 13:47:04 +00:00
Maximilian Attems bccd785689 topconfig enable modular LIBERTAS_SPI
svn path=/dists/trunk/linux-2.6/; revision=13878
2009-07-05 12:43:00 +00:00
Maximilian Attems 04fe08b719 topconfig modular enable various new dm features
svn path=/dists/trunk/linux-2.6/; revision=13877
2009-07-05 12:42:51 +00:00
Maximilian Attems 0bdc94fb02 topconfig enable modular EEPROM_MAX6875
svn path=/dists/trunk/linux-2.6/; revision=13876
2009-07-05 12:42:43 +00:00
Maximilian Attems eb596961ce topconfig set modular CAN_DEV
svn path=/dists/trunk/linux-2.6/; revision=13875
2009-07-05 12:42:33 +00:00
Maximilian Attems b1007c5279 topconfig enable modular IEEE802154
IEEE Std 802.15.4 support.

svn path=/dists/trunk/linux-2.6/; revision=13874
2009-07-05 12:42:25 +00:00
Maximilian Attems 8b5112f7dc disable v4l1 ov511 and quickcam_messenger drivers
obsoleted by gspca v4l2 gspca subdrivers

svn path=/dists/trunk/linux-2.6/; revision=13873
2009-07-05 12:42:16 +00:00
Maximilian Attems c29bb08b0f topconfig enable modular USB_XHCI_HCD
svn path=/dists/trunk/linux-2.6/; revision=13872
2009-07-05 11:23:47 +00:00
Maximilian Attems b542e2c046 topconfig set modular SND_CTXFI
svn path=/dists/trunk/linux-2.6/; revision=13871
2009-07-05 11:23:27 +00:00
Maximilian Attems 71cc680a15 topconfig enable modular FIREWIRE_NET
juju will clearly be the chosen firewire stack for squeeze.

svn path=/dists/trunk/linux-2.6/; revision=13870
2009-07-05 11:23:21 +00:00
Maximilian Attems f53dd57026 topconfig enable modular NETFILTER_XT_MATCH_OSF
svn path=/dists/trunk/linux-2.6/; revision=13869
2009-07-05 11:13:10 +00:00
Maximilian Attems 645899ed6e update to 2.6.31-rc2
allmost no conflicts beside one sparc patch,
that landed in next and should be soon in linus.

svn path=/dists/trunk/linux-2.6/; revision=13868
2009-07-05 10:54:49 +00:00
Martin Michlmayr 7b5f8f8017 remove patches that are in 31rc1
svn path=/dists/trunk/linux-2.6/; revision=13865
2009-07-03 17:37:35 +00:00
Martin Michlmayr f22eb6a13f [armel/orion5x, armel/kirkwood] Set GPIO_SYSFS=y since these
platforms have been converted to GPIOLIB.

svn path=/dists/trunk/linux-2.6/; revision=13864
2009-07-03 17:34:27 +00:00
Ben Hutchings 42222d590e Combine rt2860sta and rt2870sta firmware patches following upstream changes
svn path=/dists/trunk/linux-2.6/; revision=13851
2009-06-28 15:33:38 +00:00
Ben Hutchings 998a33cf0a Use RV730 firmware for RV740, as the upstream code does
svn path=/dists/trunk/linux-2.6/; revision=13850
2009-06-28 13:42:45 +00:00
Ben Hutchings 9ec7f17321 Remove PHY firmware blobs from cxgb3
svn path=/dists/trunk/linux-2.6/; revision=13849
2009-06-28 13:07:41 +00:00
Ben Hutchings 8d844f26d9 Do not disable bnx2x as it is using request_firmware now
svn path=/dists/trunk/linux-2.6/; revision=13848
2009-06-28 13:03:48 +00:00
Bastian Blank 21de3c3467 * debian/changelog: Set version to 2.6.31~rc1-1~experimental.1.
* debian/patches: Remove merged patches, fix or disable others.

svn path=/dists/trunk/linux-2.6/; revision=13847
2009-06-28 12:27:36 +00:00
Bastian Blank 236dd1129d debian/bin/genorig.py: Remove slipped-in debugging code.
svn path=/dists/trunk/linux-2.6/; revision=13846
2009-06-28 09:49:43 +00:00
Maximilian Attems ea06e443d1 linux-tree fix typo in long desc
linux-tree-2.6.30

    * W spelling-error-in-description
          o superseeded superseded

svn path=/dists/trunk/linux-2.6/; revision=13844
2009-06-23 09:43:55 +00:00
Ben Hutchings 56f4a33b73 mga: remove unnecessary change from firmware-loading patch
svn path=/dists/trunk/linux-2.6/; revision=13843
2009-06-22 23:52:24 +00:00
Maximilian Attems c3fff7baed linux-source reword long desc
fixes lintian warning:
linux-source-2.6.30

    * I using-first-person-in-description
          o line 4: we

svn path=/dists/trunk/linux-2.6/; revision=13842
2009-06-22 22:56:25 +00:00
Maximilian Attems d8605c1bd4 powerpc64 enable modular PS3_VRAM
svn path=/dists/trunk/linux-2.6/; revision=13841
2009-06-22 22:56:20 +00:00
Maximilian Attems 2d7ed0381b powerpc64 set modular RTC_DRV_PS3
svn path=/dists/trunk/linux-2.6/; revision=13837
2009-06-18 21:52:29 +00:00
Bastian Blank 2350bf9993 Merge /dists/sid/linux-2.6.
svn path=/dists/trunk/linux-2.6/; revision=13826
2009-06-15 09:16:31 +00:00
Ben Hutchings e0bf41f8bc Spelling and formatting fix to current log entry
svn path=/dists/trunk/linux-2.6/; revision=13811
2009-06-14 02:26:12 +00:00
Ben Hutchings 8bd7192ed7 Note that #524699 (e1000e: random kernel oopses) was fixed upstream
svn path=/dists/trunk/linux-2.6/; revision=13810
2009-06-14 02:24:41 +00:00
Bastian Blank 32d1b78d43 debian/templates/control.source.in: Fix debhelper build-dep.
svn path=/dists/trunk/linux-2.6/; revision=13806
2009-06-13 22:57:52 +00:00
Maximilian Attems 9ca19c609e xfs: fix freeing memory in xfs_getbmap()
add patch for xfs regression, landed no in linus
and just applies to 2.6.30.

svn path=/dists/trunk/linux-2.6/; revision=13805
2009-06-13 21:46:08 +00:00
Maximilian Attems b600413b87 changelog add bug closure for bluetooth
fix got backported to 2.6.29.4, confirmed fixed there.

svn path=/dists/trunk/linux-2.6/; revision=13804
2009-06-13 21:37:03 +00:00
Bastian Blank 76b99fd2e4 * debian/changelog: Update.
* debian/templates: Update sections.

svn path=/dists/trunk/linux-2.6/; revision=13803
2009-06-13 11:10:20 +00:00
Martin Michlmayr e8a3c81f26 fix mips build error
svn path=/dists/trunk/linux-2.6/; revision=13800
2009-06-13 07:09:46 +00:00
Bastian Blank a31b2ac8be * debian/changelog: Update.
* debian/config/kernelarch-x86/config: Set RELOCATABLE.

svn path=/dists/trunk/linux-2.6/; revision=13794
2009-06-12 19:10:41 +00:00
Bastian Blank 3f52b7f0e2 * debian/changelog: Update.
* debian/config/kernelarch-x86/config: Set DEBUG_RODATA.

svn path=/dists/trunk/linux-2.6/; revision=13791
2009-06-12 18:45:30 +00:00
Bastian Blank e9065b9dbb debian/config/kernelarch-x86/config-arch-32: Remove some options without effect.
svn path=/dists/trunk/linux-2.6/; revision=13789
2009-06-12 18:05:50 +00:00
Bastian Blank c813f97193 * debian/changelog: Update.
* debian/config/i386/none/config.686, debian/config/i386/none/config.686-bigmem:
  Remove HIGHPTE unset.
* debian/config/kernelarch-x86/config-arch-32: Set HIGHPTE.

svn path=/dists/trunk/linux-2.6/; revision=13788
2009-06-12 17:38:50 +00:00
Bastian Blank c50195c654 debian/config/amd64/defines, debian/config/i386/defines:
Mark amd64 kernels als Xen capable.

svn path=/dists/trunk/linux-2.6/; revision=13787
2009-06-12 17:38:02 +00:00
Bastian Blank 1ab16729bd * debian/changelog: Update.
* debian/config/i386/none/config.486: Remove NOHIGHMEM.

svn path=/dists/trunk/linux-2.6/; revision=13786
2009-06-12 17:31:26 +00:00
Bastian Blank c675cd7107 debian/config/i386/none/config.686, debian/config/kernelarch-x86/config-arch-32:
Move options.

svn path=/dists/trunk/linux-2.6/; revision=13785
2009-06-12 17:28:09 +00:00
Bastian Blank 85b4b0a059 debian/changelog: Update.
svn path=/dists/trunk/linux-2.6/; revision=13784
2009-06-12 14:48:26 +00:00
Bastian Blank f3fb23bc74 debian/config/s390/defines: Disable s390 and s390-tape flavours.
svn path=/dists/trunk/linux-2.6/; revision=13783
2009-06-12 14:48:08 +00:00
Bastian Blank 89a3578808 * debian/config/s390/config.s390x-tape: Add.
* debian/config/s390/defines: Add s390x-tape definitions.

svn path=/dists/trunk/linux-2.6/; revision=13782
2009-06-12 13:56:57 +00:00
Bastian Blank f916645744 debian/config/s390/config.s390x: Add missing option.
svn path=/dists/trunk/linux-2.6/; revision=13781
2009-06-12 09:53:28 +00:00
Bastian Blank 8e1bb416a5 * debian/changelog: Update.
* debian/config: Always enable NETCONSOLE.

svn path=/dists/trunk/linux-2.6/; revision=13778
2009-06-10 22:05:48 +00:00
Bastian Blank e45e0e62ca debian/config/powerpc/config: Remove explicit set of CPU_FREQ_STAT_DETAILS.
svn path=/dists/trunk/linux-2.6/; revision=13776
2009-06-10 19:13:38 +00:00
Bastian Blank 81c9db05ed debian/changelog: Update.
svn path=/dists/trunk/linux-2.6/; revision=13775
2009-06-10 19:12:35 +00:00
Bastian Blank c1e48cbf67 * debian/changelog: Update.
* debian/config/sparc/config.sparc64,
  debian/config/sparc/config.sparc64-smp: Remove CPU_FREQ unset.

svn path=/dists/trunk/linux-2.6/; revision=13774
2009-06-10 19:11:28 +00:00
Bastian Blank b2e9653d3a debian/config: Centralize CPU Frequency scaling options.
svn path=/dists/trunk/linux-2.6/; revision=13773
2009-06-10 19:08:41 +00:00
Maximilian Attems 19ca9c6e8b topconfig set EXT3 to data=ordered
uhis has performance drawbacks, but is safer then data=writeback.

for 2.6.31 data=guarded is awaited as new default,
with better perforamance and still data safety.

seen set in fedora too.

svn path=/dists/trunk/linux-2.6/; revision=13772
2009-06-10 15:29:05 +00:00
Bastian Blank 2addd9ca6a debian/config: Centralize Input device support.
svn path=/dists/trunk/linux-2.6/; revision=13770
2009-06-10 11:47:08 +00:00
Bastian Blank e149936128 * debian/config/powerpc/config.powerpc-miboot,
debian/config/powerpc/config.prep: Remove.
* debian/config/powerpc/defines: Drop powerpc-miboot, prep and apus settings.

svn path=/dists/trunk/linux-2.6/; revision=13769
2009-06-10 11:35:09 +00:00
Bastian Blank 96376b17da debian/config: Unset non-standard log buffer sizes.
svn path=/dists/trunk/linux-2.6/; revision=13768
2009-06-10 11:32:00 +00:00
Bastian Blank 8e5351b78e debian/config/powerpc/config.powerpc,
debian/config/powerpc/config.powerpc-miboot: Cleanup.

svn path=/dists/trunk/linux-2.6/; revision=13767
2009-06-10 11:25:04 +00:00
Bastian Blank c36203b790 * debian/changelog: Update.
* debian/config: Centralize Power Management.

svn path=/dists/trunk/linux-2.6/; revision=13766
2009-06-10 11:23:15 +00:00
Bastian Blank b6a7f6750a debian/config/amd64/config, debian/config/kernelarch-x86/config-arch-64:
Move options.

svn path=/dists/trunk/linux-2.6/; revision=13765
2009-06-10 11:17:20 +00:00
Bastian Blank 6531948445 debian/config/amd64/config, debian/config/i386/config,
debian/config/kernelarch-x86: Move options.

svn path=/dists/trunk/linux-2.6/; revision=13764
2009-06-10 11:15:08 +00:00
Bastian Blank 9125b997aa debian/config/amd64/config, debian/config/i386/config,
debian/config/kernelarch-x86: Move options.

svn path=/dists/trunk/linux-2.6/; revision=13763
2009-06-10 11:09:58 +00:00
Bastian Blank 93c8083557 debian/config/config: Cleanup sound core options.
svn path=/dists/trunk/linux-2.6/; revision=13762
2009-06-10 11:00:23 +00:00
Bastian Blank 4e70a560e3 * debian/changelog: Update.
* debian/config: Centralize sound core.

svn path=/dists/trunk/linux-2.6/; revision=13761
2009-06-10 10:55:38 +00:00
Bastian Blank afa6ee5162 * debian/changelog: Update.
* debian/config/kernelarch-x86/config, debian/config/powerpc/config,
  debian/config/sparc/config: Set IPV6 to y.

svn path=/dists/trunk/linux-2.6/; revision=13760
2009-06-10 10:47:50 +00:00
Bastian Blank ba4421336c * debian/changelog: Update.
* debian/config/s390/config: Set SPARSEMEM_MANUAL.

svn path=/dists/trunk/linux-2.6/; revision=13759
2009-06-10 10:43:41 +00:00
Bastian Blank ef749607ac debian/sparc/config: Make SPARSEMEM_MANUAL explicit.
svn path=/dists/trunk/linux-2.6/; revision=13758
2009-06-10 10:42:52 +00:00
Bastian Blank d07aa1d84b debian/config: Reorder.
svn path=/dists/trunk/linux-2.6/; revision=13757
2009-06-10 10:38:19 +00:00
Bastian Blank 721910c76d * debian/changelog: Update.
* debian/config/alpha/config, debian/config/amd64/config,
  debian/config/i386/config, debian/config/ia64/config: Disable SOUND_PRIME.

svn path=/dists/trunk/linux-2.6/; revision=13756
2009-06-10 10:37:34 +00:00
Bastian Blank 539d0062c3 Merge parts of /dists/sid/linux-2.6.
svn path=/dists/trunk/linux-2.6/; revision=13755
2009-06-10 10:32:24 +00:00
Bastian Blank b22c88ae24 debian/patches: Remove merged patches.
svn path=/dists/trunk/linux-2.6/; revision=13752
2009-06-10 10:21:26 +00:00
Bastian Blank 2285b9eaa5 debian/changelog: Set version to 2.6.30-1~experimental.1.
svn path=/dists/trunk/linux-2.6/; revision=13751
2009-06-10 10:21:02 +00:00
Bastian Blank 3fa65fb2cd debian/bin/genorig.py: Use subprocess.
svn path=/dists/trunk/linux-2.6/; revision=13750
2009-06-10 10:20:13 +00:00
Bastian Blank 0fc117342c debian/bin/genorig.py: Cleanup.
svn path=/dists/trunk/linux-2.6/; revision=13749
2009-06-10 08:42:47 +00:00
Martin Michlmayr f3501208c9 add some more modules, suggested by Damian Dimmich
svn path=/dists/trunk/linux-2.6/; revision=13741
2009-06-08 17:38:08 +00:00
Martin Michlmayr f45532b70b Enable NET_ISA and various ISA network modules on the request of Damian
Dimmich since they might be useful on the SGI Indigo2.

svn path=/dists/trunk/linux-2.6/; revision=13733
2009-06-06 10:49:20 +00:00
Bastian Blank 4453996bab debian/config/kernelarch-x86/config: Cleanup.
svn path=/dists/trunk/linux-2.6/; revision=13729
2009-06-05 09:56:10 +00:00
Bastian Blank 94599c1bb7 * debian/config/i386/none/config.486, debian/config/i386/none/config.686,
debian/config/i386/none/config.686-bigmem: Remove old option.
* debian/config/kernelarch-x86/config-arch-32: Set X86_GENERIC.

svn path=/dists/trunk/linux-2.6/; revision=13728
2009-06-05 09:35:33 +00:00
Maximilian Attems aa8af4d5d4 topconfig set DETECT_HUNG_TASK
defaults to yes and outputs usefull info in case.

svn path=/dists/trunk/linux-2.6/; revision=13727
2009-06-05 08:20:32 +00:00
Maximilian Attems d6c9ee2513 ext3 no longer defaults to data=ordered
these days data=writeback is used, follow upstream recommendation
and explicitly disable EXT3_DEFAULTS_TO_ORDERED that defaults to no.
tune2fs can set it anyway in the fs itself.

svn path=/dists/trunk/linux-2.6/; revision=13726
2009-06-05 08:20:30 +00:00
Maximilian Attems b40ea05b1e x86 explicitly unset MPSC
no need to optimize for that cpu family.

svn path=/dists/trunk/linux-2.6/; revision=13725
2009-06-05 08:20:26 +00:00
Maximilian Attems 8896873437 add changelog reiserfs bug closure
svn path=/dists/trunk/linux-2.6/; revision=13724
2009-06-04 15:16:09 +00:00
Martin Michlmayr 3810735161 Kirkwood: clock gating for unused peripherals
svn path=/dists/trunk/linux-2.6/; revision=13723
2009-06-03 21:15:30 +00:00
Martin Michlmayr 04992d7692 move changelog
svn path=/dists/trunk/linux-2.6/; revision=13722
2009-06-03 20:59:47 +00:00
Martin Michlmayr 063ca30d03 add copy user patches from Marvell
svn path=/dists/trunk/linux-2.6/; revision=13721
2009-06-03 20:58:24 +00:00
Martin Michlmayr 52a7c27516 replace with better fix
svn path=/dists/trunk/linux-2.6/; revision=13720
2009-06-03 20:53:42 +00:00
Maximilian Attems 8c10969ad7 topconfig explicitly unset BOOTPARAM_HUNG_TASK_PANIC
defaults to n

svn path=/dists/trunk/linux-2.6/; revision=13719
2009-06-03 18:14:25 +00:00
Maximilian Attems eb780a7b37 topconfig explicitly unset DMA_API_DEBUG
defaults to n, performance degradation if enabled..

svn path=/dists/trunk/linux-2.6/; revision=13718
2009-06-03 18:14:21 +00:00
Maximilian Attems cf424379f8 topconfig explicitly unset DYNAMIC_DEBUG
defaults to no, sounds useful for eventual debug target.

svn path=/dists/trunk/linux-2.6/; revision=13717
2009-06-03 18:14:17 +00:00
Maximilian Attems 32e9e6abac topconfig explicitly unset NET_DROP_MONITOR
defaults to no and no special request yet.

svn path=/dists/trunk/linux-2.6/; revision=13716
2009-06-03 18:14:13 +00:00
Bastian Blank d3539febc8 debian/changelog: Set version to 2.6.30~rc7-1~experimental.1.
svn path=/dists/trunk/linux-2.6/; revision=13715
2009-06-03 17:50:03 +00:00
Ben Hutchings 02a1a4f930 Note that #498293 (mos7840 USB serial driver fails to work and causes kernel OOPS with 2.6.26-4) was fixed upstream
svn path=/dists/trunk/linux-2.6/; revision=13708
2009-06-02 01:14:24 +00:00
Maximilian Attems dbd4740978 changelog add bug closure
svn path=/dists/trunk/linux-2.6/; revision=13707
2009-06-01 07:37:33 +00:00
Ben Hutchings fce7458c30 Note that #513695 (fetchmail: race in MSG_PEEK) was fixed upstream
svn path=/dists/trunk/linux-2.6/; revision=13706
2009-06-01 02:07:51 +00:00
Ben Hutchings 9d630e5fb7 Fix kernel-doc short description of crc_itu_t_bitreversed_byte -
the documentation build fails if it is wrapped onto a second line.
Re-enable this and dependent patches.

svn path=/dists/trunk/linux-2.6/; revision=13704
2009-05-31 18:22:40 +00:00
Maximilian Attems 691e5b9af0 topconfig explicity unset WORKQUEUE_TRACER
svn path=/dists/trunk/linux-2.6/; revision=13697
2009-05-28 16:12:35 +00:00
Maximilian Attems 51354a3e87 topconfig explicitly unset KMEMTRACE
svn path=/dists/trunk/linux-2.6/; revision=13696
2009-05-28 16:12:33 +00:00
Maximilian Attems 695308d760 allow both backing stores for romfs
aka enabling ROMFS_BACKED_BY_BOTH

svn path=/dists/trunk/linux-2.6/; revision=13695
2009-05-28 16:12:31 +00:00
Maximilian Attems afaeb43dd7 disable b3dfg staging crap for now
svn path=/dists/trunk/linux-2.6/; revision=13694
2009-05-28 16:12:28 +00:00
Maximilian Attems 3827f17363 topconfig enable ASYNC_TX_DMA
recommended for raid456 and enabeld in fedora.

svn path=/dists/trunk/linux-2.6/; revision=13693
2009-05-28 16:12:26 +00:00
Maximilian Attems eaff206dd9 topconfig enable PCI_IOV
svn path=/dists/trunk/linux-2.6/; revision=13692
2009-05-28 16:12:24 +00:00
Maximilian Attems f041fed9fc x86 disable KEXEC_JUMP for now
quite experimental, maybe enabled later.

svn path=/dists/trunk/linux-2.6/; revision=13691
2009-05-28 16:12:21 +00:00
dann frazier d7faa0e6d3 Enable bnx2x, using firmware-split patches from net-next and mirroring
the per-subarch config settings used for bnx2

svn path=/dists/trunk/linux-2.6/; revision=13688
2009-05-27 17:09:30 +00:00
Maximilian Attems 38089f9c30 topconfig set INET_LRO to default value
fixes:
.config:1839:warning: symbol value 'm' invalid for INET_LRO

svn path=/dists/trunk/linux-2.6/; revision=13683
2009-05-27 11:32:48 +00:00
Maximilian Attems 48c9524efc clean up old config options step 3
- x86: allow more than 8 cpus to be used on 32-bit
  4272ebfbefd0db40073f3ee5990bceaf2894f08b

- [CPUFREQ] powernow-k8: Always compile powernow-k8 driver with ACPI
  support
  57f4fa699195b761cbea90db5e38b4bc15610c7c

- x86: rename X86_GENERICARCH to X86_32_NON_STANDARD
  e0c7ae376a13fd79a4dad8becab51040d13dfa90

- x86: remove the Voyager 32-bit subarch
  965c7ecaf2e2b083d711a01ab33735a4bdeee1a4

- ALSA: cs4236: cs4232 and cs4236 driver merge to solve PnP BIOS
  detection
  c2b73d1458014a9f461b75bc1756a699a6c0781f

- [WATCHDOG] wdt.c: remove #ifdef CONFIG_WDT_501
  04bedfa542d90ac7a1bbf28287e9861d0da21576

svn path=/dists/trunk/linux-2.6/; revision=13682
2009-05-27 11:24:19 +00:00
Maximilian Attems b62cfba977 clean up old config options step 2
- igb: remove LRO Kconfig option
  5fbbcb79e5371d99565826a352c1003d0f1f0678

- HID: remove compat stuff
  afa5eb7c68689ced4284f01c96feed44a2d0a127

- cfg80211/nl80211: remove usage of CONFIG_NL80211
  633e24ed95b6c87b42f201ecb65c12a75a5a7eef

- tridentfb: delete acceleration Kconfig option
  04645fc337eef283887d3b1204017f1860ed2ff7

- ide: merge ide_arm and ide_generic host drivers
  4465461ece2b9249d6c0cf57bc0002100823e361

svn path=/dists/trunk/linux-2.6/; revision=13681
2009-05-27 11:24:16 +00:00
Maximilian Attems 30ec9c6b05 clean up old config options step 1
- VIDEO_SAA7111 and VIDEO_SAA7114 gone
  see 107063c6156a0cbf055e771baafc28a3e3c0fb9b

- USB: remove phidget drivers from kernel tree.
  see 77aa2b5878f48d6ab6e0c412cc9214c845483475

- USB: serial: rename cp2101 driver to cp210x
  see 03ee251546a9360cbb4c27c250d128dcbcfd9931

- SUNRPC: Remove CONFIG_SUNRPC_REGISTER_V4

- md: remove CONFIG_MD_RAID_RESHAPE config option.

- fbdev: remove cyblafb driver

svn path=/dists/trunk/linux-2.6/; revision=13680
2009-05-27 11:24:09 +00:00
Maximilian Attems e42c5e3bf3 topconfig disable FTRACE_SYSCALLS
svn path=/dists/trunk/linux-2.6/; revision=13679
2009-05-27 10:50:17 +00:00
Maximilian Attems 4e43f8dada topconfig disable EVENT_TRACER
default disabled

svn path=/dists/trunk/linux-2.6/; revision=13678
2009-05-27 10:50:13 +00:00
Maximilian Attems d86e45bc2a topconfig enable modular USB_NET_CDC_EEM
svn path=/dists/trunk/linux-2.6/; revision=13677
2009-05-27 10:50:11 +00:00
Maximilian Attems 5dd6548bce topconfig set FCOE_FNIC
svn path=/dists/trunk/linux-2.6/; revision=13676
2009-05-27 10:50:07 +00:00
Maximilian Attems 7278591fc3 x86: set X86_CPU_DEBUG
thanks for unification waldi.

svn path=/dists/trunk/linux-2.6/; revision=13675
2009-05-27 10:50:04 +00:00
Maximilian Attems 1d61db3e17 x86_64 set X86_X2APIC
svn path=/dists/trunk/linux-2.6/; revision=13674
2009-05-27 10:50:01 +00:00
Maximilian Attems c8cbefa57f topconfig set STRIP_ASM_SYMS
defaults to no, but seems useful and also seen enabled on fedora.

svn path=/dists/trunk/linux-2.6/; revision=13673
2009-05-27 10:49:58 +00:00
Maximilian Attems d526dcb5ed topconfig set KERNEL_GZIP
current default.

svn path=/dists/trunk/linux-2.6/; revision=13672
2009-05-27 10:49:55 +00:00
Bastian Blank 1539789b46 * debian/changelog: Set version to 2.6.30~rc7-1~experimental.1.
* debian/patches/debian/dfsg/firmware-cleanup.patch:
  Don't remove unpruned firmwares.

svn path=/dists/trunk/linux-2.6/; revision=13670
2009-05-26 09:40:55 +00:00
Bastian Blank 784dabadd5 debian/config/kernelarch-x86/config-arch-32:
Remove impossible option DIRECT_GBPAGES.

svn path=/dists/trunk/linux-2.6/; revision=13658
2009-05-20 16:28:50 +00:00
Bastian Blank 433f8269a1 debian/config/kernelarch-x86/config-arch-32: Disable NUMA.
svn path=/dists/trunk/linux-2.6/; revision=13657
2009-05-20 16:27:21 +00:00
Bastian Blank 59271bd1ec debian/config/kernelarch-x86/config:
Completely disable extended plattform support. We had nothing enabled anyway.

svn path=/dists/trunk/linux-2.6/; revision=13656
2009-05-20 16:23:06 +00:00
Bastian Blank 6df9474554 * debian/config/amd64/config, debian/config/i386/config:
Remove Xen options.
* debian/config/kernelarch-x86/config: Add Xen options.

svn path=/dists/trunk/linux-2.6/; revision=13655
2009-05-20 15:52:55 +00:00
Bastian Blank 370c49c7c4 * debian/changelog: Update.
* debian/config/kernelarch-x86/config-arch-32: Enable X86_BIGSMP.

svn path=/dists/trunk/linux-2.6/; revision=13654
2009-05-20 15:42:39 +00:00
Bastian Blank 5698e0acff * debian/config/i386/none/config.686,
debian/config/i386/none/config.686-bigmem: Remove options.
* debian/config/kernelarch-x86/config-arch-32: Add options.

svn path=/dists/trunk/linux-2.6/; revision=13653
2009-05-20 15:39:29 +00:00
Bastian Blank f7a0da726e * debian/changelog: Update.
* debian/config/i386/none/config.486, debian/config/i386/none/config.686,
  debian/config/i386/none/config.686-bigmem: Remove X86_PPRO_FENCE.

svn path=/dists/trunk/linux-2.6/; revision=13652
2009-05-20 15:20:17 +00:00
Bastian Blank 1eedc7c6ef debian/config/i386/config: Remove ACPI options.
svn path=/dists/trunk/linux-2.6/; revision=13651
2009-05-20 15:15:44 +00:00
Bastian Blank 8b9c7d552f * debian/config/i386/config: Remove options.
* debian/config/i386/defines: Use split configs.
* debian/config/kernelarch-x86/config-arch-32: Add x86 32bit options.

svn path=/dists/trunk/linux-2.6/; revision=13650
2009-05-20 15:14:18 +00:00
Bastian Blank ec1ca0a0a6 debian/lib/python/debian_linux/kconfig.py: Use sorted dict.
svn path=/dists/trunk/linux-2.6/; revision=13649
2009-05-20 15:12:51 +00:00
Bastian Blank 6f09d6c8a8 debian/lib/python/debian_linux/utils.py: Only import debian module if needed.
svn path=/dists/trunk/linux-2.6/; revision=13648
2009-05-20 15:12:30 +00:00
Bastian Blank 16a0456760 debian/config/i386/none
- New directory.
- Move some config files from debian/config/i386.

svn path=/dists/trunk/linux-2.6/; revision=13647
2009-05-20 14:35:22 +00:00
Bastian Blank 034bb3ebf2 * debian/config/amd64/config: Remove ACPI options.
* debian/config/kernelarch-x86/config: Add ACPI options.

svn path=/dists/trunk/linux-2.6/; revision=13646
2009-05-20 14:27:52 +00:00
Bastian Blank 6933957588 * debian/config/amd64/config.amd64: Remove options.
* debian/config/kernelarch-x86/config-arch-64: Add further options.

svn path=/dists/trunk/linux-2.6/; revision=13645
2009-05-20 14:24:12 +00:00
Bastian Blank 5a4536efb0 debian/config/kernelarch-x86/config-arch-64: Adopt reality.
svn path=/dists/trunk/linux-2.6/; revision=13644
2009-05-20 14:21:11 +00:00
Bastian Blank 91447d2bbc * debian/config/amd64/config.amd64: Remove options.
* debian/config/kernelarch-x86/config-arch-64: Add further options.

svn path=/dists/trunk/linux-2.6/; revision=13643
2009-05-20 14:18:10 +00:00
Bastian Blank 7a37133cb9 * debian/config/amd64/config: Remove some options.
* debian/config/amd64/defines: Include new config files.
* debian/config/kernelarch-x86: New directory.
* debian/config/kernelarch-x86/config: Add x86 generic options.
* debian/config/kernelarch-x86/config-arch-64: Add x86 64bit options.

svn path=/dists/trunk/linux-2.6/; revision=13642
2009-05-20 14:13:39 +00:00
Bastian Blank 6b04bc7ea5 debian/config: Reorder.
svn path=/dists/trunk/linux-2.6/; revision=13641
2009-05-20 13:20:19 +00:00
Bastian Blank a7536e7f41 debian/config/arm: Add proper comments to disabled options.
svn path=/dists/trunk/linux-2.6/; revision=13640
2009-05-20 13:17:46 +00:00
Martin Michlmayr a0dee8d2f7 remove
svn path=/dists/trunk/linux-2.6/; revision=13639
2009-05-20 10:56:58 +00:00
Bastian Blank fc84e436cd Merge /dists/sid/linux-2.6.
svn path=/dists/trunk/linux-2.6/; revision=13638
2009-05-20 08:41:35 +00:00
Martin Michlmayr 789f8a2ffd actually, I'm planning to put the machine ID into the sheevaplug kernel too
svn path=/dists/trunk/linux-2.6/; revision=13637
2009-05-19 19:09:56 +00:00
Bastian Blank da6a05660b * debian/changelog: Set version to 2.6.30~rc6-1~experimental.1.
* debian/patches/debian/drivers-ata-ata_piix-postpone-pata.patch: Fix.

svn path=/dists/trunk/linux-2.6/; revision=13636
2009-05-19 11:36:03 +00:00
Martin Michlmayr e953a1b3d6 typo fix
svn path=/dists/trunk/linux-2.6/; revision=13629
2009-05-17 19:08:41 +00:00
Martin Michlmayr ae1eeabc6c simply changelog
svn path=/dists/trunk/linux-2.6/; revision=13628
2009-05-17 19:08:13 +00:00
Bastian Blank 089aec0d72 debian/changelog: Prepare to release (2.6.29-5).
svn path=/dists/sid/linux-2.6/; revision=13627
2009-05-17 10:45:58 +00:00
Bastian Blank 02d065c710 * debian/patches/bugfix/sparc/arch-zimage-target.patch:
Move from debian/patches/bugfix/sparc/ftbfs.patch.
* debian/patches/series/5: Update.

svn path=/dists/sid/linux-2.6/; revision=13626
2009-05-16 17:57:06 +00:00
Aurelien Jarno 71a183e985 * [mips(el)/sb1-bcm91250a] Set CONFIG_SCSI_AIC7XXX=yy, it is needed
on the build daemons.


svn path=/dists/trunk/linux-2.6/; revision=13625
2009-05-16 11:53:57 +00:00
Martin Michlmayr b03abb018a mmc: mvsdio: ignore high speed timing requests from the core
svn path=/dists/sid/linux-2.6/; revision=13624
2009-05-16 08:52:35 +00:00
Martin Michlmayr f5f2897ae6 USB: ftdi_sio: add vendor/product id for the Marvell SheevaPlug
svn path=/dists/sid/linux-2.6/; revision=13623
2009-05-16 08:42:03 +00:00
Martin Michlmayr 2876b5742b in 2.6.30-rc6
svn path=/dists/trunk/linux-2.6/; revision=13622
2009-05-16 08:37:27 +00:00
Martin Michlmayr 73041c3547 [mips/sb1-bcm91250a, mips/sb1a-bcm91480b] Compile in BROADCOM_PHY.
svn path=/dists/trunk/linux-2.6/; revision=13621
2009-05-16 07:46:46 +00:00
dann frazier 99eb30e0d5 [sparc] Fix build
svn path=/dists/sid/linux-2.6/; revision=13620
2009-05-15 22:23:06 +00:00
Ben Hutchings bb7dc4ff16 Fix function name in kernel-doc comment for crc_itu_t_bitreversed
svn path=/dists/trunk/linux-2.6/; revision=13619
2009-05-15 22:22:01 +00:00
Bastian Blank 1c6ef58442 * debian/changelog: Update.
* debian/config/defines: Ignore remaining ABI changes.
* debian/patches/bugfix/all/stable/2.6.29.3-abi-1.patch: Add.
* debian/patches/series/5: Add new patch.

svn path=/dists/sid/linux-2.6/; revision=13618
2009-05-15 22:12:47 +00:00
Bastian Blank 1cbfc8995b Add stable release 2.6.29.3.
* debian/changelog: Update.
* debian/patches/bugfix/all/stable/2.6.29.3.patch: Add.
* debian/patches/series/5: Add new patch.

svn path=/dists/sid/linux-2.6/; revision=13614
2009-05-15 15:37:41 +00:00
Martin Michlmayr 925f9b2314 avoid "sysfs: cannot create duplicate filename '/class/mdio_bus/0'"
svn path=/dists/trunk/linux-2.6/; revision=13613
2009-05-13 19:21:45 +00:00
Martin Michlmayr 5f3c677165 [mips/sb1-bcm91250a, mips/sb1a-bcm91480b] Compile in CONFIG_SB1250_MAC.
svn path=/dists/trunk/linux-2.6/; revision=13612
2009-05-12 22:02:00 +00:00
Martin Michlmayr 74f58abd79 needed, so sb1 will boot in smp
svn path=/dists/trunk/linux-2.6/; revision=13611
2009-05-12 20:32:08 +00:00
Martin Michlmayr f9303059a2 There is a platform PATA driver for SWARM IDE these days, so disable
IDE and build in ATA, SCSI and BLK_DEV_SD.

svn path=/dists/trunk/linux-2.6/; revision=13610
2009-05-11 21:33:45 +00:00
Martin Michlmayr 00a370458e [armel/kirkwood] Add CPU idle driver (Rabeeh Khoury)
svn path=/dists/trunk/linux-2.6/; revision=13609
2009-05-11 19:20:17 +00:00
Martin Michlmayr 1854cccebb [arm/iop32x, arm/ixp4xx, arm/orion5x] Turn off BOOT_TRACER,
BLK_DEV_IO_TRACE, CONTEXT_SWITCH_TRACER, ARM_UNWIND and
SECURITY_SELINUX because of size constraints.

svn path=/dists/trunk/linux-2.6/; revision=13608
2009-05-11 19:18:12 +00:00
Martin Michlmayr d3ea884be1 add some patches from Debian 2.6.29 that probably won't make it into 2.6.30
svn path=/dists/trunk/linux-2.6/; revision=13607
2009-05-11 15:33:15 +00:00
Bastian Blank 2a66601c6f debian/abi: Add new ABI files.
svn path=/dists/sid/linux-2.6/; revision=13593
2009-05-10 11:58:44 +00:00
Bastian Blank bcf7befb52 debian/patches/debian/dfsg/files-1: Add firmware/advansys.
svn path=/dists/trunk/linux-2.6/; revision=13592
2009-05-09 12:02:38 +00:00
Bastian Blank 88d5cfeecb debian/changelog: Set version to 2.6.30~rc5-1~experimental.1.
svn path=/dists/trunk/linux-2.6/; revision=13591
2009-05-09 12:01:32 +00:00
Bastian Blank c8bf86d697 debian/patches/series/base: Disable broken patches.
svn path=/dists/trunk/linux-2.6/; revision=13590
2009-05-09 11:54:32 +00:00
Martin Michlmayr 57f654c387 mmc: load mvsdio automatically when it's a platform device.
svn path=/dists/sid/linux-2.6/; revision=13589
2009-05-08 17:17:47 +00:00
Martin Michlmayr cc92530c32 Broadcom SB: fix locking in set_irq_affinity.
svn path=/dists/sid/linux-2.6/; revision=13588
2009-05-08 07:38:10 +00:00
Maximilian Attems 6f451e622c topconfig disable more staging foo
quickly verified that we don't distribute any of this stuff
as separate linux modules.
stuff can be enabled on user request if it compiles..

makes remaining options to set more readable.

svn path=/dists/trunk/linux-2.6/; revision=13587
2009-05-07 14:16:23 +00:00
Maximilian Attems aab857f6b4 Newer standard version without changes
svn path=/dists/trunk/linux-2.6/; revision=13585
2009-05-06 18:37:09 +00:00
Maximilian Attems 7ea67fb967 readd versioned dep on debhelper
silences useless lintian warning:
 package-lacks-versioned-build-depends-on-debhelper

svn path=/dists/trunk/linux-2.6/; revision=13584
2009-05-06 18:37:06 +00:00
Maximilian Attems fdb63ab825 fix qla1280 request_firmware() call
svn path=/dists/sid/linux-2.6/; revision=13583
2009-05-06 15:34:01 +00:00
Maximilian Attems da261d6b58 x86 enable DMAR
disable DMAR_DEFAULT_ON, intel_iommu=on bootparam is needed
to have it enabled. KMS guys will easily find out.

seen same optionset in fedora.

Reported-by: Julien Cristau <jcristau@debian.org>

svn path=/dists/trunk/linux-2.6/; revision=13579
2009-05-06 12:05:07 +00:00
Maximilian Attems 0f020a324d topconfig enable PAT
was disabled for lenny due beeing crashy at first,
but should have stabilised since.

svn path=/dists/trunk/linux-2.6/; revision=13578
2009-05-06 11:55:04 +00:00
Maximilian Attems bbfc9ff0ff topconfig centralize modular MTD_NAND_NANDSIM
seems that drivers/mtd resisted centralisation yet,
mostly disabled just strange deviation on alpha.

"we already have it for NOR flash with CONFIG_MTD_RAM,
 but we don't have it for NAND flash with CONFIG_MTD_NAND_NANDSIM
 the use case is for people like me who have some ubifs
 volumes to work with on both NOR and NAND flashes outside the target
 machine."

Reported-by: Aurélien Gérôme <ag@debian.org>

svn path=/dists/trunk/linux-2.6/; revision=13577
2009-05-06 11:48:35 +00:00
Maximilian Attems d2abec6d02 x86 set modular EDAC_AMD8111
svn path=/dists/trunk/linux-2.6/; revision=13574
2009-05-05 13:46:18 +00:00
Maximilian Attems b050ac084f x86 set modular EDAC_AMD8131
svn path=/dists/trunk/linux-2.6/; revision=13573
2009-05-05 13:46:14 +00:00
Maximilian Attems 1527ff028f x86_64 enable modular CRYPTO_AES_NI_INTEL
svn path=/dists/trunk/linux-2.6/; revision=13572
2009-05-05 13:46:11 +00:00
Maximilian Attems bb88ff6830 topconfig explicitly disable IMA
seen disabled in fedora and defaults to no

svn path=/dists/trunk/linux-2.6/; revision=13571
2009-05-05 13:46:08 +00:00
Maximilian Attems d8d71d8c4d topconfig explicitly disable tomoyo security model
defaults to no,
another of this pathname based stuff.

svn path=/dists/trunk/linux-2.6/; revision=13570
2009-05-05 13:46:05 +00:00
Maximilian Attems 03a769a97d topconfig disable explicitly FTRACE_STARTUP_TEST
svn path=/dists/trunk/linux-2.6/; revision=13569
2009-05-05 13:46:02 +00:00
Maximilian Attems f3fbb8d860 x86 set DELL_WMI
svn path=/dists/trunk/linux-2.6/; revision=13568
2009-05-05 13:45:59 +00:00
Maximilian Attems f100842100 topconfig centralize 3Dfx fb options
alpha strangely enabled the accel option that no one else did,
most probably an oversight.
set te new FB_3DFX_I2C support.

svn path=/dists/trunk/linux-2.6/; revision=13567
2009-05-05 13:45:55 +00:00
dann frazier 9797921b98 * [ia64] Backport rtc-efi driver from mainline
svn path=/dists/sid/linux-2.6/; revision=13566
2009-05-05 04:01:52 +00:00
Maximilian Attems e90b985f8d topconfig enable AFS_FSCACHE
svn path=/dists/trunk/linux-2.6/; revision=13559
2009-05-04 13:08:40 +00:00
Maximilian Attems cb7bf4aaf6 topconfig enable NFS_FSCACHE
svn path=/dists/trunk/linux-2.6/; revision=13558
2009-05-04 13:08:32 +00:00
Maximilian Attems 0ff8a09113 topconfig set modular EXOFS
svn path=/dists/trunk/linux-2.6/; revision=13557
2009-05-04 13:08:24 +00:00
Maximilian Attems d60271370e topconfig enable modular CACHEFILES and friends
same story then previous fscache commit.

svn path=/dists/trunk/linux-2.6/; revision=13556
2009-05-04 13:08:16 +00:00
Maximilian Attems 4e9a1ced15 topconfig enable modular FSCACHE and frieds
follow Kconfig recommendation, same config seen in fedora.

svn path=/dists/trunk/linux-2.6/; revision=13555
2009-05-04 13:08:08 +00:00
Maximilian Attems 1b2feb1a1b x86 explicitly disable THINKPAD_ACPI_UNSAFE_LEDS
defaults to no and states
"Never enable this option on a distribution kernel"..

svn path=/dists/trunk/linux-2.6/; revision=13554
2009-05-04 13:08:01 +00:00
Maximilian Attems 6bde30ddd9 topconfig enable POHMELFS
landed in staging somehow..

svn path=/dists/trunk/linux-2.6/; revision=13553
2009-05-04 13:07:53 +00:00
Maximilian Attems 05532c1f47 x86 disable COMEDI_DEBUG
this beast is not set anywhere else..

svn path=/dists/trunk/linux-2.6/; revision=13552
2009-05-04 13:07:47 +00:00
Maximilian Attems 1a577b865d topconfig set modular NOP_USB_XCEIV
svn path=/dists/trunk/linux-2.6/; revision=13551
2009-05-04 13:07:36 +00:00
Maximilian Attems e4ed938c55 topconfig disable FB_BROADSHEET for now
defaults to no, disabled in fedora,
can be enabled on request..

svn path=/dists/trunk/linux-2.6/; revision=13550
2009-05-04 13:07:30 +00:00
Maximilian Attems 098d596f93 topconfig set modular VIDEO_CX231XX_ALSA
svn path=/dists/trunk/linux-2.6/; revision=13549
2009-05-04 13:07:24 +00:00
Maximilian Attems 1e6c6a0fb5 topconfig s/MEDIA_TUNER_CUSTOMIZE/MEDIA_TUNER_CUSTOMISE/
see 1398ae1fe6048d49397dccaa4bc1a4101eecf643

svn path=/dists/trunk/linux-2.6/; revision=13548
2009-05-04 13:07:17 +00:00
Maximilian Attems b9c104d618 topconfig set modular REGULATOR_FIXED_VOLTAGE
svn path=/dists/trunk/linux-2.6/; revision=13547
2009-05-04 13:07:10 +00:00
Maximilian Attems e3016dfe08 topconfig set COMPAT_NET_DEV_OPS
this will disappear at some point upstream,
but for now it is still needed for older network devices..

svn path=/dists/trunk/linux-2.6/; revision=13546
2009-05-04 13:06:57 +00:00
Martin Michlmayr b0d1363967 remove changelog for things that are now already done in 2.6.29-4
svn path=/dists/trunk/linux-2.6/; revision=13545
2009-05-04 11:43:48 +00:00
Martin Michlmayr ab595461b8 [mipsel/r5k-cobalt] Enable SCSI_SYM53C8XX_2 (closes: #526836).
svn path=/dists/trunk/linux-2.6/; revision=13544
2009-05-04 11:07:19 +00:00
Martin Michlmayr 3bed3ff685 set CONFIG_UACCESS_WITH_MEMCPY
svn path=/dists/trunk/linux-2.6/; revision=13543
2009-05-04 09:03:29 +00:00
Maximilian Attems 7bb9e630fe update to 2.6.30-rc4
* fix firmware-cleanup.patch
  keep newly added cis, said to be gpl
  see 99b28c47091db2bb7f594a5088831d341a800a33

svn path=/dists/trunk/linux-2.6/; revision=13542
2009-05-04 07:00:45 +00:00
Bastian Blank 02a844b5ea debian/changelog: Prepare to release (2.6.29-4).
svn path=/dists/sid/linux-2.6/; revision=13535
2009-05-03 07:39:46 +00:00
Bastian Blank 983905e4ef * debian/abi/2.6.29-1: Remove.
* debian/changelog: Update.
* debian/config/defines: Set abiname to 2.

svn path=/dists/sid/linux-2.6/; revision=13534
2009-05-02 19:24:57 +00:00
Bastian Blank ebe7a8b7b7 debian/patches/series/1-extra: Fix.
svn path=/dists/sid/linux-2.6/; revision=13528
2009-05-01 12:56:24 +00:00
Bastian Blank b43a2972c2 debian/templates/patch.apply.in: Fail if input is invalid.
svn path=/dists/sid/linux-2.6/; revision=13527
2009-05-01 12:56:12 +00:00
Martin Michlmayr cc2a9cca51 give Sandisk/Kingston SDHC cards some slack before the SWITCH
command.

svn path=/dists/sid/linux-2.6/; revision=13525
2009-04-30 17:08:03 +00:00
Bastian Blank 83e18dc7a2 debian/config/defines: Add more ABI ignores.
svn path=/dists/sid/linux-2.6/; revision=13524
2009-04-29 12:25:25 +00:00
Bastian Blank 6ddec97b3a debian/changelog: Update.
svn path=/dists/sid/linux-2.6/; revision=13523
2009-04-29 12:25:00 +00:00
Bastian Blank a01cee0f9b * debian/changelog: Update.
* debian/config/sparc/config: Set 64BIT.
* debian/config/sparc/defines: Ignore ABI changes.

svn path=/dists/sid/linux-2.6/; revision=13521
2009-04-29 08:35:23 +00:00
Stephen Marenka ee6ce82fdd m68k: enable rtc for aranym
svn path=/dists/sid/linux-2.6/; revision=13518
2009-04-28 14:57:51 +00:00
Stephen Marenka 0bd91142e4 revert oops
svn path=/dists/sid/linux-2.6/; revision=13517
2009-04-28 14:56:32 +00:00
Stephen Marenka 8526fe76a5 m68k: enable rtc for aranym
svn path=/dists/sid/linux-2.6/; revision=13516
2009-04-28 14:52:45 +00:00
Bastian Blank d59acf9b7b * debian/changelog: Update.
* debian/config/defines: Ignore ABI changes in the kvm core.

svn path=/dists/sid/linux-2.6/; revision=13515
2009-04-28 07:33:17 +00:00
Bastian Blank e164bcca12 Add stable release 2.6.29.2.
* debian/changelog: Update.
* debian/patches/bugfix/all/stable/2.6.29.2.patch: Add.
* debian/patches/series/4
  - Add new patch.
  - Remove merged patch.

svn path=/dists/sid/linux-2.6/; revision=13511
2009-04-27 19:58:24 +00:00
Martin Michlmayr 8c27596a7b Add performance patches from git.marvell.com
svn path=/dists/sid/linux-2.6/; revision=13510
2009-04-26 18:52:35 +00:00
Bastian Blank e50705cb22 debian/abi: Add new ABI files.
svn path=/dists/sid/linux-2.6/; revision=13509
2009-04-26 17:22:33 +00:00
Martin Michlmayr 69846ef242 Add driver for GMT G760A fan speed PWM controller chip.
svn path=/dists/sid/linux-2.6/; revision=13508
2009-04-26 17:12:44 +00:00
Maximilian Attems 8770eee6a1 cleanup m68k commit take 2
nuke another useless dup patch.

svn path=/dists/sid/linux-2.6/; revision=13499
2009-04-22 14:45:02 +00:00
Maximilian Attems 09538c7244 clean up m68k commit
those are all none m68k patches and aren't applied anywhere.

svn path=/dists/sid/linux-2.6/; revision=13498
2009-04-22 14:43:30 +00:00
Maximilian Attems 592c3cca37 topconfig enable modular CRYPTO_ZLIB
svn path=/dists/trunk/linux-2.6/; revision=13497
2009-04-22 14:35:42 +00:00
Maximilian Attems b0de7d0695 topconfig enable modular UIO_AEC
svn path=/dists/trunk/linux-2.6/; revision=13496
2009-04-22 14:35:38 +00:00
Maximilian Attems 4fd3363709 topconfig enable modular LEDS_BD2802
svn path=/dists/trunk/linux-2.6/; revision=13495
2009-04-22 14:35:35 +00:00
Maximilian Attems 9dd1f55ea4 topconfig enable modular LEDS_DAC124S085
svn path=/dists/trunk/linux-2.6/; revision=13494
2009-04-22 14:35:32 +00:00
Maximilian Attems 990f23427e topconfig enable modular LEDS_LP5521
svn path=/dists/trunk/linux-2.6/; revision=13493
2009-04-22 14:35:29 +00:00
Maximilian Attems 6538cd8283 topconfig enable modular DRAGONRISE_FF
svn path=/dists/trunk/linux-2.6/; revision=13492
2009-04-22 14:35:25 +00:00
Maximilian Attems 6eb9364f47 topconfig enable modular VIDEO_CX231XX
svn path=/dists/trunk/linux-2.6/; revision=13491
2009-04-22 14:35:21 +00:00
Maximilian Attems ac40713dcf topconfig enable modular VIDEO_HDPVR
svn path=/dists/trunk/linux-2.6/; revision=13490
2009-04-22 14:35:17 +00:00
Maximilian Attems f2f5efa105 topconfig enable modular SERIAL_MAX3100
svn path=/dists/trunk/linux-2.6/; revision=13489
2009-04-22 14:35:10 +00:00
Maximilian Attems 5e00876d1d topconfig enable modular ISL29003
svn path=/dists/trunk/linux-2.6/; revision=13488
2009-04-22 14:35:05 +00:00
Maximilian Attems 69b015353d topconfig enable modular USB_SERIAL_SYMBOL
svn path=/dists/trunk/linux-2.6/; revision=13486
2009-04-22 06:46:16 +00:00
Maximilian Attems c740cc638f topconfig enable modular USB_SERIAL_QUALCOMM
svn path=/dists/trunk/linux-2.6/; revision=13485
2009-04-22 06:46:14 +00:00
Maximilian Attems a7b36aeb5c topconfig enable modular USB_SERIAL_CP210X
svn path=/dists/trunk/linux-2.6/; revision=13484
2009-04-22 06:46:10 +00:00
Maximilian Attems 15c7dfc1c0 topconfig enable modular SND_INDIGODJX
svn path=/dists/trunk/linux-2.6/; revision=13483
2009-04-22 06:46:08 +00:00
Maximilian Attems f531f77c5a topconfig enable modular SND_INDIGOIOX
svn path=/dists/trunk/linux-2.6/; revision=13482
2009-04-22 06:46:05 +00:00
Maximilian Attems c26ef94812 topconfig enable modular DVB_USB_CE6230
svn path=/dists/trunk/linux-2.6/; revision=13481
2009-04-22 06:46:03 +00:00
Maximilian Attems 1e8e68fc6c topconfig enable USB_PWC_INPUT_EVDEV
svn path=/dists/trunk/linux-2.6/; revision=13480
2009-04-22 06:46:00 +00:00
Maximilian Attems 9d44e18805 topconfig enable modular USB_GSPCA_SQ905C
svn path=/dists/trunk/linux-2.6/; revision=13479
2009-04-22 06:45:57 +00:00
Maximilian Attems f8893da93a topconfig enable modular USB_GSPCA_SQ905
svn path=/dists/trunk/linux-2.6/; revision=13478
2009-04-22 06:45:55 +00:00
Maximilian Attems e485bb7a5c topconfig enable modular USB_GSPCA_MR97310A
svn path=/dists/trunk/linux-2.6/; revision=13477
2009-04-22 06:45:52 +00:00
Maximilian Attems 9805c28c72 topconfig enable modular SENSORS_LM95241
svn path=/dists/trunk/linux-2.6/; revision=13476
2009-04-22 06:45:49 +00:00
Maximilian Attems afd5215f5e topconfig enable modular SENSORS_LTC4215.
svn path=/dists/trunk/linux-2.6/; revision=13475
2009-04-22 06:45:47 +00:00
Maximilian Attems d5d89d744e topconfig enable modular SENSORS_G760A
svn path=/dists/trunk/linux-2.6/; revision=13474
2009-04-22 06:45:44 +00:00
Maximilian Attems 37b86d44e9 topconfig enable modular HW_RANDOM_TIMERIOMEM
svn path=/dists/trunk/linux-2.6/; revision=13473
2009-04-22 06:45:39 +00:00
Maximilian Attems ddb39188d6 topconfig reenable modular 3C359
ported to request_firmware().

svn path=/dists/trunk/linux-2.6/; revision=13472
2009-04-22 06:45:36 +00:00
Maximilian Attems 25984426b7 fix another typo for RDS_DEBUG
svn path=/dists/trunk/linux-2.6/; revision=13471
2009-04-22 06:45:33 +00:00
Maximilian Attems 7b4584d47c topconfig enable modular NETFILTER_XT_TARGET_LED
svn path=/dists/trunk/linux-2.6/; revision=13470
2009-04-22 06:45:31 +00:00
Maximilian Attems f40ef15c3f update to 2.6.30-rc3
all patches just apply

svn path=/dists/trunk/linux-2.6/; revision=13469
2009-04-22 06:28:09 +00:00
Stephen Marenka 0295d59eaa m68k patches
svn path=/dists/sid/linux-2.6/; revision=13467
2009-04-21 17:18:17 +00:00
Stephen Marenka 76b07b585b m68k patches
svn path=/dists/sid/linux-2.6/; revision=13466
2009-04-21 17:16:56 +00:00
dann frazier ada24e7925 revert r13436 since btrfs/parisc compilation issue is now resolved
svn path=/dists/sid/linux-2.6/; revision=13463
2009-04-20 23:56:03 +00:00
dann frazier 2b28128afe Btrfs: fix __ucmpdi2 compile bug on 32 bit builds
svn path=/dists/sid/linux-2.6/; revision=13462
2009-04-20 23:54:01 +00:00
dann frazier 431156506c [parisc] reenable PHONET since it now compiles and is consistent with other archs
svn path=/dists/sid/linux-2.6/; revision=13461
2009-04-20 21:20:04 +00:00
dann frazier 19ad9eeffb [parisc] Fix macro expansion in atomic.h fixing PHONET compilation issue
svn path=/dists/sid/linux-2.6/; revision=13460
2009-04-20 21:14:59 +00:00
Martin Michlmayr c469bf3189 Extend erase timeout in M25P80 SPI Flash driver
svn path=/dists/sid/linux-2.6/; revision=13459
2009-04-20 19:10:59 +00:00
Maximilian Attems 81884558ac add missing space for RDS_DEBUG disabled option
defaults to n

svn path=/dists/trunk/linux-2.6/; revision=13457
2009-04-20 09:38:23 +00:00
Maximilian Attems 80bd214c81 topconfig enable modular SENSORS_ATK0110
svn path=/dists/trunk/linux-2.6/; revision=13456
2009-04-20 09:30:56 +00:00
Maximilian Attems 5bbe534efd topconfig enable modular TOUCHSCREEN_AD7877
svn path=/dists/trunk/linux-2.6/; revision=13455
2009-04-20 09:30:54 +00:00
Maximilian Attems 3326ec425f topconfig enable new iwlwifi options
nuke some old ones

svn path=/dists/trunk/linux-2.6/; revision=13454
2009-04-20 09:30:52 +00:00
Maximilian Attems 1e0d341e0f topconfig enable modular VXGE
svn path=/dists/trunk/linux-2.6/; revision=13453
2009-04-20 09:30:49 +00:00
Maximilian Attems b39af46c71 topconfig enable modular IGBVF
svn path=/dists/trunk/linux-2.6/; revision=13452
2009-04-20 09:30:46 +00:00
Maximilian Attems 3bfea8652c topconfig enable modular ETHOC
svn path=/dists/trunk/linux-2.6/; revision=13451
2009-04-20 09:30:44 +00:00
Maximilian Attems 5731c76d89 topconfig enable modular SCSI_OSD_INITIATOR and friends..
svn path=/dists/trunk/linux-2.6/; revision=13450
2009-04-20 09:30:42 +00:00
Maximilian Attems eefdae63f7 topconfig enable modular SCSI_MPT2SAS
svn path=/dists/trunk/linux-2.6/; revision=13449
2009-04-20 09:30:39 +00:00
Maximilian Attems 0ddd4c448f topconfig enable modular RDS
svn path=/dists/trunk/linux-2.6/; revision=13448
2009-04-20 09:30:35 +00:00
Maximilian Attems a609ddf19d topconfig enable modular NETFILTER_XT_MATCH_CLUSTER
svn path=/dists/trunk/linux-2.6/; revision=13447
2009-04-20 09:30:31 +00:00
Maximilian Attems 47cd43a9f3 parisc disable butter
same as sparc previously.
eventualy we seem to reach the point that parisc may build..

svn path=/dists/sid/linux-2.6/; revision=13436
2009-04-17 17:30:18 +00:00
Maximilian Attems 4505097ca9 section s/admin/kernel/
add linux-2.6 stuff to new section.

svn path=/dists/trunk/linux-2.6/; revision=13435
2009-04-17 13:20:11 +00:00
Maximilian Attems 3121cb2329 open 2.6.29-4 with drm fix
make sure it makes it for next release,
although  most probably will be in 2.6.29.2.

Reported-by: Yves-Alexis Perez <corsac@debian.org>

svn path=/dists/sid/linux-2.6/; revision=13434
2009-04-17 09:33:00 +00:00
Maximilian Attems a4aa1d658d prepare to relase 2.6.29-3
svn path=/dists/sid/linux-2.6/; revision=13433
2009-04-17 08:37:05 +00:00
Maximilian Attems c1e00e49f1 topconfig enable iwlwifi
renaming games in 80bc53931bdf8284c5a95ba96d86ab6c2473a5f8

svn path=/dists/trunk/linux-2.6/; revision=13432
2009-04-17 01:03:20 +00:00
Maximilian Attems 345fcfe633 topconfig enable modular AR9170_USB
instead of staging otus crap.

svn path=/dists/trunk/linux-2.6/; revision=13431
2009-04-17 01:03:17 +00:00
Maximilian Attems 15a624198f topconfig enable modular P54_SPI
svn path=/dists/trunk/linux-2.6/; revision=13430
2009-04-17 01:03:13 +00:00
Maximilian Attems f61bdc80b8 topconfig enable modular MWL8K
svn path=/dists/trunk/linux-2.6/; revision=13429
2009-04-17 01:03:08 +00:00