summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i2c-piix4: Support AMD auxiliary SMBus controllerAndrew Armenia2012-07-243-4/+82
* i2c-piix4: Separate registration and probing codeAndrew Armenia2012-07-241-40/+71
* i2c-piix4: Eliminate piix4_smba global variableAndrew Armenia2012-07-241-16/+34
* i2c/busses: Use module_pci_driverAxel Lin2012-07-2416-200/+16
* i2c: Update Guenter Roeck's e-mail addressGuenter Roeck2012-07-242-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-07-2372-406/+11240
|\
| * tile: updates to pci root complex from community feedbackChris Metcalf2012-07-183-64/+47
| * bounce: allow use of bounce pool via config optionChris Metcalf2012-07-182-3/+11
| * usb: add host support for the tilegx architectureChris Metcalf2012-07-188-0/+541
| * arch/tile: provide kernel support for the tilegx USB shimChris Metcalf2012-07-189-0/+413
| * tile pci: enable IOMMU to support DMA for legacy devicesChris Metcalf2012-07-188-203/+588
| * arch/tile: enable ZONE_DMA for tilegxChris Metcalf2012-07-184-13/+28
| * tilegx pci: support I/O to arbitrarily-cached pagesChris Metcalf2012-07-187-171/+278
| * tile: remove unused headerPaul Bolle2012-07-181-33/+0
| * arch/tile: tilegx PCI root complex supportChris Metcalf2012-07-187-20/+1648
| * arch/tile: provide kernel support for the tilegx TRIO shimChris Metcalf2012-07-1116-0/+1707
| * arch/tile: break out the "csum a long" function to <asm/checksum.h>Chris Metcalf2012-07-112-14/+19
| * arch/tile: provide kernel support for the tilegx mPIPE shimChris Metcalf2012-07-1114-0/+4658
| * arch/tile: common DMA code for the GXIO IORPC subsystemChris Metcalf2012-07-114-0/+344
| * arch/tile: support MMIO-based readb/writeb etc.Chris Metcalf2012-07-111-28/+116
| * arch/tile: introduce GXIO IORPC framework for tilegxChris Metcalf2012-07-1110-0/+985
* | Merge tag 'please-pull-misc-3.6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-07-232-13/+35
|\ \
| * | debug: Do not permit CONFIG_DEBUG_STACK_USAGE=y on IA64 or PARISCTony Luck2012-07-191-1/+1
| * | [IA64] Port OOM changes to ia64_do_page_faultKautuk Consul2012-06-141-12/+34
* | | Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2012-07-2337-1978/+2244
|\ \ \
| * \ \ Merge branch 'common/pinctrl' into sh-latestPaul Mundt2012-07-20661-3102/+5371
| |\ \ \
| | * | | sh: pfc: pin config get/set support.Paul Mundt2012-07-202-51/+97
| | * | | sh: pfc: Prefer DRV_NAME over KBUILD_MODNAME.Paul Mundt2012-07-201-5/+7
| | * | | sh: pfc: pinctrl legacy group support.Paul Mundt2012-07-171-10/+16
| | * | | sh: pfc: Ignore pinmux GPIOs with invalid enum IDs.Paul Mundt2012-07-171-0/+4
| | * | | sh: pfc: Export pinctrl binding init symbol.Paul Mundt2012-07-171-0/+1
| | * | | sh: pfc: Error out on pinctrl init resolution failure.Paul Mundt2012-07-171-0/+3
| | * | | sh: pfc: Make pr_fmt consistent across pfc drivers.Paul Mundt2012-07-113-3/+3
| | * | | sh: pfc: pinctrl legacy function support.Paul Mundt2012-07-111-33/+132
| | * | | sh: pfc: Rudimentary pinctrl-backed GPIO support.Paul Mundt2012-07-106-133/+440
| | * | | sh: pfc: Dumb GPIO stringification.Paul Mundt2012-07-101-1/+3
| | * | | Merge branch 'common/pfc' into common/pinctrlPaul Mundt2012-07-108-757/+953
| | |\ \ \
| | | * | | sh: pfc: Shuffle PFC support core.Paul Mundt2012-07-107-19/+21
| * | | | | Merge branch 'common/pfc' into sh-latestPaul Mundt2012-06-21350-2025/+5319
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | sh: pfc: Verify pin type encoding size at build time.Paul Mundt2012-06-212-9/+19
| | * | | | sh: pfc: Kill off unused pinmux bias flags.Paul Mundt2012-06-201-2/+0
| | * | | | sh: pfc: Make gpio chip support optional where possible.Paul Mundt2012-06-202-1/+17
| | * | | | sh: pfc: Split out gpio chip support.Paul Mundt2012-06-204-277/+447
| * | | | | Merge branch 'sh/clkfwk' into sh-latestPaul Mundt2012-06-202-195/+159
| |\ \ \ \ \
| | * | | | | sh: clkfwk: Consolidate div clk registration helper.Paul Mundt2012-05-251-107/+75
| | * | | | | sh: clkfwk: Consolidate div6/div4 clk_ops definitions.Paul Mundt2012-05-251-25/+17
| | * | | | | sh: clkfwk: Use shared sh_clk_div_enable/disable().Paul Mundt2012-05-252-45/+38
| | * | | | | sh: clkfwk: Use shared sh_clk_div_set_rate()Paul Mundt2012-05-251-42/+28
| | * | | | | sh: clkfwk: Use shared sh_clk_div_recalc().Paul Mundt2012-05-252-36/+28
| | * | | | | sh: clkfwk: Introduce a div_mask for variable div types.Paul Mundt2012-05-252-5/+13