SuccessChanges

Summary

  1. n900 shift+fn+ keys fix (details)
  2. ARM: n900_defconfig: rename omap2plus_defconfig (details)
  3. ARM: n900_defconfig: update for current kernel (details)
  4. ARM: n900_defconfig: disable lock debugging (details)
  5. ARM: n900_defconfig: disable SMP (details)
  6. ARM: n900_defconfig: disable DRM (details)
  7. ARM: n900_defconfig: make display work (details)
  8. ARM: n900_defconfig: enable PowerVR SGX (details)
  9. ARM: n900_defconfig: enable WiFi (details)
  10. ARM: n900_defconfig: set kernel compression mode to LZ4 (details)
  11. ARM: n900_defconfig: don't store .config in kernel (details)
  12. ARM: n900_defconfig: increase kernel log buffer size (details)
  13. ARM: n900_defconfig: disable swap controller (cgroup) (details)
  14. ARM: n900_defconfig: remove obsolete sysfs syscall (details)
  15. ARM: n900_defconfig: select SLUB as slab allocator (details)
  16. ARM: n900_defconfig: disable ARMv6 (details)
  17. ARM: n900_defconfig: remove excessive systems (details)
  18. ARM: n900_defconfig: clean up SoC specific features (details)
  19. ARM: n900_defconfig: clean up common clock framework (details)
  20. ARM: n900_defconfig: disable extraneous erratas (details)
  21. ARM: n900_defconfig: disable L2x0 PrimeCell (details)
  22. ARM: n900_defconfig: disable PCI (details)
  23. ARM: n900_defconfig: set preemption model to "Desktop" (details)
  24. ARM: n900_defconfig: optimize kernel for size (details)
  25. ARM: n900_defconfig: build in Thumb-2 mode (details)
  26. ARM: n900_defconfig: disable Thumb-2 bug workaround (details)
  27. ARM: n900_defconfig: set timer frequency to 200 Hz (details)
  28. ARM: n900_defconfig: disable highmem interaction code (details)
  29. ARM: n900_defconfig: disable ATAGS (details)
  30. ARM: n900_defconfig: disable SATA/PATA (details)
  31. ARM: n900_defconfig: clean up 'Power supply' (details)
  32. ARM: n900_defconfig: clean up 'Keyboards' (details)
  33. ARM: n900_defconfig: clean up 'Touchscreens' (details)
  34. ARM: n900_defconfig: clean up 'Real Time Clock' (details)
  35. ARM: n900_defconfig: compile RTC driver in kernel (details)
  36. ARM: n900_defconfig: compile watchdog drivers in kernel (details)
  37. ARM: n900_defconfig: enable ZRAM (details)
  38. ARM: n900_defconfig: enable ZSWAP (details)
  39. ARM: n900_defconfig: change cmdline 'console' param (details)
  40. ARM: n900_defconfig: add common filesystems (details)
  41. ARM: n900_defconfig: filesystems native language (details)
  42. ARM: n900_defconfig: systemd related options (details)
  43. ARM: n900_defconfig: PowerTOP related options (details)
  44. ARM: n900_defconfig: disable ethernet drivers (details)
  45. ARM: n900_defconfig: compile PHY devices drivers as modules (details)
  46. ARM: n900_defconfig: enable nokia modem (details)
  47. ARM: n900_defconfig: enable accelerometer (details)
  48. ARM: n900_defconfig: change compiler debug options (details)
  49. ARM: n900_defconfig: disable initramfs/initrd (details)
  50. ARM: n900_defconfig: enable crypto accelerators (details)
  51. ARM: n900_defconfig: enable thermal driver (details)
  52. ARM: n900_defconfig: enable light sensor (details)
  53. ARM: n900_defconfig: analog to digital converters (details)
  54. ARM: n900_defconfig: enable radio driver (details)
  55. ARM: n900_defconfig: enable bluetooth radio (details)
  56. ARM: n900_defconfig: disable TV tuners (details)
  57. ARM: n900_defconfig: enable front LED (details)
  58. ARM: n900_defconfig: enable flash LED (details)
  59. ARM: n900_defconfig: enable front webcam (details)
  60. ARM: n900_defconfig: enable back camera (details)
  61. ARM: n900_defconfig: expose thermal sensors as hwmon device (details)
  62. ARM: n900_defconfig: build keyboard driver into kernel (details)
  63. ARM: n900_defconfig: enable in-kernel .config (details)
  64. ARM: n900_defconfig: add twl4030-vibra (details)
  65. ARM: n900_defconfig: add nf/iptables maasquerade (details)
  66. debian: preserve /debian/ on 'make clean' (details)
  67. debian: remove /debian/ from .gitignore (details)
  68. debian: fill /debian/ directory with content (details)
  69. debian: use linux native scripts for packaging (details)
  70. Update debian/changelog (5.0.5-1) (details)
  71. debian: fix linux-headers-n900 when crossbuilding (details)
  72. debian: add gbp.conf needed by jenkins-debian-glue (details)
  73. debian: update README for default config management (details)
  74. debian: rules: fix warning: 'build-arch' is missing (details)
  75. Update debian/changelog (5.0.5-2) (details)
  76. Update debian/changelog (5.0.5-3) (details)
  77. Update debian/changelog (5.0.7-1) (details)
  78. Update debian/changelog (5.0.9-1) (details)
  79. Update debian/changelog (5.0.14-1) (details)
  80. Update debian/changelog (5.1-1) (details)
  81. debian/changelog: bump for config change (details)
  82. debian/changelog: add iptables masquerade support (details)
  83. debian/changelog: bump for enyc keyboard fix (details)
