kernel-power
9 years agoRelease kernel-power v53 master v53
Pali Rohár [Sat, 10 May 2014 20:19:55 +0000 (22:19 +0200)]
Release kernel-power v53

9 years agoUpdate patch overclock_smartreflex_900.diff
Pali Rohár [Sat, 10 May 2014 20:16:26 +0000 (22:16 +0200)]
Update patch overclock_smartreflex_900.diff

That way calculated voltage will be 25mV more, compared to KP52 for
frequencies > 250 MHz. That is supposed to improve the stability on some
rare devices.

Patch from freemangordon

9 years agoAdd patch radio-bcm2048-security.patch
Pali Rohár [Fri, 9 May 2014 20:21:12 +0000 (22:21 +0200)]
Add patch radio-bcm2048-security.patch

 * Backport security fixes from upstream kernel for radio driver in patch radio-bcm2048-security.patch
   * fix sign of value in bcm2048_##prop##_read()
   * fix missing unlock on error in bcm2048_rds_fifo_receive()
   * fix coccinelle warnings: Replace memcpy with struct assignment
   * fix unneeded semicolon in bcm2048_fops_read()

9 years agowl1251-maemo: Include IBSS fixes patches and release wl1251-maemo-0.3 wl1251-maemo-0.3
Pali Rohár [Fri, 9 May 2014 18:13:23 +0000 (20:13 +0200)]
wl1251-maemo: Include IBSS fixes patches and release wl1251-maemo-0.3

9 years agokernel-power-settings: release 0.18 kernel-power-settings-0.18
Pali Rohár [Fri, 9 May 2014 16:00:04 +0000 (18:00 +0200)]
kernel-power-settings: release 0.18

10 years agokernel-power-settings: upstart kernel-modules file is service
Pali Rohár [Wed, 27 Nov 2013 18:24:59 +0000 (19:24 +0100)]
kernel-power-settings: upstart kernel-modules file is service

10 years agokernel-power-settings: start upstart script after mounting /home and /opt
Pali Rohár [Wed, 20 Nov 2013 15:05:36 +0000 (16:05 +0100)]
kernel-power-settings: start upstart script after mounting /home and /opt

10 years agoUpdate madde.patch
Pali Rohár [Fri, 25 Oct 2013 20:03:37 +0000 (22:03 +0200)]
Update madde.patch

10 years agomusb resume fix to charge/talk to computer USB port
David Fries [Mon, 15 Apr 2013 04:10:19 +0000 (23:10 -0500)]
musb resume fix to charge/talk to computer USB port

Without this patch series once the N900 was suspend to ram and resumed
it would not be able to charge or be detected when plugged into a
computer USB port.  This fixes the registers by using the previously
stored registers rather than the registers at the time of suspend.

There are other fixes such as actually sleeping when probing for the
charger rather than busy waiting.

10 years agodisable getnstimeofday WARN_ON when CONFIG_PM_DEBUG is defined
David Fries [Tue, 11 Sep 2012 03:13:01 +0000 (22:13 -0500)]
disable getnstimeofday WARN_ON when CONFIG_PM_DEBUG is defined

pm_dbg_update_time is calling getnstimeofday, for the N900
omap_sram_idle transitions to and from suspend and calls routines
which call pm_dbg_update_time.  Calling
timekeeping_suspend/timekeeping_resume doesn't seem very doable.
Disabling it when CONFIG_PM_DEBUG is set seems like the easier option.

10 years agoupdate system time after N900 resumes
David Fries [Tue, 11 Sep 2012 02:44:52 +0000 (21:44 -0500)]
update system time after N900 resumes

Currently nothing updates the system clock after a suspend to memory
operation, and date shows that almost no time elapsed.
As ARM doesn't have a specific read_persistent_clock the default
returns 0.  The RTC rtc_suspend/rtc_resume will set the clock after
resume, but requires CONFIG_RTC_HCTOSYS_DEVICE to be set, but that
requires RTC to be compiled into the kernel.

This splits up the configuration for setting the system time on bootup
from setting the time on resume.  This allows RTC_CLASS to be compiled
as a module if the system needs the RTC for resume, but not for boot,
which is the case for the N900.

