First  |  Prev |  Next  |  Last
Pages: 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345
[PATCH V3 0/5] Package Level Thermal Control and Power Limit Notification
From: Fenghua Yu <fenghua.yu(a)intel.com> The new MSRs PACKAGE_THERM_STATUS and PACKAGE_THERM_INTERRUPT and power limit notification are published in Intel 64 and IA32 SDM and first implemented on Intel Sandy Bridge platform. The following patch set supports the new features in Linux kernel. Fenghua Yu (5): ... 29 Jul 2010 20:42
[PATCH V3 1/5] Package Level Thermal Control and Power Limit Notification: enable features
From: Fenghua Yu <fenghua.yu(a)intel.com> Add package level thermal and power limit feature support in the kernel. The two MSRs and features are new starting with Intel's Sandy Bridge processor. Please check Intel 64 and IA-32 Architectures SDMV Vol 3A 14.5.6 Power Limit Notification and 14.6 Package Level Ther... 29 Jul 2010 20:42
drivers/net/bfin_mac.c: Use pr_<level>, netdev_<level>
On Thu, Jul 29, 2010 at 19:58, Joe Perches wrote: Add and use pr_fmt, pr_<level> and netdev_<level> your changelog says add pr_fmt, but i dont see it in the patch ... @@ -833,8 +830,7 @@ static void bfin_tx_hwtstamp(struct net_device *netdev, struct sk_buff *skb)                       (--timeout_cnt)... 29 Jul 2010 20:42
drivers/net/bfin_mac.c: Misc function cleanups, neatening
On Thu, Jul 29, 2010 at 19:58, Joe Perches wrote: Use new bfin_alloc_skb to centralize skb allocations Add and use get_mac_addr function Neaten bfin_mac_init Neaten bfin_mac_hard_start_xmit i'll ack the idea, but i think it better i pull these patches into the Blackfin repo to get some real hardware tes... 3 Aug 2010 11:26
[git pull] drm fixes
Just two, one edid, the other a radeon pm info reporting fix. The following changes since commit fc0f5ac8fe693d1b05f5a928cc48135d1c8b7f2e: Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs (2010-07-27 14:32:59 -0700) are available in the git repository at: ssh://mas... 29 Jul 2010 20:42
[PATCH net-next 1/3] drivers/net/bfin_mac.c: Neatening
80 column fixes Spelling/typo corrections Argument alignment checkpatch clean Signed-off-by: Joe Perches <joe(a)perches.com> --- drivers/net/bfin_mac.c | 204 ++++++++++++++++++++++++++---------------------- 1 files changed, 112 insertions(+), 92 deletions(-) diff --git a/drivers/net/bfin_mac.c b/drivers/... 29 Jul 2010 20:42
[PATCH net-next 3/3] drivers/net/bfin_mac.c: Misc function cleanups, neatening
Use new bfin_alloc_skb to centralize skb allocations Add and use get_mac_addr function Neaten bfin_mac_init Neaten bfin_mac_hard_start_xmit Signed-off-by: Joe Perches <joe(a)perches.com> --- drivers/net/bfin_mac.c | 93 ++++++++++++++++++++++++++--------------------- 1 files changed, 51 insertions(+), 42 dele... 29 Jul 2010 20:42
[PATCH net-next 2/3] drivers/net/bfin_mac.c: Use pr_<level>, netdev_<level>
Add and use pr_fmt, pr_<level> and netdev_<level> Signed-off-by: Joe Perches <joe(a)perches.com> --- drivers/net/bfin_mac.c | 56 +++++++++++++++++++++-------------------------- 1 files changed, 25 insertions(+), 31 deletions(-) diff --git a/drivers/net/bfin_mac.c b/drivers/net/bfin_mac.c index 0b032a5..a1d8... 29 Jul 2010 20:42
[PATCH net-next 0/3] drivers/net/bfin_mac.c: Neatening
Ho-hum, broken up into pieces just for Mike Frysinger. Still uncompiled, untested Joe Perches (3): drivers/net/bfin_mac.c: Neatening drivers/net/bfin_mac.c: Use pr_<level>, netdev_<level> drivers/net/bfin_mac.c: Misc function cleanups, neatening drivers/net/bfin_mac.c | 329 +++++++++++++++++++++++++... 29 Jul 2010 20:42
[PATCH] of/platform: Register of_platform_drivers with an "of:" prefix
Currently there are some drivers in tree which register both a platform_driver and an of_platform_driver with the same name. This is a temporary situation until all the relevant of_platform_drivers are converted to be normal platform_drivers. Until then, this patch gives all the of_platform_drivers an "of:" prefi... 29 Jul 2010 20:42
First  |  Prev |  Next  |  Last
Pages: 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345