The file was modifieddrivers/input/keyboard/twl4030_keypad.c (diff)
Commit df4e5a5cd36e056c5f073f6fe0f186ab5798ac73 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: rename omap2plus_defconfig
The file was removedarch/arm/configs/omap2plus_defconfig
The file was addedarch/arm/configs/n900_defconfig
Commit 0df194ffb9bcc4d1adb7e56a52a2bdf0d066b4b5 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: update for current kernel
The config file was updated using these commands: make ARCH=arm
n900_defconfig make ARCH=arm savedefconfig mv defconfig
arch/arm/configs/n900_defconfig
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 2858899d4c83401a88c2d209c98fbb7f10bbdfb6 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: disable lock debugging
These options are supposed to be used by kernel hackers who debug
drivers. Not recommended to be included in distro kernels.
WARNING: enabling CONFIG_DEBUG_LOCK_ALLOC causes LCD to be unusable. The
reason is not yet established.
Kernel hacking  --->
Lock Debugging (spinlocks, mutexes, etc...)  --->
  [ ] Lock debugging: prove locking correctness  
[CONFIG_PROVE_LOCKING]
  [ ] RT Mutex debugging, deadlock detection     
[CONFIG_DEBUG_RT_MUTEXES]
  [ ] Spinlock and rw-lock debugging: basic checks
[CONFIG_DEBUG_SPINLOCK]
  [ ] Mutex debugging: basic checks              
[CONFIG_DEBUG_MUTEXES]
  [ ] Wait/wound mutex debugging: Slowpath testing
[CONFIG_DEBUG_WW_MUTEX_SLOWPATH]
  [ ] Lock debugging: detect incorrect freeing ...
[CONFIG_DEBUG_LOCK_ALLOC]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit c8ce2543c82cd2146ef6b1f62cb95133d351fa23 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: disable SMP
We only have one CPU.
Kernel Features  --->
[ ] Symmetric Multi-Processing  [CONFIG_SMP]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 526036f0cbd3f83301e7575bab1f7007a211e9bb by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: disable DRM
Current PowerVR SGX driver is tied to omapfb.
Device Drivers  --->
Graphics support  --->
  < > Direct Rendering Manager (XFree86 ... support)  [CONFIG_DRM]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 649fccee0b21f215937ae10546e362e027a3ec30 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: make display work
Device Drivers  --->
Graphics support  --->
  Frame buffer Devices  --->
   <*> OMAP2+ frame buffer support ---> [CONFIG_FB_OMAP2]
    [ ] DPI support                     [CONFIG_FB_OMAP2_DSS_DPI]
    [ ] HDMI support for OMAP4          [CONFIG_FB_OMAP4_DSS_HDMI]
    [*] SDI support                     [CONFIG_FB_OMAP2_DSS_SDI]
    OMAPFB Panel and Encoder Drivers --->
     <*> Analog TV Connector          
[CONFIG_FB_OMAP2_CONNECTOR_ANALOG_TV]
     <*> ACX565AKM Panel              
[CONFIG_FB_OMAP2_PANEL_SONY_ACX565AKM]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 3722adc1b63890e1fcb976b1c7f30f6b544ea31e by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: enable PowerVR SGX
Device Drivers  --->
Graphics support  --->
  <M> PowerVR Services  [PVR]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 9b1606826d17004bc2d1d63f1e0f1f1b0dbb6c4a by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: enable WiFi