10 years agoUpdate kernel-power-modules postinst and postrm files: Totally remove shm_size=0x4000...
Pali Rohár [Fri, 25 Oct 2013 13:51:47 +0000 (15:51 +0200)]
Update kernel-power-modules postinst and postrm files: Totally remove shm_size=0x400000 from /etc/modprobe.d/bridgedriver because it is not needed

10 years agoUpdate patch dspbridge.diff: Fix comment for shm_size param, default size is 5 MB
Pali Rohár [Fri, 25 Oct 2013 13:40:05 +0000 (15:40 +0200)]
Update patch dspbridge.diff: Fix comment for shm_size param, default size is 5 MB

10 years agoUpdate dependences, flasher package depends on fiasco-image-update-ask
Pali Rohár [Wed, 23 Oct 2013 10:22:53 +0000 (12:22 +0200)]
Update dependences, flasher package depends on fiasco-image-update-ask

10 years agoAdd patch nokia-av_key.patch
Pali Rohár [Wed, 18 Sep 2013 16:37:57 +0000 (18:37 +0200)]
Add patch nokia-av_key.patch

With this patch pressed headset button will be reported immediately as KEY_PROG1.
But sometimes this key can be reported also when was not presses.

Application should take care about false positive pressing, so this is reason
why kernel will report it as KEY_PROG1 (and not KEY_PHONE).

To verify if key was pressed application can wait for real KEY_PHONE event which
would be delivered after few seconds as before.

Application can receive notify about this presses key via HAL "prog1" key.
So this will not break any existing applications.

Thanks Pavel Machek for it!

10 years agoAdd new patch asix-ethernet.patch
Pali Rohár [Thu, 12 Sep 2013 19:56:45 +0000 (21:56 +0200)]
Add new patch asix-ethernet.patch

Patch created by Brolin Empey:
https://garage.maemo.org/tracker/index.php?func=detail&aid=7071&group_id=1528&atid=5523

10 years agoUpdate patch dm9601-ethernet.patch
Pali Rohár [Thu, 12 Sep 2013 19:55:28 +0000 (21:55 +0200)]
Update patch dm9601-ethernet.patch

Patch created by Brolin Empey:
https://garage.maemo.org/tracker/index.php?func=detail&aid=7070&group_id=1528&atid=5523

10 years agoFix dangling if statement in patch power-supply-no-verbose.diff
Pali Rohár [Wed, 4 Sep 2013 10:18:16 +0000 (12:18 +0200)]
Fix dangling if statement in patch power-supply-no-verbose.diff

Thanks FatPhil for reporting bug and providing this patch

10 years agoCommit patch dm9601-ethernet.patch by Marian Hello
Pali Rohár [Wed, 8 May 2013 08:37:50 +0000 (10:37 +0200)]
Commit patch dm9601-ethernet.patch by Marian Hello

* This patch adding usb id of product "DM9601 USB to Fast Ethernet Adapter" to driver dm9601.ko

10 years agokernel-power-settings: Update debian/changelog kernel-power-settings-0.17
Pali Rohár [Fri, 3 May 2013 21:27:43 +0000 (23:27 +0200)]
kernel-power-settings: Update debian/changelog

10 years agokernel-power-settings: Create needed directory /etc/kernel-power/
Pali Rohár [Fri, 3 May 2013 21:26:28 +0000 (23:26 +0200)]
kernel-power-settings: Create needed directory /etc/kernel-power/

11 years agokernel-power-settings: Remove old files and hooks in postinst/postrm scripts
Pali Rohár [Thu, 28 Mar 2013 13:07:44 +0000 (14:07 +0100)]
kernel-power-settings: Remove old files and hooks in postinst/postrm scripts

11 years agokernel-power-settings: Update debian/control
Pali Rohár [Tue, 5 Mar 2013 21:44:04 +0000 (22:44 +0100)]
kernel-power-settings: Update debian/control

