| Commit message (Expand) | Author | Age | Files | Lines |
* | tridentfb: improve probe function | Krzysztof Helt | 2008-07-24 | 1 | -2/+3 |
* | tridentfb: fix clock settings for older Trident 96XX chips | Krzysztof Helt | 2008-07-24 | 1 | -8/+23 |
* | tridentfb: use mmio access for clock setting | Krzysztof Helt | 2008-07-24 | 1 | -2/+2 |
* | tridentfb: fix timing calculations | Krzysztof Helt | 2008-07-24 | 1 | -17/+18 |
* | tridentfb: make use of functions and constants from the vga.h | Krzysztof Helt | 2008-07-24 | 2 | -109/+61 |
* | tridentfb: move global acceleration hooks into structure | Krzysztof Helt | 2008-07-24 | 1 | -39/+24 |
* | tridentfb: convert is_blade and is_xp macros into functions | Krzysztof Helt | 2008-07-24 | 2 | -19/+19 |
* | tridentfb: move global flat panel variable into structure | Krzysztof Helt | 2008-07-24 | 2 | -27/+23 |
* | tridentfb: move global chip_id into structure | Krzysztof Helt | 2008-07-24 | 1 | -14/+13 |
* | tridentfb: move global pseudo palette into structure | Krzysztof Helt | 2008-07-24 | 1 | -14/+7 |
* | tridentfb: convert fb_info into allocated one | Krzysztof Helt | 2008-07-24 | 1 | -36/+46 |
* | tridentfb: replace macros with functions | Krzysztof Helt | 2008-07-24 | 1 | -243/+283 |
* | fbdev: add the carmine FB driver | Sebastian Siewior | 2008-07-24 | 5 | -0/+1040 |
* | rtc-vr41xx: add irq_set_freq() and irq_set_state() | Yoichi Yuasa | 2008-07-24 | 1 | -31/+34 |
* | rtc-cmos: avoid spurious irqs | David Brownell | 2008-07-24 | 2 | -80/+70 |
* | rtc-at91rm9200: avoid spurious irqs | David Brownell | 2008-07-24 | 1 | -10/+6 |
* | rtc: rtc-s3c: update IRQ handling | Ben Dooks | 2008-07-24 | 1 | -67/+16 |
* | rtc: rtc-s3c: add __devexit and __devinit markers | Ben Dooks | 2008-07-24 | 1 | -3/+3 |
* | rtc-cmos: improve HPET IRQ glue | David Brownell | 2008-07-24 | 1 | -62/+131 |
* | rtc: remove and clarify unneeded externs | Carlos R. Mafra | 2008-07-24 | 2 | -3/+4 |
* | rtc: convert the PCF8583 driver to the new I2C style framework with device_ids | Wolfram Sang | 2008-07-24 | 1 | -90/+39 |
* | rtc: rtc-omap footprint shrinkage | David Brownell | 2008-07-24 | 1 | -17/+4 |
* | rtc: BCD codeshrink | David Brownell | 2008-07-24 | 3 | -3/+22 |
* | rtc: ds1305/ds1306 driver | David Brownell | 2008-07-24 | 4 | -0/+893 |
* | rtc: add support for ST M41T94 SPI RTC | Kim B. Heino | 2008-07-24 | 3 | -0/+183 |
* | rtc: remove BKL for ioctl() | David Brownell | 2008-07-24 | 2 | -20/+55 |
* | rtc: push the BKL down into the driver ioctl method | Alan Cox | 2008-07-24 | 1 | -7/+10 |
* | rtc: m41t80: use pr_info() as appropriate | Maciej W. Rozycki | 2008-07-24 | 1 | -4/+2 |
* | rtc: m41t80: sort header inclusions for readability | Maciej W. Rozycki | 2008-07-24 | 1 | -7/+7 |
* | autofs4: remove unused ioctls | Ian Kent | 2008-07-24 | 3 | -71/+1 |
* | autofs4: reorganize expire pending wait function calls | Ian Kent | 2008-07-24 | 3 | -65/+40 |
* | autofs4: fix direct mount pending expire race - correction | Ian Kent | 2008-07-24 | 1 | -8/+2 |
* | autofs4: fix direct mount pending expire race | Ian Kent | 2008-07-24 | 3 | -26/+65 |
* | autofs4: fix indirect mount pending expire race | Ian Kent | 2008-07-24 | 3 | -23/+65 |
* | autofs4: fix pending checks | Ian Kent | 2008-07-24 | 1 | -3/+6 |
* | autofs4: cleanup redundant readir code | Ian Kent | 2008-07-24 | 1 | -133/+16 |
* | autofs4: indirect dentry must almost always be positive | Ian Kent | 2008-07-24 | 1 | -3/+14 |
* | autofs4: detect invalid direct mount requests | Ian Kent | 2008-07-24 | 1 | -0/+4 |
* | autofs4: fix waitq memory leak | Ian Kent | 2008-07-24 | 2 | -10/+10 |
* | autofs4: check kernel communication pipe is valid for write | Ian Kent | 2008-07-24 | 1 | -2/+14 |
* | autofs4: add missing kfree | Ian Kent | 2008-07-24 | 1 | -1/+3 |
* | autofs4: fix pending mount race | Ian Kent | 2008-07-24 | 1 | -38/+97 |
* | autofs4: fix waitq locking | Ian Kent | 2008-07-24 | 2 | -13/+14 |
* | autofs4: use struct qstr in waitq.c | Jeff Moyer | 2008-07-24 | 2 | -44/+46 |
* | autofs4: use lookup intent flags to trigger mounts | Ian Kent | 2008-07-24 | 1 | -2/+5 |
* | autofs4: don't release directory mutex if called in oz_mode | Ian Kent | 2008-07-24 | 1 | -6/+5 |
* | autofs4: fix symlink name allocation | Ian Kent | 2008-07-24 | 1 | -1/+1 |
* | autofs4: use look aside list for lookups | Ian Kent | 2008-07-24 | 3 | -40/+156 |
* | autofs4: revert - redo lookup in ttfd | Ian Kent | 2008-07-24 | 1 | -21/+0 |
* | autofs4: don't make expiring dentry negative | Ian Kent | 2008-07-24 | 3 | -78/+52 |