Device Drivers  --->
Network device support  --->
  Wireless LAN  --->
   [ ] ADMtek devices                   [CONFIG_WLAN_VENDOR_ADMTEK]
   [ ] Atheros/Qualcomm devices         [CONFIG_WLAN_VENDOR_ATH]
   [ ] Atmel devices                    [CONFIG_WLAN_VENDOR_ATMEL]
   [ ] Broadcom devices                 [CONFIG_WLAN_VENDOR_BROADCOM]
   [ ] Cisco devices                    [CONFIG_WLAN_VENDOR_CISCO]
   [ ] Intel devices                    [CONFIG_WLAN_VENDOR_INTEL]
   [ ] Intersil devices                 [CONFIG_WLAN_VENDOR_INTERSIL]
   [ ] Marvell devices                  [CONFIG_WLAN_VENDOR_MARVELL]
   [ ] MediaTek devices                 [CONFIG_WLAN_VENDOR_MEDIATEK]
   [ ] Ralink devices                   [CONFIG_WLAN_VENDOR_RALINK]
   [ ] Realtek devices                  [CONFIG_WLAN_VENDOR_REALTEK]
   [ ] Redpine Signals Inc devices      [CONFIG_WLAN_VENDOR_RSI]
   [ ] STMicroelectronics devices       [CONFIG_WLAN_VENDOR_ST]
   <M> TI wl1251 driver support         [CONFIG_WL1251]
   <M> TI wl1251 SPI support            [CONFIG_WL1251_SPI]
   < > TI wl12xx support                [CONFIG_WL12XX]
   < > TI wl18xx support                [CONFIG_WL18XX]
   < > TI wlcore support                [CONFIG_WLCORE]
   [ ] ZyDAS devices                    [CONFIG_WLAN_VENDOR_ZYDAS]
   [ ] Quantenna wireless cards support [CONFIG_WLAN_VENDOR_QUANTENNA]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit ca4eb77d0c249b4112a5966bde951d29d8b77bcc by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: set kernel compression mode to LZ4
This one is the fastest.
General setup  --->
Kernel compression mode (LZ4)  [CONFIG_KERNEL_LZ4]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit a46a82232121ea7e004d60b8802dd868570adfe0 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: don't store .config in kernel
Three reasons:
- we are on low memory;
- it's default for current debian kernel config;
- there's no need to store config file in the kernel
General setup  --->
< > Kernel .config support  [CONFIG_IKCONFIG]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 2412ee11c41a796b57ca7b5638b119c1e25d03d6 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: increase kernel log buffer size
Changed from 64KB to 256KB.
General setup  --->
(18) Kernel log buffer size (16 => 64KB, 17 => 128KB)
[CONFIG_LOG_BUF_SHIFT]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit fe190eb2de8afdfc14303b3b12a18aef0552570b by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: disable swap controller (cgroup)
- Reduce kernel memory usage.
- This option is disabled in Debian kernels as well.
- Can be enabled at runtime.
General setup  --->
Control Group support  --->
  [ ] Swap controller enabled by default  [CONFIG_MEMCG_SWAP_ENABLED]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 442e3f4b1bd33489bcfcbdeba00b86274097a29d by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: remove obsolete sysfs syscall
- No longer supported in libc.
- This option is disabled in Debian kernel.
General setup  --->
Configure standard kernel features (expert users)  --->
  [ ] Sysfs syscall support  [CONFIG_SYSFS_SYSCALL]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 51e53e91248fe01d4dd25c130f107018ff609945 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: select SLUB as slab allocator
This one is stated to be the default by kernel documentation.
Check this link for some background:
https://stackoverflow.com/questions/15470560/what-to-choose-between-slab-and-slub-allocator-in-linux-kernel
General setup  --->
Choose SLAB allocator (SLUB (Unqueued Allocator))  [CONFIG_SLUB]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 3c7ed537fbd149a0e80d183d8c47ad00c2bc3c5d by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: disable ARMv6
Nokia N900 is based on ARMv7.
System Type  --->
Multiple platform selection  --->
  [ ] ARMv6 based platforms (ARM11)  [ARCH_MULTI_V6]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 83d81c87003646080ae920d3100d2d33ba7fdf74 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: remove excessive systems
We only need TI OMAP3 here.
System Type  --->
TI OMAP/AM/DM/DRA Family  --->
  [ ] TI OMAP4   [ARCH_OMAP4]
  [ ] TI OMAP5   [SOC_OMAP5]
  [ ] TI AM33XX  [SOC_AM33XX]
  [ ] TI AM43x   [SOC_AM43XX]
  [ ] TI DRA7XX  [SOC_DRA7XX]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 8305e01a4208ee4c4ddaee02cef344273921c7c5 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: clean up SoC specific features
N900 is based on OMAP3430.
System Type  --->
TI OMAP/AM/DM/DRA Family  --->
  TI OMAP2/3/4 Specific Features --->
   [ ] TI81XX support              [SOC_TI81XX]
   [ ] OMAP3517/ AM3517 EVM board  [MACH_OMAP3517EVM]
   [ ] OMAP3 Pandora               [MACH_OMAP3_PANDORA]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 3a0f97ecda049800665371cdeeeb194b79d05aa5 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: clean up common clock framework
Device Drivers  --->
Common Clock Framework  --->
  < > Clock driver for dm814x ADPLL  [CONFIG_COMMON_CLK_TI_ADPLL]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit b7ee479ebc3327f09c24493e8e5311426fdbe8d6 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: disable extraneous erratas
