First  |  Prev |  Next  |  Last
Pages: 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437
tmio_mmc: Allow 2 byte requests in 4-bit mode
2010/7/20 Yusuke Goda <yusuke.goda.sx(a)renesas.com>: Adjust the tmio_mmc block size check to accept 2-byte requests in 4-bit mode. Tested with the SDHI hardware block included in sh7724. Signed-off-by: Yusuke Goda <yusuke.goda.sx(a)renesas.com> With this patch applied I can use SDIO cards in polling mode wi... 27 Jul 2010 05:09
[tip:x86/urgent] x86: Do not try to disable hpet if it hasn't been initialized before
Commit-ID: ff4878089e1eaeac79d57878ad4ea32910fb4037 Gitweb: http://git.kernel.org/tip/ff4878089e1eaeac79d57878ad4ea32910fb4037 Author: Stefano Stabellini <stefano.stabellini(a)eu.citrix.com> AuthorDate: Wed, 21 Jul 2010 18:32:37 +0100 Committer: Thomas Gleixner <tglx(a)linutronix.de> CommitDate: Fri, 23 Jul ... 23 Jul 2010 07:00
[PATCH] Driver core: Add BUS_NOTIFY_BIND_DRIVER
From: Magnus Damm <damm(a)opensource.se> Add BUS_NOTIFY_BIND_DRIVER as a bus notifier event. For driver binding/unbinding we with this in place have the following bus notifier events: - BUS_NOTIFY_BIND_DRIVER - before ->probe() - BUS_NOTIFY_BOUND_DRIVER - after ->probe() - BUS_NOTIFY_UNBIND_DRIVER - before -... 23 Jul 2010 07:00
musb: move usb_add_hcd to the core init code from gadget code
On 07/23/2010 05:53 PM, David Brownell wrote: Are you sure this doesn't break the hardware initialization sequencing on some chips? We tested on our Beagle board C3/C4 board and will test that on Beagle XM board and OMAP4 board. Since I still got a Blackfin BF527 board, I will help to test. For other s... 23 Jul 2010 07:00
[patch v2.2 4/4] [PATCH v2.1 4/4] libxt_ipvs: user-space lib for netfilter matcher xt_ipvs
Am 22.07.2010 09:35, schrieb Simon Horman: From: Hannes Eder <heder(a)google.com> The user-space library for the netfilter matcher xt_ipvs. Applied to the iptables-next branch, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger... 23 Jul 2010 07:00
perf: export generic hardware events via sysfs
On 22.07.10 07:12:22, Lin Ming wrote: Generic hardware events are exported under /sys/devices/system/cpu/cpu0...N/events, for example /sys/devices/system/cpu/cpu0/events |-- L1-dcache-load-misses | |-- config | `-- type The sysfs approach came up as a solution to connect to dynamically add... 28 Jul 2010 23:56
i2c: Single-wire Serial Bus Interface for Qualcomm MSM chipsets
On 07/21/2010 07:52 PM, Kenneth Heitke wrote: Unlike I2C, SSBI is a point-to-point connection, and therefore there is no need to specify a slave device address. The SSBI implementation overrides the slave device address to be a device register address instead. This restricts the client drivers from using t... 10 Aug 2010 18:01
[PATCH 1/2] pm_qos: make update_request callable from interrupt context
In order to allow drivers to use pm_qos_update_request from interrupt context we check for interrupt context via in_interrupt() and call the notifiers via schedule_work() if need be. There is the following semantic difference between update_request call sites that are in interrupt context and process context: If... 23 Jul 2010 07:00
[PATCH 2/2] [RFC] pm_qos: add atomic notifier chain
This allows for atomic notifications. This is unecessary at the moment, but I had it flying around and it may be necessary to have in some future scenarios. The atomic listeners get called for _every_ change of the target value, whereas the blocking notifiers, when called from interrupt context, may be "folded... 23 Jul 2010 07:00
[PATCH] musb: move usb_add_hcd to the core init code from gadget code
BugLink: http://bugs.launchpad.net/bugs/608312 usb_add_hcd was only called when we insmod the gadget class module or built-in that gadget class driver. If musb is configured as OTG controller, we need to insmod or built-in gadget class driver to make our Host mode fucntion works. In our Ubuntu system, normally ... 23 Jul 2010 05:56
First  |  Prev |  Next  |  Last
Pages: 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437