summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | hwrng: omap - Add device tree supportLokesh Vutla2013-08-091-0/+12
| * | | | | hwrng: omap - Remove duplicated function callLokesh Vutla2013-08-091-1/+0
| * | | | | hwrng: omap - Convert to devm_kzalloc()Lokesh Vutla2013-08-091-7/+2
| * | | | | hwrng: omap - Use module_platform_driver macroLokesh Vutla2013-08-091-16/+2
| * | | | | crypto: nx - fix limits to sg lists for SHA-2Marcelo Cerri2013-08-092-95/+132
| * | | | | crypto: nx - fix physical addresses added to sg listsMarcelo Cerri2013-08-091-3/+19
| * | | | | crypto: testmgr - remove double execution of the same test suiteCristian Stoica2013-08-011-1/+1
| * | | | | crypto: caam - Remove unused functions from Job RingRuchika Gupta2013-08-014-77/+0
| * | | | | modules: add support for soft module dependenciesAndreas Robinson2013-08-011-0/+5
| * | | | | crypto: omap-sham - Convert to devm_kzalloc()Lokesh Vutla2013-08-011-10/+5
| * | | | | crypto: omap-sham - Convert to devm_request_irq()Lokesh Vutla2013-08-011-7/+5
| * | | | | crypto: omap-sham - Add OMAP5/AM43XX SHAM SupportLokesh Vutla2013-08-011-0/+44
| * | | | | crypto: omap-sham - Add SHA384 and SHA512 SupportLokesh Vutla2013-08-012-47/+209
| * | | | | hwrng: mxc-rnga - Check the return value from clk_prepare_enable()Fabio Estevam2013-08-011-1/+3
| * | | | | crypto: ux500 - Fix logging, make arrays const, neateningJoe Perches2013-08-011-307/+279
| * | | | | crypto: caam - RNG instantiation by directly programming DECORuchika Gupta2013-08-012-39/+47
| * | | | | crypto: caam - Moved macro DESC_JOB_IO_LEN to desc_constr.hVakul Garg2013-07-103-4/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-09-076-21/+67
|\ \ \ \ \ \
| * | | | | | tcp: properly increase rcv_ssthresh for ofo packetsEric Dumazet2013-09-061-1/+4
| * | | | | | net: add documentation for BQL helpersFlorian Fainelli2013-09-061-0/+26
| * | | | | | mlx5: remove unused MLX5_DEBUG param in KconfigMichael Opdenacker2013-09-061-10/+0
| * | | | | | bnx2x: Restore a call to config_initEilon Greenstein2013-09-061-6/+3
| * | | | | | bnx2x: fix broken compilation with CONFIG_BNX2X_SRIOV is not setDmitry Kravkov2013-09-061-0/+2
| * | | | | | tcp: fix no cwnd growth after timeoutYuchung Cheng2013-09-061-4/+2
| * | | | | | net: netlink: filter particular protocols from analyzersDaniel Borkmann2013-09-061-0/+30
* | | | | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-09-074-6/+5
|\ \ \ \ \ \ \
| * | | | | | | hwmon: (emc6w201) Do not declare enum variableGuenter Roeck2013-09-061-1/+1
| * | | | | | | hwmon: (w83792d) Update module authorShane Huang2013-09-063-5/+4
* | | | | | | | Merge tag 'gpio-v3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2013-09-0758-1031/+1967
|\ \ \ \ \ \ \ \
| * | | | | | | | gpio: return -ENOTSUPP if debounce cannot be setLinus Walleij2013-09-041-2/+5
| * | | | | | | | gpio: improve error path in gpiolibLinus Walleij2013-09-031-16/+25
| * | | | | | | | gpio: add GPIO support for F71882FG and F71889FSimon Guinot2013-08-303-0/+480
| * | | | | | | | of: add vendor prefix for Microchip Technology IncLars Poeschel2013-08-301-0/+1
| * | | | | | | | gpio: mcp23s08: rename the device tree propertyLars Poeschel2013-08-302-15/+52
| * | | | | | | | gpio: samsung: Drop support for Exynos SoCsTomasz Figa2013-08-291-871/+0
| * | | | | | | | gpio: pcf857x: Remove pdata argument to pcf857x_irq_domain_init()Laurent Pinchart2013-08-231-5/+4
| * | | | | | | | gpio: pcf857x: Sort headers alphabeticallyLaurent Pinchart2013-08-231-2/+2
| * | | | | | | | gpio: max7301: Reverting "Do not force SPI speed when using OF Platform"Christophe Leroy2013-08-231-2/+1
| * | | | | | | | gpio: Fix bit masking in Kontron PLD GPIO driverBrunner Michael2013-08-161-15/+9
| * | | | | | | | gpio: pca953x: fix gpio input on gpio offsets >= 8Andrew Ruder2013-08-161-1/+1
| * | | | | | | | drivers/gpio: simplify use of devm_ioremap_resourceJulia Lawall2013-08-162-12/+2
| * | | | | | | | drivers/gpio/gpio-omap.c: convert comma to semicolonJulia Lawall2013-08-161-1/+1
| * | | | | | | | gpio-lynxpoint: Fix warning about unbalanced pm_runtime_enableMathias Nyman2013-08-161-0/+1
| * | | | | | | | gpio: Fix platform driver name in Kontron PLD GPIO driverMichael Brunner2013-08-161-1/+1
| * | | | | | | | gpio: adnp: Fix segfault if request_threaded_irq failsLars Poeschel2013-08-161-5/+1
| * | | | | | | | gpio: msm: Staticize local variable 'msm_gpio'Jingoo Han2013-08-161-1/+1
| * | | | | | | | gpio: gpiolib-of.c: make error message more meaningful by adding the node nam...Lothar Waßmann2013-08-161-1/+2
| * | | | | | | | gpio: use dev_get_platdata()Jingoo Han2013-08-1631-42/+45
| * | | | | | | | gpio/mxc: add chained_irq_enter/exit() to mx2_gpio_irq_handlerUwe Kleine-König2013-08-161-0/+4
| * | | | | | | | gpio-mcp23s08: i2c: auto-select base if no DT match or platform dataDaniel M. Weeks2013-08-161-5/+4
OpenPOWER on IntegriCloud