N900 is based on Cortex-A8. Erratas below are for Cortex-A9.
System Type  --->
[ ] ARM errata: TLBIASIDIS and TLBIMVAIS ...
[CONFIG_ARM_ERRATA_720789]
[ ] ARM errata: possible faulty MMU trans...
[CONFIG_ARM_ERRATA_754322]
[ ] ARM errata: A data cache maintenance ...
[CONFIG_ARM_ERRATA_775420]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 280b852343de59fc91a2a6d413d68c178e776bed by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: disable L2x0 PrimeCell
I didn't find mentions of this controller to be used in OMAP3430/ARMv7.
And its "Selected by" section doesn't show anything interesting for us.
System Type  --->
[ ] Enable the L2x0 outer cache controller  [CONFIG_CACHE_L2X0]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit f27125b4ccea259c601b0bce8718673662e432e9 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: disable PCI
Obviously N900 doesn't have a PCI controller.
Device Drivers  --->
[ ] PCI support
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit a64fcdbb887ebb88dab215fa4f3cdea5f4a7ca8d by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: set preemption model to "Desktop"
It should give good performance and responsibility at the same time.
General setup  --->
Preemption Model (Voluntary Kernel Preemption (Desktop))
[CONFIG_PREEMPT_VOLUNTARY]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit a6db32d9f2a2c0c9133904ed524a1633a957d0c8 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: optimize kernel for size
General setup  --->
Compiler optimization level (Optimize for size)
[CONFIG_CC_OPTIMIZE_FOR_SIZE]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit ffc093acc8fa86f01cae9fb8e842ccc0cfeb9e44 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: build in Thumb-2 mode
This should optimize kernel size and performance using ARMv7 thumb2
instructions set.
Kernel Features  --->
[*] Compile the kernel in Thumb-2 mode  [CONFIG_THUMB2_KERNEL]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 789d00ad8c0571357a12b3c43313a936692d2cff by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: disable Thumb-2 bug workaround
Seems like the bug was fixed in 2011. Check
https://bugs.launchpad.net/binutils-linaro/+bug/725126
Kernel Features  --->
[ ] Work around buggy Thumb-2 short branch relocations in gas
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 7a9e99313267de9d8f30e2795fce02fffd54d3c6 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: set timer frequency to 200 Hz
This is default in Debian kernel.
Kernel Features  --->
Timer frequency (200 Hz)  [HZ_200]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 3a14ed9d53a2d00689a3781b01dcb224acc3fd87 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: disable highmem interaction code
We only have 256M of RAM (and some swap possible). The code for
interaction with 4G+ memory is excessive.
Kernel Features  --->
[ ] Allocate 2nd-level pagetables from highmem  [CONFIG_HIGHPTE]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 03a73d9895174c198a817254830df64121a15ebf by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: disable ATAGS
We use device tree blob attached to the kernel for booting. Remove ATAGS
support to reduce the kernel code.
Boot options  --->
[ ] Support for the traditional ATAGS boot data passing  [CONFIG_ATAGS]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 87170660ee0db1b2351ad4ee824751ee83549660 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: disable SATA/PATA
N900 doesn't have such controller.
Device Drivers  --->
< > Serial ATA and Parallel ATA drivers (libata)  [CONFIG_ATA]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 486df7401415eabf9ed8577e3e9226d9bd8367c1 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: clean up 'Power supply'
Device Drivers  --->
Power supply class support  --->
  < > Motorola CPCAP PMIC battery driver  [CONFIG_BATTERY_CPCAP]
  < > BQ27xxx HDQ support                 [CONFIG_BATTERY_BQ27XXX_HDQ]
  < > CPCAP PMIC Charger Driver           [CONFIG_CHARGER_CPCAP]
  < > OMAP TWL4030 BCI charger driver     [CONFIG_CHARGER_TWL4030]
  < > TI BQ24190 battery charger driver   [CONFIG_CHARGER_BQ24190]
  < > TI BQ24735 battery charger support  [CONFIG_CHARGER_BQ24735]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 0cbaddbe7672cf511a1ff5d0d49f2c218bfc3be3 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: clean up 'Keyboards'
Device Drivers  --->
Input device support  --->
  Keyboards  --->
   < > AT keyboard                        [CONFIG_KEYBOARD_ATKBD]
   < > GPIO driven matrix keypad support  [CONFIG_KEYBOARD_MATRIX]
   < > TI OMAP4+ keypad support           [CONFIG_KEYBOARD_OMAP4]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit efca713b647ac793f88071a66eeff3d60bbe7f41 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: clean up 'Touchscreens'
Device Drivers  --->
Input device support  --->
  Touchscreens  --->
   < > ADS7846/TSC2046/AD7873 ...   [CONFIG_TOUCHSCREEN_ADS7846]
   < > Atmel mXT I2C Touchscreen    [CONFIG_TOUCHSCREEN_ATMEL_MXT]
   < > EDT FocalTech FT5x06 I2C ... [CONFIG_TOUCHSCREEN_EDT_FT5X06]
   < > TI Touchscreen Interface     [CONFIG_TOUCHSCREEN_TI_AM335X_TSC]
   < > PIXCIR I2C touchscreens      [CONFIG_TOUCHSCREEN_PIXCIR]
   < > TSC2004 based touchscreens   [CONFIG_TOUCHSCREEN_TSC2004]
   < > TSC2007 based touchscreens   [CONFIG_TOUCHSCREEN_TSC2007]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 260c412546169abeaf8772eb55c1826c641ca040 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: clean up 'Real Time Clock'
