aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'fixes', 'pgt-next' and 'versatile' into develRussell King2011-03-201-13/+90
|\ \ \
| | | * ARM: clcd: add method for describing display capabilitiesRussell King2011-02-191-11/+84
| | | * ARM: clcd: clean up CLCD announcement printksRussell King2011-02-191-2/+6
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...Linus Torvalds2011-03-1718-186/+1358
|\ \ \ \ \ \
| | | * | | | VIDEO: cyberpro: remove unused cyber2000fb_get_fb_var()Russell King2011-02-112-9/+0
| | | * | | | VIDEO: cyberpro: remove useless function extreg pointersRussell King2011-02-112-11/+0
| | | * | | | VIDEO: cyberpro: update handling of device structuresRussell King2011-02-112-10/+11
| | | * | | | VIDEO: cyberpro: add support for video capture I2CRussell King2011-02-113-14/+118
| | | * | | | VIDEO: cyberpro: make 'reg_b0_lock' always presentRussell King2011-02-111-7/+5
| | | * | | | VIDEO: cyberpro: add I2C supportOndrej Zary2011-02-112-0/+136
| | | * | | | VIDEO: cyberpro: select lowest multipler/divisor for PLLRussell King2011-01-281-3/+3
| | | | |_|/ | | | |/| |
| | | | | |
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | *---. \ \ \ Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversRussell King2011-03-17630-5711/+11282
| | |\ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | | | | * | | ARM: 6764/1: pl011: factor out FIFO to TTY codeLinus Walleij2011-03-101-91/+66
| | | | | * | | ARM: 6763/1: pl011: add optional RX DMA to PL011 v2Linus Walleij2011-03-101-20/+434
| | | | * | | | ARM: 6758/1: amba: support pm opsRabin Vincent2011-02-231-23/+317
| | | | * | | | ARM: amba: make internal ID table handling constRussell King2011-02-231-3/+3
| | | | * | | | ARM: amba: make probe() functions take const id tablesRussell King2011-02-2313-13/+15
| | | | * | | | ARM: 6662/1: amba: make amba_bustype non-staticRob Herring2011-02-231-1/+1
| | |_|/ / / / | |/| | | | |
| | | * | | | ARM: mmci: add dmaengine-based DMA supportRussell King2011-02-042-8/+287
| | | * | | | ARM: mmci: no need for separate host->data_xferedRussell King2011-02-042-8/+3
| | | * | | | ARM: mmci: avoid unnecessary switch to data available PIO interruptsRussell King2011-02-041-6/+7
| | | * | | | ARM: mmci: no need to call flush_dcache_page() with sg_miter APIRussell King2011-02-041-19/+0
| | | * | | | ARM: mmci: avoid reporting too many completed bytes on fifo overrunRussell King2011-02-041-6/+18
* | | | | | | Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-03-172-6/+6
|\ \ \ \ \ \ \
| * | | | | | | mm: export __get_user_pagesHuang Ying2011-03-172-6/+6
* | | | | | | | Merge branch 'stable/xen.pm.bug-fixes' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-03-174-13/+29
|\ \ \ \ \ \ \ \
| * | | | | | | | xen: use freeze/restore/thaw PM events for suspend/resume/chkptShriram Rajagopalan2011-03-162-11/+13
| * | | | | | | | xen: xenbus PM events supportKazuhiro SUZUKI2011-03-163-5/+19
| | | | | | | | |
| \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ Merge branches 'stable/irq.fairness' and 'stable/irq.ween_of_nr_irqs' of git:...Linus Torvalds2011-03-171-178/+261
|\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | xen: events: Fix compile error if CONFIG_SMP is not defined.Konrad Rzeszutek Wilk2011-03-151-0/+2
| | * | | | | | | | | xen: events: correct locking in xen_irq_from_pirqIan Campbell2011-03-141-1/+1
| | * | | | | | | | | xen: events: propagate irq allocation failure instead of panickingIan Campbell2011-03-101-8/+14
| | * | | | | | | | | xen: events: do not workaround too-small nr_irqsIan Campbell2011-03-101-7/+0
| | * | | | | | | | | xen: events: remove use of nr_irqs as upper bound on number of pirqsIan Campbell2011-03-101-34/+25
| | * | | | | | | | | xen: events: dynamically allocate irq info structuresIan Campbell2011-03-101-15/+16
| | * | | | | | | | | xen: events: maintain a list of Xen interruptsIan Campbell2011-03-101-15/+44
| | * | | | | | | | | xen: events: push setup of irq<->{evtchn,ipi,virq,pirq} maps into irq_info in...Ian Campbell2011-03-101-21/+21
| | * | | | | | | | | xen: events: turn irq_info constructors into initialiser functionsIan Campbell2011-03-101-38/+66
| | * | | | | | | | | xen: events: use per-cpu variable for cpu_evtchn_maskIan Campbell2011-03-101-20/+8
| | * | | | | | | | | xen: events: refactor GSI pirq bindings functionsIan Campbell2011-03-101-3/+4
| | * | | | | | | | | xen: events: rename restore_cpu_pirqs -> restore_pirqsIan Campbell2011-03-101-2/+2
| | * | | | | | | | | xen: events: remove unused public functionsIan Campbell2011-03-101-20/+0
| | * | | | | | | | | xen: events: fix xen_map_pirq_gsi error returnIan Campbell2011-03-101-1/+1
| | * | | | | | | | | xen: events: simplify commentIan Campbell2011-03-101-7/+3
| | * | | | | | | | | xen: events: separate two unrelated halves of if conditionIan Campbell2011-03-101-4/+8
| * | | | | | | | | | xen: events: Remove redundant clear of l2i at end of round-robin loopKeir Fraser2011-03-101-1/+0
| * | | | | | | | | | xen: events: Make round-robin scan fairer by snapshotting each l2 word once onlyKeir Fraser2011-03-101-9/+21
| * | | | | | | | | | xen: events: Clean up round-robin evtchn scan.Keir Fraser2011-03-101-24/+20
| * | | | | | | | | | xen: events: Make last processed event channel a per-cpu variable.Ian Campbell2011-03-101-7/+6
| * | | | | | | | | | xen: events: Process event channels notifications in round-robin order.Scott Rixner2011-03-101-7/+65
| |/ / / / / / / / /