-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: NookieDevs/nook_kernel
base: master
head repository: fat-tire/nook_kernel
compare: master
Commits on Feb 19, 2011
-
Revert "updated usb composite drivers and tweaked cyttsp touchscreen …
…settings" This reverts commit 98b72ff.
Configuration menu - View commit details
-
Copy full SHA for d61347c - Browse repository at this point
Copy the full SHA d61347cView commit details
Commits on Feb 20, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 13394fd - Browse repository at this point
Copy the full SHA 13394fdView commit details
Commits on Feb 22, 2011
-
We can now use libbridge.so from CM repos.
Configuration menu - View commit details
-
Copy full SHA for 5af7f48 - Browse repository at this point
Copy the full SHA 5af7f48View commit details
Commits on Feb 23, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 4fae9db - Browse repository at this point
Copy the full SHA 4fae9dbView commit details -
Kernel now overclockable to 925mhz.
Stock voltage. Overclock must be set with Cyanogenmod settings otherwise defaults to stock 800mhz
Configuration menu - View commit details
-
Copy full SHA for 6dee96e - Browse repository at this point
Copy the full SHA 6dee96eView commit details
Commits on Feb 25, 2011
-
cpufreq and omap transition latency tweaks
Reducing omap transition latency to reasonable value. This is defferable so it does not effect idle wake ups.
Configuration menu - View commit details
-
Copy full SHA for 1a562b5 - Browse repository at this point
Copy the full SHA 1a562b5View commit details
Commits on Feb 26, 2011
-
Configuration menu - View commit details
-
Copy full SHA for cfd8026 - Browse repository at this point
Copy the full SHA cfd8026View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8577b47 - Browse repository at this point
Copy the full SHA 8577b47View commit details
Commits on Feb 28, 2011
-
adding missing file required to compile. May not be the correct versi…
…on (Cicada?), but this one does build and seem to work.
fattire committedFeb 28, 2011 Configuration menu - View commit details
-
Copy full SHA for 5cb31b1 - Browse repository at this point
Copy the full SHA 5cb31b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72ff875 - Browse repository at this point
Copy the full SHA 72ff875View commit details
Commits on Mar 1, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 14d5105 - Browse repository at this point
Copy the full SHA 14d5105View commit details
Commits on Mar 7, 2011
-
Configuration menu - View commit details
-
Copy full SHA for bfa30c5 - Browse repository at this point
Copy the full SHA bfa30c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7dcb58 - Browse repository at this point
Copy the full SHA c7dcb58View commit details -
Remove unneeded logging from config per usb_gadget
fattire committedMar 7, 2011 Configuration menu - View commit details
-
Copy full SHA for 75dfaa5 - Browse repository at this point
Copy the full SHA 75dfaa5View commit details
Commits on Mar 9, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 7cb54f3 - Browse repository at this point
Copy the full SHA 7cb54f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 645cf70 - Browse repository at this point
Copy the full SHA 645cf70View commit details -
changes to defconfig for bt. BNEP allows tethering. HCIBTSDIO may mak…
…e hciattach texas work someday. Tx peabody124 for this.
fat-tire committedMar 9, 2011 Configuration menu - View commit details
-
Copy full SHA for 662a84b - Browse repository at this point
Copy the full SHA 662a84bView commit details -
bt enable w/o needing patched u-boot
ti-st turned off since it breaks rfkill & nobody cares unless FM is wired up
pokey9000 committedMar 9, 2011 Configuration menu - View commit details
-
Copy full SHA for 7a3b215 - Browse repository at this point
Copy the full SHA 7a3b215View commit details
Commits on Mar 13, 2011
-
Bluetooth: Fix issue with sysfs handling for connections
Due to a semantic changes in flush_workqueue() the current approach of synchronizing the sysfs handling for connections doesn't work anymore. The whole approach is actually fully broken and based on assumptions that are no longer valid. With the introduction of Simple Pairing support, the creation of low-level ACL links got changed. This change invalidates the reason why in the past two independent work queues have been used for adding/removing sysfs devices. The adding of the actual sysfs device is now postponed until the host controller successfully assigns an unique handle to that link. So the real synchronization happens inside the controller and not the host. The only left-over problem is that some internals of the sysfs device handling are not initialized ahead of time. This leaves potential access to invalid data and can cause various NULL pointer dereferences. To fix this a new function makes sure that all sysfs details are initialized when an connection attempt is made. The actual sysfs device is only registered when the connection has been successfully established. To avoid a race condition with the registration, the check if a device is registered has been moved into the removal work. As an extra protection two flush_work() calls are left in place to make sure a previous add/del work has been completed first. Based on a report by Marc Pignat <marc.pignat@hevs.ch> Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Tested-by: Justin P. Mattock <justinmattock@gmail.com> Tested-by: Roger Quadros <ext-roger.quadros@nokia.com> Tested-by: Marc Pignat <marc.pignat@hevs.ch>
Configuration menu - View commit details
-
Copy full SHA for a1defe7 - Browse repository at this point
Copy the full SHA a1defe7View commit details
Commits on Apr 8, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 065f152 - Browse repository at this point
Copy the full SHA 065f152View commit details
Commits on Apr 19, 2011
-
Added kernel config option to ignore kernel command line args passed by the bootloader.
Configuration menu - View commit details
-
Copy full SHA for f52d8d3 - Browse repository at this point
Copy the full SHA f52d8d3View commit details -
defconfig fix for screenshots, using 6/5M values. Currently being tes…
…ted in Dalingrin's OC kernel.
fattire committedApr 19, 2011 Configuration menu - View commit details
-
Copy full SHA for d9404e2 - Browse repository at this point
Copy the full SHA d9404e2View commit details -
change pulse width modulation to 60Hz. Thanks to Geniusdog254.
fattire committedApr 19, 2011 Configuration menu - View commit details
-
Copy full SHA for de1f96c - Browse repository at this point
Copy the full SHA de1f96cView commit details
Commits on Apr 28, 2011
-
Configuration menu - View commit details
-
Copy full SHA for c690f10 - Browse repository at this point
Copy the full SHA c690f10View commit details
There are no files selected for viewing