Device Drivers  --->
Real Time Clock  --->
  < > Dallas/Maxim DS1307/37/38/39/40/41, ...   [CONFIG_RTC_DRV_DS1307]
  < > ST M41T62/65/M41T80/81/82/83/84/85/87 ... [CONFIG_RTC_DRV_M41T80]
  < > TI Palmas RTC driver                      [CONFIG_RTC_DRV_PALMAS]
  < > TI OMAP Real Time Clock                   [CONFIG_RTC_DRV_OMAP]
  < > Motorola CPCAP RTC                        [CONFIG_RTC_DRV_CPCAP]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit a93515a74062ba7d707cec1eb3ca322f6170c4b3 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: compile RTC driver in kernel
This prevents wrong timestamps on early kernel boot time and removes the
need to have a service/udev rule running 'hwclock --hctosys'. It also
allows to avoid unnecessary fsck runs at boot time.
Without this change, kernel options RTC_HCTOSYS=y and
RTC_HCTOSYS_DEVICE=rtc0 have no effect except errors in the logs.
Device Drivers  --->
Real Time Clock  --->
  <*> TI TWL4030/TWL5030/TWL6030/TPS659x0  [CONFIG_RTC_DRV_TWL4030]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 91aeab75007ecec0de4854e52b5b0c65d7deb0c7 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: compile watchdog drivers in kernel
This should prevent occasional shut downs on slow booting.
Device Drivers  --->
Watchdog Timer Support  --->
  <*> OMAP Watchdog     [CONFIG_OMAP_WATCHDOG]
  <*> TWL4030 Watchdog  [CONFIG_TWL4030_WATCHDOG]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit fd3386fe74ca4ce568fd26d8100b8cb6fd6b3d75 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: enable ZRAM
Memory Management options  --->
<M> Memory allocator for compressed pages         [CONFIG_ZSMALLOC]
[*]   Use page table mapping to access object ...
[CONFIG_PGTABLE_MAPPING] Device Drivers  --->
Block devices  --->
   <M> Compressed RAM block device support         [CONFIG_ZRAM]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit f18c7d32ba5371f08973ac61a2c02777bc636750 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: enable ZSWAP
Usage: https://wiki.archlinux.org/index.php/zswap
Memory Management options  --->
[*] Enable frontswap to cache swap pages if tmem is ...
[CONFIG_FRONTSWAP]
[*] Compressed cache for swap pages (EXPERIMENTAL)      [CONFIG_ZSWAP]
<M> Low (Up to 2x) density storage for compressed pages [CONFIG_ZBUD]
<M> Up to 3x density storage for compressed pages       [CONFIG_Z3FOLD]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit acc57809ea0310a6376b8fd8f18a53d8dc55f236 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: change cmdline 'console' param
Set console=tty1 for default kernel command line. This allows boot
messages to be displayed when kernel parameters are omitted. I.e. if you
do "run sdboot" from U-Boot console.
Boot options  --->
Default kernel command string  [CONFIG_CMDLINE]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 6296d23a56eb070fc0e906c925a1eefec5920b6c by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: add common filesystems
File systems  --->
<M> Reiserfs support                         [CONFIG_REISERFS_FS]
<M> XFS filesystem support                   [CONFIG_XFS_FS]
<M> Btrfs filesystem support                 [CONFIG_BTRFS_FS]
<M> FUSE (Filesystem in Userspace) support   [CONFIG_FUSE_FS]
<M> Overlay filesystem support               [CONFIG_OVERLAY_FS]
CD-ROM/DVD Filesystems  --->
  <M> ISO 9660 CDROM file system support      [CONFIG_ISO9660_FS]
  <M> UDF file system support                 [CONFIG_UDF_FS]
DOS/FAT/NT Filesystems  --->
  <M> MSDOS fs support                        [CONFIG_MSDOS_FS]
  <M> VFAT (Windows-95) fs support            [CONFIG_VFAT_FS]
  <M> NTFS file system support                [CONFIG_NTFS_FS]
Miscellaneous filesystems  --->
  <M> Journalling Flash File System v2 ...    [CONFIG_JFFS2_FS]
  <M> Compressed ROM file system support ...  [CONFIG_CRAMFS]
  <M> SquashFS 4.0 - Squashed file system ... [CONFIG_SQUASHFS]
Network File Systems  --->
  <M> NFS client support  [CONFIG_NFS_FS]
  <M> SMB3 and CIFS support (advanced ... )   [CONFIG_CIFS]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 438cf386ab045638a1949529bc0936bb55777c44 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: filesystems native language
