| Commit message (Expand) | Author | Age | Files | Lines |
* | Driver core: remove get_bus() | Greg Kroah-Hartman | 2007-10-12 | 2 | -13/+12 |
* | Driver core: remove put_bus() | Greg Kroah-Hartman | 2007-10-12 | 2 | -16/+14 |
* | Driver core: remove subsys_get() | Greg Kroah-Hartman | 2007-10-12 | 2 | -2/+2 |
* | Driver core: remove subsys_put() | Greg Kroah-Hartman | 2007-10-12 | 2 | -2/+2 |
* | Driver core: remove kset_set_kset_s | Greg Kroah-Hartman | 2007-10-12 | 1 | -1/+1 |
* | Driver core: remove subsys_set_kset | Greg Kroah-Hartman | 2007-10-12 | 2 | -2/+3 |
* | Driver core: add CONFIG_UEVENT_HELPER_PATH | Kay Sievers | 2007-10-12 | 1 | -0/+8 |
* | Driver core: change add_uevent_var to use a struct | Kay Sievers | 2007-10-12 | 34 | -415/+175 |
* | Driver core: make sysfs uevent-attributes static | Kay Sievers | 2007-10-12 | 1 | -12/+9 |
* | platform: prefix MODALIAS with "platform:" | Kay Sievers | 2007-10-12 | 4 | -15/+5 |
* | [TG3]: Fix APE induced regression | Matt Carlson | 2007-10-11 | 1 | -3/+4 |
* | [SKY2]: version 1.19 | Stephen Hemminger | 2007-10-11 | 1 | -1/+1 |
* | [SKY2]: use netdevice stats struct | Stephen Hemminger | 2007-10-11 | 2 | -22/+13 |
* | [SKY2]: fiber advertise bits initialization (trivial) | Stephen Hemminger | 2007-10-11 | 1 | -2/+2 |
* | [SKY2]: fix power settings on Yukon XL | Stephen Hemminger | 2007-10-11 | 1 | -7/+6 |
* | [SKY2]: ethtool register reserved area blackout | Stephen Hemminger | 2007-10-11 | 1 | -9/+53 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus... | Linus Torvalds | 2007-10-11 | 31 | -883/+1449 |
|\ |
|
| * | [POWERPC] XilinxFB: Allow fixed framebuffer base address | Grant Likely | 2007-10-12 | 1 | -6/+16 |
| * | [POWERPC] XilinxFB: Add support for custom screen resolution | Grant Likely | 2007-10-12 | 1 | -26/+45 |
| * | [POWERPC] XilinxFB: Use pdata to pass around framebuffer parameters | Grant Likely | 2007-10-12 | 1 | -20/+23 |
| * | Merge branch 'virtex-for-2.6.24' of git://git.secretlab.ca/git/linux-2.6-virt... | Josh Boyer | 2007-10-11 | 1 | -80/+199 |
| |\ |
|
| | * | [POWERPC] XilinxFB: sparse fixes | Grant Likely | 2007-10-10 | 1 | -3/+3 |
| | * | [POWERPC] XilinxFB: Make missing pdata structure non-fatal | Grant Likely | 2007-10-09 | 1 | -12/+10 |
| | * | [POWERPC] XilinxFB: add of_platform bus binding | Grant Likely | 2007-10-09 | 1 | -9/+98 |
| | * | [POWERPC] XilinxFB: cleanup platform_bus binding to use platform bus API. | Grant Likely | 2007-10-09 | 1 | -16/+16 |
| | * | [POWERPC] XilinxFB: Split device setup from bus binding | Grant Likely | 2007-10-09 | 1 | -53/+80 |
| | * | [POWERPC] XilinxFB: rename failout labels to reflect failure | Grant Likely | 2007-10-09 | 1 | -9/+9 |
| | * | [POWERPC] XilinxFB: Replace calls to printk with dev_dbg, dev_err, etc. | Grant Likely | 2007-10-09 | 1 | -7/+7 |
| | * | [POWERPC] XilinxFB: add banner output to probe routine when DEBUG is defined | Grant Likely | 2007-10-09 | 1 | -0/+5 |
| * | | [POWERPC] iSeries: Move viodasd probing | Stephen Rothwell | 2007-10-11 | 1 | -52/+25 |
| * | | [POWERPC] iSeries: Move detection of virtual tapes | Stephen Rothwell | 2007-10-11 | 1 | -106/+18 |
| * | | [POWERPC] iSeries: Move detection of virtual cdroms | Stephen Rothwell | 2007-10-11 | 1 | -97/+19 |
| * | | [POWERPC] Remove iSeries_vio_dev | Stephen Rothwell | 2007-10-11 | 2 | -7/+5 |
| * | | [POWERPC] iSeries: Simplify viocd initialisation | Stephen Rothwell | 2007-10-11 | 1 | -24/+13 |
| |/ |
|
| * | [POWERPC] qe: miscellaneous code improvements and fixes to the QE library | Timur Tabi | 2007-10-08 | 2 | -1/+2 |
| * | [POWERPC] cpm: Describe multi-user ram in its own device node. | Scott Wood | 2007-10-04 | 1 | -2/+2 |
| * | [POWERPC] cpm_uart: Issue STOP_TX command before initializing console. | Scott Wood | 2007-10-03 | 1 | -0/+3 |
| * | [POWERPC] cpm_uart: sparse fixes | Scott Wood | 2007-10-03 | 6 | -183/+192 |
| * | [POWERPC] cpm_uart: Be an of_platform device when CONFIG_PPC_CPM_NEW_BINDING ... | Scott Wood | 2007-10-03 | 6 | -25/+260 |
| * | [POWERPC] Uartlite: Revert register io access changes | Grant Likely | 2007-10-03 | 1 | -18/+18 |
| * | [POWERPC] XilinxFB: Move xilinxfb_platform_data definition to a shared header... | Grant Likely | 2007-10-03 | 1 | -1/+1 |
| * | [POWERPC] Uartlite: Let the console be initialized earlier | Grant Likely | 2007-10-03 | 1 | -3/+38 |
| * | [POWERPC] Uartlite: Add of-platform-bus binding | Grant Likely | 2007-10-03 | 1 | -4/+92 |
| * | [POWERPC] Uartlite: Comment block tidy | Grant Likely | 2007-10-03 | 1 | -3/+40 |
| * | [POWERPC] Uartlite: Separate the bus binding from the driver proper | Grant Likely | 2007-10-03 | 1 | -34/+65 |
| * | [POWERPC] Uartlite: Add macro for uartlite device name | Grant Likely | 2007-10-03 | 1 | -2/+3 |
| * | [POWERPC] Uartlite: change name of ports to ulite_ports | Grant Likely | 2007-10-03 | 1 | -5/+5 |
| * | [POWERPC] Uartlite: Fix reg io to access documented register size | Grant Likely | 2007-10-03 | 1 | -16/+16 |
| * | Merge branch 'linux-2.6' into for-2.6.24 | Paul Mackerras | 2007-10-03 | 57 | -390/+699 |
| |\ |
|
| * | | [POWERPC] Sky Cpu and Nexus: use seq_file/single_open on proc interface | Cyrill Gorcunov | 2007-10-03 | 2 | -44/+74 |