11 years agokernel-power-settings: Remove EARLY_SSH support because calling getbootstate
Pali Rohár [Tue, 5 Mar 2013 21:41:24 +0000 (22:41 +0100)]
kernel-power-settings: Remove EARLY_SSH support because calling getbootstate

* getbootstate increasing rebooot counter which can cause MALF state and unbootable device

11 years agokernel-power-settings: Remove pre-mount script from /etc/kernel-power/pre-mount,...
Pali Rohár [Sat, 16 Feb 2013 19:32:46 +0000 (20:32 +0100)]
kernel-power-settings: Remove pre-mount script from /etc/kernel-power/pre-mount, cssu will have better solution for fsck

11 years agobq2415x_charger: Add support for offline and 100mA mode v52
Pali Rohár [Thu, 14 Feb 2013 16:34:58 +0000 (17:34 +0100)]
bq2415x_charger: Add support for offline and 100mA mode

11 years agoFix reporting temperature in rx51_battery driver (driver should export temperature...
Pali Rohár [Sat, 9 Feb 2013 10:06:05 +0000 (11:06 +0100)]
Fix reporting temperature in rx51_battery driver (driver should export temperature in 1/10 °C)

11 years agoRelease kernel-power v52
Pali Rohár [Thu, 24 Jan 2013 10:31:06 +0000 (11:31 +0100)]
Release kernel-power v52

11 years agoChange termination current in bq2415x board code to 100 mA
Pali Rohár [Wed, 9 Jan 2013 01:43:36 +0000 (02:43 +0100)]
Change termination current in bq2415x board code to 100 mA

11 years agoEnable vlan (8021q) module
Pali Rohár [Thu, 3 Jan 2013 09:47:15 +0000 (10:47 +0100)]
Enable vlan (8021q) module

11 years agoOptify bootimg package
Pali Rohár [Mon, 17 Dec 2012 22:10:17 +0000 (23:10 +0100)]
Optify bootimg package

11 years agoRegenerate patch nokia-20103103+0m5.diff to match original nokia version, move revert...
Pali Rohár [Sun, 16 Dec 2012 12:59:43 +0000 (13:59 +0100)]
Regenerate patch nokia-20103103+0m5.diff to match original nokia version, move reverting musb code to additional patch

11 years agoRegenerate patch nokia-20101501+0m5.diff to match original nokia version, move enabli...
Pali Rohár [Sun, 16 Dec 2012 12:57:50 +0000 (13:57 +0100)]
Regenerate patch nokia-20101501+0m5.diff to match original nokia version, move enabling smartreflex to additional patch

11 years agoImported nokia patch nokia-20091602+0m5.diff
Pali Rohár [Sun, 16 Dec 2012 12:52:43 +0000 (13:52 +0100)]
Imported nokia patch nokia-20091602+0m5.diff

* Patch comes from Fremantle Beta2 SDK repository from package kernel version 2.6.28-20091602+0m5
* Package downloaded from OBS mirror: https://build.opensuse.org/package/show?package=kernel&project=Maemo%3AFremantle%3ABeta

11 years agoUpdate patch musb_sysfs_hostdevice.diff
Pali Rohár [Sat, 8 Dec 2012 17:53:49 +0000 (18:53 +0100)]
Update patch musb_sysfs_hostdevice.diff

* Add sysfs entry hostdevice2 which show host device speed detected by musb_virthub.c

11 years agobq27x00_battery: Do not report nominal available capaciy if battery is not calibrated
Pali Rohár [Sat, 10 Nov 2012 14:26:30 +0000 (15:26 +0100)]
bq27x00_battery: Do not report nominal available capaciy if battery is not calibrated

11 years agoRemove dependency on kernel-power-bootimg from other packages
Pali Rohár [Fri, 9 Nov 2012 12:37:23 +0000 (13:37 +0100)]
Remove dependency on kernel-power-bootimg from other packages

11 years agoRemove conffiles from kernel-power-bootimg package (now old bootmenu item files will...
Pali Rohár [Sat, 13 Oct 2012 15:34:04 +0000 (17:34 +0200)]
Remove conffiles from kernel-power-bootimg package (now old bootmenu item files will be automatically deleted)

11 years agoUpdate bq2415x_charger.patch: Show error message from bq2415x_timer_error in timer...
Pali Rohár [Sat, 13 Oct 2012 12:12:32 +0000 (14:12 +0200)]
Update bq2415x_charger.patch: Show error message from bq2415x_timer_error in timer sysfs entry

11 years agoRemove Conflicts from debian/control
Pali Rohár [Sat, 13 Oct 2012 11:42:44 +0000 (13:42 +0200)]
Remove Conflicts from debian/control

11 years agoRemove multiboot support (external package multiboot-kernel-power can be used)
Pali Rohár [Sat, 13 Oct 2012 11:41:15 +0000 (13:41 +0200)]
Remove multiboot support (external package multiboot-kernel-power can be used)

11 years agoFix Pre-Depends for kernel-power-flasher
Pali Rohár [Sat, 13 Oct 2012 01:14:36 +0000 (03:14 +0200)]
Fix Pre-Depends for kernel-power-flasher

11 years agoUpdate rx51_battery.patch - Added max value to table rx51_temp_table2, removed unneed...
Pali Rohár [Fri, 12 Oct 2012 12:58:49 +0000 (14:58 +0200)]
Update rx51_battery.patch - Added max value to table rx51_temp_table2, removed unneeded code

11 years agoAdded provides kernel-feature-bridge
Pali Rohár [Fri, 12 Oct 2012 12:55:30 +0000 (14:55 +0200)]
Added provides kernel-feature-bridge

11 years agoEnable bridge module
Pali Rohár [Fri, 12 Oct 2012 12:54:17 +0000 (14:54 +0200)]
Enable bridge module

11 years agoUpdate rx51_battery.patch: Extended temperature tables
Pali Rohár [Thu, 27 Sep 2012 21:02:13 +0000 (23:02 +0200)]
Update rx51_battery.patch: Extended temperature tables

11 years agoProvides: kernel-feature-rx51-battery
Pali Rohár [Sun, 23 Sep 2012 21:27:52 +0000 (23:27 +0200)]
Provides: kernel-feature-rx51-battery

11 years agokernel-power-bootimg replaces kernel-power-bootimg
Pali Rohár [Fri, 21 Sep 2012 18:54:17 +0000 (20:54 +0200)]
kernel-power-bootimg replaces kernel-power-bootimg

11 years agorx51_battery.patch - fixed voltage integer overflow
Pali Rohár [Fri, 21 Sep 2012 18:43:13 +0000 (20:43 +0200)]
rx51_battery.patch - fixed voltage integer overflow

11 years agorx51_battery.patch - simplify voltage formula
Pali Rohár [Fri, 21 Sep 2012 17:54:50 +0000 (19:54 +0200)]
rx51_battery.patch - simplify voltage formula

11 years agobq2415x_charger.patch: Make sure that hook function can be called for init reported...
Pali Rohár [Sat, 15 Sep 2012 11:16:34 +0000 (13:16 +0200)]
bq2415x_charger.patch: Make sure that hook function can be called for init reported mode

11 years agoEnable some disabled ipv6 modules
Pali Rohár [Thu, 13 Sep 2012 13:10:02 +0000 (15:10 +0200)]
Enable some disabled ipv6 modules

11 years agoAdded provides kernel-feature-sigmask
Pali Rohár [Thu, 13 Sep 2012 08:33:31 +0000 (10:33 +0200)]
Added provides kernel-feature-sigmask

11 years agoAdded patch tif_restore_sigmask-syscalls-arm.patch which fix pselect bug
Pali Rohár [Thu, 13 Sep 2012 08:25:30 +0000 (10:25 +0200)]
Added patch tif_restore_sigmask-syscalls-arm.patch which fix pselect bug

11 years agoCompile rx51_battery driver as module
Pali Rohár [Wed, 12 Sep 2012 12:08:57 +0000 (14:08 +0200)]
Compile rx51_battery driver as module

11 years agoAdded new driver rx51_battery which export twlmadc battery values to sysfs
Pali Rohár [Wed, 12 Sep 2012 12:04:27 +0000 (14:04 +0200)]
Added new driver rx51_battery which export twlmadc battery values to sysfs

11 years agoEnable more netfilter modules
Pali Rohár [Wed, 12 Sep 2012 11:17:41 +0000 (13:17 +0200)]
Enable more netfilter modules

11 years agobq2415x_charger patch: minor changes
Pali Rohár [Sat, 8 Sep 2012 11:02:53 +0000 (13:02 +0200)]
bq2415x_charger patch: minor changes

11 years agoFix RELEASE version in debian
Pali Rohár [Fri, 7 Sep 2012 17:06:47 +0000 (19:06 +0200)]
Fix RELEASE version in debian

11 years agoRemove unneeded debug messages from patch bq2415x_rx51.patch
Pali Rohár [Fri, 7 Sep 2012 16:50:58 +0000 (18:50 +0200)]
Remove unneeded debug messages from patch bq2415x_rx51.patch

11 years agoUpdate bq2415x_charger patch:
Pali Rohár [Fri, 7 Sep 2012 16:37:53 +0000 (18:37 +0200)]
Update bq2415x_charger patch:

* Fix problem when driver reported bad value of charge_current and termination_current
* Disable charger in none mode
* After changing mode set default value of weak_battery_voltage and battery_regulation_voltage

11 years agoFix patch udf-use-hw-sector-size.diff for our maemo kernel 2.6.28
Pali Rohár [Mon, 13 Aug 2012 08:17:46 +0000 (10:17 +0200)]
Fix patch udf-use-hw-sector-size.diff for our maemo kernel 2.6.28

11 years agoBackport upstream patch: udf-use-hw-sector-size.diff
Pali Rohár [Mon, 13 Aug 2012 07:44:28 +0000 (09:44 +0200)]
Backport upstream patch: udf-use-hw-sector-size.diff

https://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1197e4dfcf4ac17d763a59e5de1d4d4b9781a555

udf: use hardware sector size

This patch makes the UDF FS driver use the hardware sector size as the
default logical block size, which is required by the UDF specifications.
While the previous default of 2048 bytes was correct for optical disks,
it was not for hard disks or USB storage devices, and made it impossible
to use such a device with the default mount options.  (The Linux mkudffs
tool uses a default block size of 2048 bytes even on devices with
smaller hardware sectors, so this bug is unlikely to be noticed unless
UDF-formatted USB storage devices are exchanged with other OSs.)

To avoid regressions for people who use loopback optical disk images or
who used the (sometimes wrong) defaults of mkudffs, we also try with
a block size of 2048 bytes if no anchor was found with the hardware
sector size.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Jan Kara <jack@suse.cz>

11 years agoUpdate bq2415x_charger patch:
Pali Rohár [Wed, 8 Aug 2012 08:54:15 +0000 (10:54 +0200)]
Update bq2415x_charger patch:

* Instead strict_strtol use kstrtol and instead simple_strtol use sscanf
* Use dev_dbg for debug messages in bq2415x_set_mode and bq2415x_hook_function
* Typo fix
* Call sysfs_notify when mode or reported_mode was changed

11 years agoAdded patch kstrtol.diff which define macro kstrtol as strict_strtol
Pali Rohár [Wed, 8 Aug 2012 08:26:10 +0000 (10:26 +0200)]
Added patch kstrtol.diff which define macro kstrtol as strict_strtol

In upstream kernel strict_strtol is deprecated and renamed to kstrtol

11 years agokernel-power-settings - Increase version due to repository bug kernel-power-settings-0.16
Pali Rohár [Mon, 30 Jul 2012 14:33:10 +0000 (16:33 +0200)]
kernel-power-settings - Increase version due to repository bug

11 years agoUpdate into about kernel-power-bootimg package
Pali Rohár [Mon, 30 Jul 2012 12:01:25 +0000 (14:01 +0200)]
Update into about kernel-power-bootimg package

11 years agoPackage kernel-power-bootimg does not provide any features
Pali Rohár [Mon, 30 Jul 2012 08:50:18 +0000 (10:50 +0200)]
Package kernel-power-bootimg does not provide any features

11 years agoN900 has charger chip bq24150a
Pali Rohár [Mon, 30 Jul 2012 08:49:51 +0000 (10:49 +0200)]
N900 has charger chip bq24150a

11 years agoRelese kernel-power v51r1 v51r1
Pali Rohár [Mon, 23 Jul 2012 12:51:43 +0000 (14:51 +0200)]
Relese kernel-power v51r1

* Fix bug in bq2415x_charger driver which cause reboot when driver is unloaded

11 years agoRelease kernel-power v51 v51
Pali Rohár [Mon, 23 Jul 2012 09:37:13 +0000 (11:37 +0200)]
Release kernel-power v51

11 years agobq2415x - set correct charger mode when driver is loaded, rewritten math code and...
Pali Rohár [Sun, 22 Jul 2012 11:06:47 +0000 (13:06 +0200)]
bq2415x - set correct charger mode when driver is loaded, rewritten math code and added sysfs entry reported_mode

11 years agoFix building packet injection modules, provides kernel-feature-usbhost-new
Pali Rohár [Mon, 16 Jul 2012 18:43:50 +0000 (20:43 +0200)]
Fix building packet injection modules, provides kernel-feature-usbhost-new

11 years agobq27x00_battery: Add patch bq27x00-sysfs-registers.diff which export all registers...
Pali Rohár [Tue, 10 Jul 2012 09:27:44 +0000 (11:27 +0200)]
bq27x00_battery: Add patch bq27x00-sysfs-registers.diff which export all registers to sysfs entry /sys/class/power_supply/bq27200-0/registers

11 years agoOnly kernel-power-flasher provides kernel-feature-errata-430973-workaround
Pali Rohár [Tue, 10 Jul 2012 09:26:46 +0000 (11:26 +0200)]
Only kernel-power-flasher provides kernel-feature-errata-430973-workaround

11 years agoEnable thumb support, add thumb patches from cssu-kernel
Pali Rohár [Mon, 9 Jul 2012 09:50:56 +0000 (11:50 +0200)]
Enable thumb support, add thumb patches from cssu-kernel

11 years agoRevert "Disable errata 430973"
Pali Rohár [Mon, 9 Jul 2012 09:50:22 +0000 (11:50 +0200)]
Revert "Disable errata 430973"

This reverts commit 3c3ac9103e632a15ca922e16b1a3cb81cdbdf3a7.

11 years agoRelease kernel-power-settings 0.15 kernel-power-settings-0.15
Pali Rohár [Thu, 5 Jul 2012 13:56:56 +0000 (15:56 +0200)]
Release kernel-power-settings 0.15

11 years agoUse ITEM_OMAPATAG u-boot bootmenu entry instead obsolated ITEM_REUSEATAGS
Pali Rohár [Thu, 5 Jul 2012 13:51:18 +0000 (15:51 +0200)]
Use ITEM_OMAPATAG u-boot bootmenu entry instead obsolated ITEM_REUSEATAGS

11 years agoFix debian/rules
Pali Rohár [Thu, 5 Jul 2012 13:42:38 +0000 (15:42 +0200)]
Fix debian/rules

11 years agokernel-power provides kernel-feature-packet-injection and kernel-feature-charger
Pali Rohár [Thu, 5 Jul 2012 13:39:49 +0000 (15:39 +0200)]
kernel-power provides kernel-feature-packet-injection and kernel-feature-charger

11 years agoUpdate madde.patch: find madde in user dir, use system fiasco-gen binary and wl1251...
Pali Rohár [Thu, 5 Jul 2012 13:38:02 +0000 (15:38 +0200)]
Update madde.patch: find madde in user dir, use system fiasco-gen binary and wl1251-maemo sources

11 years agoInstall only wifi modules from packet injection build
Pali Rohár [Thu, 5 Jul 2012 13:12:25 +0000 (15:12 +0200)]
Install only wifi modules from packet injection build

11 years agokernel-power-settings: Change freq 750000 to 720000
Pali Rohár [Tue, 3 Jul 2012 14:15:05 +0000 (16:15 +0200)]
kernel-power-settings: Change freq 750000 to 720000

11 years agoAdded package wl1251-maemo which contains source code of packet injection wl1251... wl1251-maemo-0.2
Pali Rohár [Tue, 3 Jul 2012 12:41:02 +0000 (14:41 +0200)]
Added package wl1251-maemo which contains source code of packet injection wl1251 driver

11 years agoBuild wl1251 packet injection driver with kernel-power
Pali Rohár [Sun, 1 Jul 2012 19:43:16 +0000 (21:43 +0200)]
Build wl1251 packet injection driver with kernel-power

11 years agoUpdate madde.patch - now working with last madde version
Pali Rohár [Thu, 28 Jun 2012 16:48:31 +0000 (18:48 +0200)]
Update madde.patch - now working with last madde version

11 years agokernel-power-settings: Depends on kernel-power >= v49 or kernel-feature-smartreflex
Pali Rohár [Thu, 28 Jun 2012 14:22:55 +0000 (16:22 +0200)]
kernel-power-settings: Depends on kernel-power >= v49 or kernel-feature-smartreflex

11 years agokernel-power provides: kernel-feature-smartreflex, kernel-feature-video720p
Pali Rohár [Thu, 28 Jun 2012 14:21:21 +0000 (16:21 +0200)]
kernel-power provides: kernel-feature-smartreflex, kernel-feature-video720p

11 years agoFix radio-si4713 driver, fix hang: echo 0 > lock
Pali Rohár [Thu, 28 Jun 2012 14:17:00 +0000 (16:17 +0200)]
Fix radio-si4713 driver, fix hang: echo 0 > lock

11 years agoBlacklist bq2415x_charger driver by default
Pali Rohár [Sat, 26 May 2012 10:23:58 +0000 (12:23 +0200)]
Blacklist bq2415x_charger driver by default

11 years agoAdd patch musb_sysfs_hostdevice.diff
Pali Rohár [Tue, 22 May 2012 22:03:30 +0000 (00:03 +0200)]
Add patch musb_sysfs_hostdevice.diff

This patch create new sysfs entry with type of connected usb host mode device
/sys/devices/platform/musb_hdrc/hostdevice

11 years agoUpdate bq2415x driver
Pali Rohár [Tue, 22 May 2012 21:29:51 +0000 (23:29 +0200)]
Update bq2415x driver

11 years agoReorganized bq2415x patches
Pali Rohár [Tue, 22 May 2012 21:10:19 +0000 (23:10 +0200)]
Reorganized bq2415x patches

* Renamed to bq2415x_<type>.patch
* Moved Makefile/Kconfig code part from charger to kconfig patch

11 years agoFix generating bootmenu file, use ITEM_REUSEATAGS
Pali Rohár [Tue, 22 May 2012 21:04:55 +0000 (23:04 +0200)]
Fix generating bootmenu file, use ITEM_REUSEATAGS

11 years agoAdded bq2415x driver
Pali Rohár [Sun, 29 Apr 2012 16:14:14 +0000 (18:14 +0200)]
Added bq2415x driver

12 years agoRelease v50 v50
Pali Rohár [Wed, 14 Mar 2012 18:44:20 +0000 (19:44 +0100)]
Release v50

12 years agoUpdate description of packages
Pali Rohár [Thu, 23 Feb 2012 09:13:56 +0000 (10:13 +0100)]
Update description of packages

12 years agoAdded patch USB-fix-kernel-oops-with-g_ether-and-windows.diff
Pali Rohár [Sun, 19 Feb 2012 21:07:47 +0000 (22:07 +0100)]
Added patch USB-fix-kernel-oops-with-g_ether-and-windows.diff

12 years agoDisable patches: 0001-mtd-fix-a-huge-latency-problem... and 0002-mtd-change-struct...
Pali Rohár [Sun, 19 Feb 2012 21:07:03 +0000 (22:07 +0100)]
Disable patches: 0001-mtd-fix-a-huge-latency-problem... and 0002-mtd-change-struct-flchip... which cause reboot problems