File systems  --->
DOS/FAT/NT Filesystems  --->
  (ascii) Default iocharset for FAT      
[CONFIG_FAT_DEFAULT_IOCHARSET]
  [*] Enable FAT UTF-8 option by default   [CONFIG_FAT_DEFAULT_UTF8]
Native language support  --->
  (utf8) Default NLS Option                [CONFIG_NLS_DEFAULT]
  <M> Codepage 437 (United States, Canada) [CONFIG_NLS_CODEPAGE_437]
  <M> ASCII (United States)                [CONFIG_NLS_ASCII]
  <M> NLS ISO 8859-1  (Latin 1; ...)       [CONFIG_NLS_ISO8859_1]
  <M> NLS UTF-8                            [CONFIG_NLS_UTF8]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 273bea3a4970f3a98f017dca14a19292a0a40d39 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: systemd related options
The source: https://github.com/systemd/systemd/blob/master/README
General setup  --->
Control Group support  --->
  CPU controller  --->
   [ ] Group scheduling for SCHED_RR/FIFO       [CONFIG_RT_GROUP_SCHED]
Namespaces support  --->
  [*] User namespace                            [CONFIG_USER_NS]
[*] Checkpoint/restore support               
[CONFIG_CHECKPOINT_RESTORE] Enable the block layer  --->
[*] Block layer SG support v4                  [CONFIG_BLK_DEV_BSG]
Device Drivers  --->
Generic Driver Options  --->
  [ ] Support for uevent helper                 [CONFIG_UEVENT_HELPER]
File systems  --->
[*] Ext4 POSIX Access Control Lists          
[CONFIG_EXT4_FS_POSIX_ACL]
[*] XFS POSIX ACL support                      [CONFIG_XFS_POSIX_ACL]
[*] Btrfs POSIX Access Control Lists         
[CONFIG_BTRFS_FS_POSIX_ACL]
{*} Kernel automounter support (supports ... ) [AUTOFS_FS]
Cryptographic API  --->
{*}   HMAC support                             [CONFIG_CRYPTO_HMAC]
{*}   SHA224 and SHA256 digest algorithm       [CONFIG_CRYPTO_SHA256]
<*>   User-space interface for hash algorithms
[CONFIG_CRYPTO_USER_API_HASH]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit d7190d9de8a047053c2f45b552bc135615814332 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: PowerTOP related options
The source: https://wiki.gentoo.org/wiki/PowerTOP
CPU Power Management  --->
CPU Frequency scaling  --->
  [*] CPU frequency transition statistics   [CONFIG_CPU_FREQ_STAT]
Kernel hacking  --->
Tracers  --->
  [*] Support for tracing block IO actions  [CONFIG_BLK_DEV_IO_TRACE]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit bd4e4ff6c901b04a9abd2e786d56c54ef814be66 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: disable ethernet drivers
This removes some drivers compiled in kernel. So the kernel will occupy
less memory.
Device Drivers  --->
Network device support  --->
  [ ] Ethernet driver support  [CONFIG_ETHERNET]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit c60e5169f4f5c6635be86cc51413821a1608f50d by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: compile PHY devices drivers as modules
Remove drivers from kernel, so the kernel will occupy less memory.
Device Drivers  --->
Network device support  --->
  {M} PHY Device support and infrastructure  [CONFIG_PHYLIB]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit de4afbba583e604103bf148aaf1ea1d0aef66c9f by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: enable nokia modem
Device Drivers  --->
HSI support  --->
  <M> CMT speech                [CONFIG_CMT_SPEECH]
  <M> Nokia Modem               [CONFIG_NOKIA_MODEM]
  <M> HSI/SSI character driver  [CONFIG_HSI_CHAR]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 178c981c1ae64fab909f68365152a8f3902bb320 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: enable accelerometer
Device Drivers  --->
Misc devices  --->
  <M> STMicroeletronics LIS3LV02Dx three-axis ...
[CONFIG_SENSORS_LIS3_I2C]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 95a31dca4475b6754a0b39ee7a809798d575b0d1 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: change compiler debug options
Set these options in similar way to Debian kernel.
Kernel hacking  --->
Compile-time checks and compiler options  --->
  [ ] Produce split debuginfo in .dwo files       
[CONFIG_DEBUG_INFO_SPLIT]
  [ ] Generate dwarf4 debuginfo                   
[CONFIG_DEBUG_INFO_DWARF4]
  [*] Strip assembler-generated symbols during link
[CONFIG_STRIP_ASM_SYMS]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 2b4ab45f577b89f308555515e12592a31820e9a7 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: disable initramfs/initrd
We don't use initrd for booting, disable it to save memory.
General setup  --->
[ ] Initial RAM filesystem and RAM disk ...  [CONFIG_BLK_DEV_INITRD]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 5dd113a9f4aaaec48d3796b302b5cff53331e653 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: enable crypto accelerators
Cryptographic API  --->
Hardware crypto devices  --->
  <M> Support for OMAP crypto HW accelerators  [CONFIG_CRYPTO_DEV_OMAP]
  <M>   Support for OMAP MD5/SHA1/SHA2 hw ...
