Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
04d537d95e2f48295b6f61ef7029a2dba75e3677
/
drivers
04d537d
dmaengine: edma: Do not change the error code returned from edma_alloc_slot
by Peter Ujfalusi
· 10 years ago
4415b03
dmaengine: shdma: Allocate cyclic sg list dynamically
by Laurent Pinchart
· 10 years ago
c091ff5
dmaengine: shdma: Make channel filter ignore unrelated devices
by Laurent Pinchart
· 10 years ago
9f2c2bb
dmaengine: sh: Rework Kconfig and Makefile
by Laurent Pinchart
· 10 years ago
4fbd804
dmaengine: sun6i: Fix memory leaks
by Maxime Ripard
· 10 years ago
174427c
dmaengine: sun6i: Free the interrupt before killing the tasklet
by Maxime Ripard
· 10 years ago
92e4a3b
dmaengine: sun6i: Remove switch statement from buswidth convertion routine
by Maxime Ripard
· 10 years ago
2795eed
dmaengine: of: kconfig: select DMA_ENGINE when DMA_OF is selected
by Alexander Popov
· 10 years ago
db0e701
Merge commit 'renesas-rcar-audmapp-for-v3.17' into for-linus
by Vinod Koul
· 10 years ago
8e8805d
dmaengine: edma: Serve cyclic (audio) channels with high priority queue
by Peter Ujfalusi
· 10 years ago
a1f146f
dmaengine: edma: Support to suppress the period interrupts in cyclic mode
by Peter Ujfalusi
· 10 years ago
b7f9bc5
dmaengine: edma: Update caps->residue_granularity to match with reality
by Peter Ujfalusi
· 10 years ago
7f5e03e
dmaengine: sun61: fix warning on bad print specfier
by Vinod Koul
· 10 years ago
42c0d54
dmaengine: sun6i: fix build failure on x86, xilinx targets
by Vinod Koul
· 10 years ago
ec1f0c9
dmaengine: mpc512x: register for device tree channel lookup
by Alexander Popov
· 10 years ago
16369ef
dmaengine: of: add common xlate function for matching by channel id
by Alexander Popov
· 10 years ago
5558593
dmaengine: sun6i: Add driver for the Allwinner A31 DMA controller
by Maxime Ripard
· 10 years ago
37a746a
dmaengine: ipu: use return value of request_irq
by Vinod Koul
· 10 years ago
e2f9922
dmaengine: jz4740: Fix GPL v2 license string typo
by Bjorn Helgaas
· 10 years ago
211bfef
dmaengine: fsl-edma: fix dmamux index calculating error
by Jingchang Lu
· 10 years ago
f892afb
dmaengine: imx-sdma: Add a new DMATYPE for Shared Peripheral ASRC
by Nicolin Chen
· 10 years ago
0b35186
dmaengine: imx-sdma: Save imx_dma_data into sdmac
by Nicolin Chen
· 10 years ago
b1e51d7
dmaengine: pl330: Check if the DMA descriptor is NULL
by Javier Martinez Canillas
· 10 years ago
ff4d024
Merge commit 'renesas-shdma-for-v3.17' into for-linus
by Vinod Koul
· 10 years ago
dd8ecfca
dmaengine: dw: don't perform DMA when dmaengine_submit is called
by Andy Shevchenko
· 10 years ago
cba1561
dmaengine: dw: add debug message to dwc_dostart_first_queued
by Andy Shevchenko
· 10 years ago
e7637c6
dmaengine: dw: introduce dwc_dostart_first_queued() helper
by Andy Shevchenko
· 10 years ago
c26939e
dmaengine: pl330: Remove pl330_chan_ctrl()
by Lars-Peter Clausen
· 10 years ago
8ed30a1
dmaengine: pl330: Simplify marking a request as unused
by Lars-Peter Clausen
· 10 years ago
9dc5a31
dmaengine: pl330: Embed pl330_req directly into dma_pl330_desc
by Lars-Peter Clausen
· 10 years ago
f6f2421
dmaengine: pl330: Merge dma_pl330_dmac and pl330_dmac structs
by Lars-Peter Clausen
· 10 years ago
fbbcd9b
dmaengine: pl330: Simplify is_manager()
by Lars-Peter Clausen
· 10 years ago
1b446d2
dmaengine: pl330: Remove uneccessary ccr validation
by Lars-Peter Clausen
· 10 years ago
65ad606
dmaengine: pl330: Change type pl330_chid from void * to struct pl330_thread *
by Lars-Peter Clausen
· 10 years ago
6079d38
dmaengine: pl330: Remove useless xfer_cb indirection
by Lars-Peter Clausen
· 10 years ago
be02532
dmaengine: pl330: Remove unused mc_len field from _pl330_req struct
by Lars-Peter Clausen
· 10 years ago
d5cef12
dmaengine: pl330: Remove unused next field form pl330_xfer struct
by Lars-Peter Clausen
· 10 years ago
c9392d8
dmaengine: pl330: Remove unused client_data field form pl330_info
by Lars-Peter Clausen
· 10 years ago
7ae342f
dmaengine: pl330: Remove unused dmac_reset callback
by Lars-Peter Clausen
· 10 years ago
fa01ef3
dmaengine: pl330: Remove unused pl330_chanstatus struct
by Lars-Peter Clausen
· 10 years ago
f0564c7
dmaengine: pl330: Remove duplicated cachecontrol enum
by Lars-Peter Clausen
· 10 years ago
585a9d0
dmaengine: pl330: Use dma_transfer_direction instead of custom pl330_reqtype
by Lars-Peter Clausen
· 10 years ago
653e67f
dmaengine: inherit debug settings from the subsystem for subdirectories
by Wolfram Sang
· 10 years ago
0cdbee33
dmaengine: shdma: Use defines instead of hardcoded numbers
by Geert Uytterhoeven
· 10 years ago
9f92d22
dmaengine: Use dma_zalloc_coherent
by Joe Perches
· 10 years ago
89751d0
dmaengine: qcom_bam_dma: Add descriptor flags
by Andy Gross
· 10 years ago
43452fa
dmaengine: Freescale: change descriptor release process for supporting async_tx
by Hongbo Zhang
· 11 years ago
14c6a33
dmaengine: Freescale: add suspend resume functions for DMA driver
by Hongbo Zhang
· 11 years ago
2baff57
dmaengine: Freescale: use spin_lock_bh instead of spin_lock_irqsave
by Hongbo Zhang
· 11 years ago
502fde1
Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette/linux
by Linus Torvalds
· 10 years ago
2f3870e
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 10 years ago
4494377
clk: spear3xx: Set proper clock parent of uart1/2
by Thomas Gleixner
· 10 years ago
15ebb05
clk: spear3xx: Use proper control register offset
by Thomas Gleixner
· 10 years ago
28b1fae
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 10 years ago
cacadb4
Merge tag 'samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes
by Olof Johansson
· 10 years ago
6b458ac
Merge tag 'usb-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 10 years ago
78b3d1c
Merge tag 'tty-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 10 years ago
56a50f2
Merge tag 'char-misc-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 10 years ago
303f8ad
Merge tag 'staging-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 10 years ago
eb82a3d
phy: omap-usb2: Balance pm_runtime_enable() on probe failure and remove
by Roger Quadros
· 10 years ago
e73b49f
phy: core: Fix error path in phy_create()
by Roger Quadros
· 10 years ago
bf5baf9
drivers: phy: phy-samsung-usb2.c: Add missing MODULE_DEVICE_TABLE
by Sjoerd Simons
· 10 years ago
3df9fcd
phy: omap-usb2: fix devm_ioremap_resource error detection code
by Himangi Saraogi
· 10 years ago
9820ccb
phy: sun4i: depend on RESET_CONTROLLER
by Maxime Ripard
· 10 years ago
d8279a4
USB: serial: ftdi_sio: Add Infineon Triboard
by Michal Sojka
· 10 years ago
8bec751
serial: imx: Fix build breakage
by Peter Hurley
· 10 years ago
67b9d76
Merge tag 'dm-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 10 years ago
caf18c2
dma: rcar-audmapp: add DT support
by Kuninori Morimoto
· 10 years ago
85d90fa
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 10 years ago
b67db9d
Merge tag 'pm+acpi-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 10 years ago
99ecb00
serial: arc_uart: Use uart_circ_empty() for open-coded comparison
by Peter Hurley
· 10 years ago
c557d39
serial: Test for no tx data on tx restart
by Peter Hurley
· 10 years ago
c0fb262
clk: exynos5420: Add IDs for clocks used in PD mfc
by Arun Kumar K
· 10 years ago
4195934
drm/radeon/dpm: Reenabling SS on Cayman
by Alexandre Demers
· 10 years ago
ed96377
drm/radeon: fix typo in ci_stop_dpm()
by Alex Deucher
· 10 years ago
6abafb7
drm/radeon: fix typo in golden register setup on evergreen
by Alex Deucher
· 10 years ago
9b7d786
drm/radeon: only print meaningful VM faults
by Christian König
· 10 years ago
f6be5e6
drm/radeon/dp: return -EIO for flags not zero case
by Alex Deucher
· 10 years ago
7a7a3b4
dm mpath: fix IO hang due to logic bug in multipath_busy
by Jun'ichi Nomura
· 10 years ago
10f1d5d
dm io: fix a race condition in the wake up code for sync_io
by Joe Thornber
· 10 years ago
bf14299
dm crypt, dm zero: update author name following legal name change
by Jana Saout
· 10 years ago
acfe0ad
dm: allocate a special workqueue for deferred device removal
by Mikulas Patocka
· 10 years ago
2091044
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 10 years ago
ff253d3
Merge branch 'acpi-video'
by Rafael J. Wysocki
· 10 years ago
0b80a8f
Merge branch 'acpi-ec'
by Rafael J. Wysocki
· 10 years ago
4488c99
Merge branches 'acpi-resources', 'acpi-ac', 'acpi-scan' and 'acpi-battery'
by Rafael J. Wysocki
· 10 years ago
4c71842
Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata
by Linus Torvalds
· 10 years ago
8de7471
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 10 years ago
9ab6e6e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 10 years ago
0378c9a
crypto: caam - fix memleak in caam_jr module
by Cristian Stoica
· 10 years ago
2db38e0
Merge tag 'drm-intel-fixes-2014-07-09' of git://anongit.freedesktop.org/drm-intel into drm-fixes
by Dave Airlie
· 10 years ago
093fa5d
Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes
by Dave Airlie
· 10 years ago
6d827fb
i8k: Fix non-SMP operation
by Guenter Roeck
· 10 years ago
5a7fbe7
USB: ftdi_sio: Add extra PID.
by Bert Vermeulen
· 10 years ago
4f440cd
Merge tag 'pci-v3.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 10 years ago
9bd2d0d
Drivers: hv: util: Fix a bug in the KVP code
by K. Y. Srinivasan
· 10 years ago
affb1af
Drivers: hv: vmbus: Fix a bug in the channel callback dispatch code
by K. Y. Srinivasan
· 10 years ago
c128c77
ACPI / PNP: add soc_button_array device ID to PNP IDs list
by Zhang Rui
· 10 years ago
6b32faf
dmaengine: shdma: Add more register documentation
by Geert Uytterhoeven
· 10 years ago
01527b3
drm/i915/vlv: T12 eDP panel timing enforcement during reboot
by Clint Taylor
· 10 years ago
Next »