[CONFIG_CRYPTO_DEV_OMAP_SHAM]
  <M>   Support for OMAP AES hw engine       
[CONFIG_CRYPTO_DEV_OMAP_AES]
  <M>   Support for OMAP DES/3DES hw engine  
[CONFIG_CRYPTO_DEV_OMAP_DES]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 081232e6639e99553df35de671c7b2f815e3bc6d by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: enable thermal driver
Device Drivers  --->
Generic Thermal sysfs driver  --->
  Texas Instruments thermal drivers  --->
   [*]   Texas Instruments OMAP3 thermal support  [CONFIG_OMAP3_THERMAL]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit acd34e9db7a6c0678414e941c07750f45c592735 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: enable light sensor
Device Drivers  --->
Industrial I/O support  --->
  Light sensors  --->
   <M> TAOS TSL2560, TSL2561, TSL2562 and TSL2563 ...
[CONFIG_SENSORS_TSL2563]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 668f8ed2632cd12f33cc5caeadd39d251a8d7488 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: analog to digital converters
Device Drivers  --->
Industrial I/O support  --->
  Analog to digital converters  --->
   < > Motorola CPCAP PMIC ADC driver           [CONFIG_CPCAP_ADC]
   < > TI's AM335X ADC driver                   [CONFIG_TI_AM335X_ADC]
   <M> TWL4030 MADC (Monitoring A/D Converter)  [CONFIG_TWL4030_MADC]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 3677e8f159dbe43bbf36df84e4c8976d13fcb1cc by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: enable radio driver
Device Drivers  --->
Multimedia support  --->
  [*] AM/FM radio receivers/transmitters support
[CONFIG_MEDIA_RADIO_SUPPORT]
  Radio Adapters  --->
   <M> Silicon Labs Si4713 FM Radio with RDS ... [CONFIG_RADIO_SI4713]
   <M>   Silicon Labs Si4713 FM Radio ...      
[CONFIG_PLATFORM_SI4713]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 4fb90528b9fa97ceb7697e202bbfa32055541708 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: enable bluetooth radio
Device Drivers  --->
[*] Staging drivers  --->                        [CONFIG_STAGING]
  [*] Media staging drivers  --->                 [CONFIG_STAGING_MEDIA]
   <M> Broadcom BCM2048 FM Radio Receiver support [CONFIG_I2C_BCM2048]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit edb766a83e818fc1843d5290e9247874f9c7f6e6 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: disable TV tuners
Device Drivers  --->
Multimedia support  --->
  Customize TV tuners  --->
     [ DISABLE ALL ]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 90da2c1573ea4fa165dcc4aa25eb03ebffe2ce8f by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: enable front LED
Device Drivers  --->
LED Support  --->
  <M> LED Support for TI/National LP5523/55231 LED ...
[CONFIG_LEDS_LP5523]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 6f8fde6f61dd9e6c2e11dcade0219782cd52cd46 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: enable flash LED
Device Drivers  --->
Multimedia support  --->
  I2C Encoders, decoders, sensors and other helper chips  --->
   <M> ADP1653 flash support  [CONFIG_VIDEO_ADP1653]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 0f7db94ee58db2b5d9b7e4d67f3a8f2866556b41 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: enable front webcam
Device Drivers  --->
Multimedia support  --->
  I2C Encoders, decoders, sensors and other helper chips  --->
   <M> SMIA++/SMIA sensor support  [CONFIG_VIDEO_SMIAPP]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 45a9706ff95f9749274367902abb890b75c24041 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: enable back camera
Device Drivers  --->
Multimedia support  --->
  I2C Encoders, decoders, sensors and other helper chips  --->
   <M> AD5820 lens voice coil support  [CONFIG_VIDEO_AD5820]
   <M> ET8EK8 camera sensor support    [CONFIG_VIDEO_ET8EK8]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit b412e31f52b40c273ec432129f8aca6c173c5863 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: expose thermal sensors as hwmon device
Device Drivers  --->
<*> Hardware Monitoring support              [CONFIG_HWMON]
Generic Thermal sysfs driver  --->
  [*] Expose thermal sensors as hwmon device  [CONFIG_THERMAL_HWMON]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit e554bd9e0bf4ad709c3e418ca033b22c54eb0373 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: build keyboard driver into kernel
Device Drivers  --->
Input device support  --->
Keyboards  --->
  <*> TI TWL4030/TWL5030/TPS659x0 keypad support
[CONFIG_KEYBOARD_TWL4030]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit ab577328c69fa5c5c26288faa8da9928014caf96 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: enable in-kernel .config
Reason: asked by Wizzup in #maemo-leste IRC channel.
This partially reverts commit "ARM: n900_defconfig: don't store .config
in kernel"
General setup  --->
<M> Kernel .config support                 [CONFIG_IKCONFIG]
[*]   Enable access to .config through ... [CONFIG_IKCONFIG_PROC]
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 1cc272dfc2bb104533ec84360356e182ef8eeb07 by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: add twl4030-vibra
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit c033997a33edadb9148d9f79b886131237370a7a by Merlijn Boris Wolf Wajer
ARM: n900_defconfig: add nf/iptables maasquerade
The file was modifiedarch/arm/configs/n900_defconfig (diff)
Commit 8dca5a953408c8dfc93c0c4531ca2fc64ad3d2bf by Merlijn Boris Wolf Wajer
debian: preserve /debian/ on 'make clean'
The file was modifiedscripts/package/Makefile (diff)
Commit 468cb8554e144aa890ab5124e4b45ad235f90fde by Merlijn Boris Wolf Wajer
debian: remove /debian/ from .gitignore
The file was modified.gitignore (diff)
Commit b8fe3c8d977534acd357d7454be2d4e1d5beb5b8 by Merlijn Boris Wolf Wajer
debian: fill /debian/ directory with content
The file was addeddebian/copyright
The file was addeddebian/control
The file was addeddebian/postinst.in
The file was addeddebian/changelog
The file was addeddebian/clean
The file was addeddebian/compat
The file was addeddebian/source/format
The file was addeddebian/rules
The file was addeddebian/README
Commit e521876c4d609eeafa8b66fd9aebcbadabadf32a by Merlijn Boris Wolf Wajer
debian: use linux native scripts for packaging
Packages added:
- linux-image-n900-dbg
- linux-headers-n900
This should allow to build kernel modules out of tree.
The file was modifieddebian/control (diff)
The file was removeddebian/postinst.in
The file was modifieddebian/rules (diff)
The file was modifiedscripts/package/builddeb (diff)
Commit dac69df8f812505bc2d49e18d8dfceaba05f476c by Merlijn Boris Wolf Wajer
Update debian/changelog (5.0.5-1)
The file was modifieddebian/changelog (diff)
Commit 0923936d38a9a299044d6ae3e25af68184609036 by Merlijn Boris Wolf Wajer
debian: fix linux-headers-n900 when crossbuilding
Build kernel related binaries in target architecture format after cross
building. This allows to run DKMS on target device successfully.
The file was modifieddebian/control (diff)
The file was modifieddebian/rules (diff)
Commit 18f046f1871371c658a4bd7402cdb581c9407307 by Merlijn Boris Wolf Wajer
debian: add gbp.conf needed by jenkins-debian-glue
The file was addeddebian/gbp.conf
Commit bc1dea7dc51d2c744c7db8880e382312e2951ebe by Merlijn Boris Wolf Wajer
debian: update README for default config management
The file was modifieddebian/README (diff)
Commit ef04fd0998220d4c369fea007b049d92199488b8 by Merlijn Boris Wolf Wajer
debian: rules: fix warning: 'build-arch' is missing
The file was modifieddebian/rules (diff)
Commit 9e9a524cefa652b181530e3c577f14549080fef1 by Merlijn Boris Wolf Wajer
Update debian/changelog (5.0.5-2)
The file was modifieddebian/changelog (diff)
Commit 62b20117faa1d263037e488656019b44ad9027c2 by Merlijn Boris Wolf Wajer
Update debian/changelog (5.0.5-3)
The file was modifieddebian/changelog (diff)
Commit 368ecaac38a0a7f248387d6e867aa55b46884671 by Merlijn Boris Wolf Wajer
Update debian/changelog (5.0.7-1)
The file was modifieddebian/changelog (diff)
Commit 5f82ce051817b177b59f8c4864ffeb184e1fc88c by Merlijn Boris Wolf Wajer
Update debian/changelog (5.0.9-1)
The file was modifieddebian/changelog (diff)
Commit b376148fb0b0b960344954541f467f8a354b12f1 by Merlijn Boris Wolf Wajer
Update debian/changelog (5.0.14-1)
The file was modifieddebian/changelog (diff)
Commit c97873fa2e0910418d75af1f488231d271a659b6 by Merlijn Boris Wolf Wajer
Update debian/changelog (5.1-1)
The file was modifieddebian/changelog (diff)
Commit 19dd1c690f23f539f2e7736e397581175b76fb6c by Merlijn Boris Wolf Wajer
debian/changelog: bump for config change
The file was modifieddebian/changelog (diff)
Commit c8b4e7ff4cee738c5f34ede55ade3380d378fe68 by Merlijn Boris Wolf Wajer
debian/changelog: add iptables masquerade support
The file was modifieddebian/changelog (diff)
Commit f704c3f82b1ea9ac6364608f2504ffe9701f36c7 by Merlijn Boris Wolf Wajer
debian/changelog: bump for enyc keyboard fix
The file was modifieddebian/changelog (diff)