Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
138c9c32f090894614899eca15e0bb7279f59865
138c9c3
spi: spidev: Fix CS polarity if GPIO descriptors are used
by Lukas Wunner
· 5 years ago
136b5cd
spi: qup: call spi_qup_pm_resume_runtime before suspending
by Yuji Sasaki
· 5 years ago
32f2fc5
spi: spi-omap2-mcspi: Support probe deferral for DMA channels
by Vignesh Raghavendra
· 5 years ago
e4e8276
spi: spi-omap2-mcspi: Handle DMA size restriction on AM65x
by Vignesh Raghavendra
· 5 years ago
a5362b8
dt-binding: spi: add NPCM PSPI reset binding
by Tomer Maimon
· 5 years ago
b5df0b2
spi: npcm-pspi: modify reset support
by Tomer Maimon
· 5 years ago
b4adf5b
spi: npcm-pspi: improve spi transfer performance
by Tomer Maimon
· 5 years ago
6925212f
spi: spi-ti-qspi: fix warning
by Jean Pihet
· 5 years ago
2f3d803
spi: fsl: simplify error path in of_fsl_spi_probe()
by Christophe Leroy
· 5 years ago
bc3a8b2
spi: fsl-lpspi: fix only one cs-gpio working
by Philippe Schenker
· 5 years ago
e7cc5cfb
spi: spi-ti-qspi: optimize byte-transfers
by Jean Pihet
· 5 years ago
e97f491
spi: spi-ti-qspi: support large flash devices
by Jean Pihet
· 5 years ago
b8d40d7
spi: spi-qcom-qspi: Use device managed memory for clk_bulk_data
by Matthias Kaehlcke
· 5 years ago
99eb0a1
MAINTAINERS: Add a maintainer for the HiSilicon v3xx SFC driver
by John Garry
· 5 years ago
a2ca53b
spi: Add HiSilicon v3xx SPI NOR flash controller driver
by John Garry
· 5 years ago
0a1eb76
dt-bindings: spi_atmel: add microchip,sam9x60-spi
by Claudiu Beznea
· 5 years ago
603e92f
spi: bcm2835: Raise maximum number of slaves to 4
by Lukas Wunner
· 5 years ago
8ae7d44
spi: sh-msiof: Do not redefine STR while compile testing
by Krzysztof Kozlowski
· 5 years ago
144d8f9
spi: rspi: Add support for GPIO chip selects
by Geert Uytterhoeven
· 5 years ago
9815ed8
spi: rspi: Add support for multiple native chip selects
by Geert Uytterhoeven
· 5 years ago
8f2344f
spi: rspi: Remove set_config_register() macro
by Geert Uytterhoeven
· 5 years ago
1bec84d
spi: rspi: Use dev_warn_once() instead of open-coding
by Geert Uytterhoeven
· 5 years ago
aa32f76
spi: sh-msiof: Convert to generic unused native cs handling.
by Geert Uytterhoeven
· 5 years ago
7d93aec
spi: Add generic support for unused native cs with cs-gpios
by Geert Uytterhoeven
· 5 years ago
e9aa3b8
spi: bcm-qspi: Use platform_get_irq_byname_optional() to avoid error message
by Rayagonda Kokatanur
· 5 years ago
f971a20
spi: Catch improper use of PTP system timestamping API
by Vladimir Oltean
· 5 years ago
f03ee20
spi: oc-tiny: Use GPIO descriptors
by Linus Walleij
· 5 years ago
28d1ddd
spi: uniphier: Add DMA transfer mode support
by Kunihiko Hayashi
· 5 years ago
790514e
Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.6
by Mark Brown
· 5 years ago
0d9c754
spi: tegra114: use true,false for bool variable
by zhengbin
· 5 years ago
e6a8b2c
spi: imx: use true,false for bool variable
by zhengbin
· 5 years ago
a68735d
spi: fsl-lpspi: use true,false for bool variable
by zhengbin
· 5 years ago
11299c5
spi: uniphier: Add handle_err callback function
by Kunihiko Hayashi
· 5 years ago
9859db5
spi: uniphier: Change argument of irq functions to private structure
by Kunihiko Hayashi
· 5 years ago
9cd34ef
spi: uniphier: Fix FIFO threshold
by Kunihiko Hayashi
· 5 years ago
ef32b63
dt-bindings: spi: Convert stm32 spi bindings to json-schema
by Benjamin Gaignard
· 5 years ago
f4dc4ab
spi: bcm2835: no dev_err() on clk_get() -EPROBE_DEFER
by Jim Quinlan
· 5 years ago
c1795f7
spi: spi-ti-qspi: Remove unused macro for fclk frequency
by Jean Pihet
· 5 years ago
cd8fb85
spi: meson-spicc: Use GPIO descriptors
by Linus Walleij
· 5 years ago
0a45425
spi: stm32: Use dma_request_chan() instead dma_request_slave_channel()
by Peter Ujfalusi
· 5 years ago
658606f
spi: stm32-qspi: Use dma_request_chan() instead dma_request_slave_channel()
by Peter Ujfalusi
· 5 years ago
b5756b7
spi: spi-fsl-dspi: Use dma_request_chan() instead dma_request_slave_channel()
by Peter Ujfalusi
· 5 years ago
401abb7
spi: sirf: Use dma_request_chan() instead dma_request_slave_channel()
by Peter Ujfalusi
· 5 years ago
7ccffd4
spi: mxs: Use dma_request_chan() instead dma_request_slave_channel()
by Peter Ujfalusi
· 5 years ago
6bfbf4d
spi: img-spfi: Use dma_request_chan() instead dma_request_slave_channel()
by Peter Ujfalusi
· 5 years ago
6133fed
spi: bcm2835: Use dma_request_chan() instead dma_request_slave_channel()
by Peter Ujfalusi
· 5 years ago
666224b
spi: bcm2835: Release the DMA channel if probe fails after dma_init
by Peter Ujfalusi
· 5 years ago
d947c9d
spi: atmel: Use dma_request_chan() instead dma_request_slave_channel()
by Peter Ujfalusi
· 5 years ago
63aa6a6
spi: fsl: use platform_get_irq() instead of of_irq_to_resource()
by Christophe Leroy
· 5 years ago
007773e
spi: nxp-fspi: Ensure width is respected in spi-mem operations
by Michael Walle
· 5 years ago
851c902
spi: rspi: Remove obsolete platform_device_id entries
by Geert Uytterhoeven
· 5 years ago
169f9ac
spi: dw: Avoid BUG_ON() in case of host failure
by Aditya Pakki
· 5 years ago
c52c91b
spi: spi-ti-qspi: Fix a bug when accessing non default CS
by Vignesh Raghavendra
· 5 years ago
4a07b8b
spi: bitbang: Make chipselect callback optional
by Linus Walleij
· 5 years ago
8a6553e
spi: stm32: Switch to use GPIO descriptors for CS
by Linus Walleij
· 5 years ago
10e413f
spi/topcliff-pch: Remove unneeded semicolon
by zhengbin
· 5 years ago
3194d25
spi: fsl: don't map irq during probe
by Christophe Leroy
· 5 years ago
a841e28
spi: spi-cavium-thunderx: Add missing pci_release_regions()
by Chuhong Yuan
· 5 years ago
e42617b
Linux 5.5-rc1
by Linus Torvalds
· 5 years ago
95e6ba5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 5 years ago
138f371
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 5 years ago
a78f7cd
Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 5 years ago
5bf9a06
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
9455d25
Merge tag 'ntb-5.5' of git://github.com/jonmason/ntb
by Linus Torvalds
· 5 years ago
7372145
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 5 years ago
95207d5
Merge tag 'iomap-5.5-merge-14' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
50caca9
Merge tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
316933c
Merge tag 'for-linus-5.5-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux
by Linus Torvalds
· 5 years ago
911d137
Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 5 years ago
fb9bf40
Merge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 5 years ago
231e2a0
smb3: improve check for when we send the security descriptor context on create
by Steve French
· 5 years ago
94e89b4
Merge tag 'vfio-v5.5-rc1' of git://github.com/awilliam/linux-vfio
by Linus Torvalds
· 5 years ago
f74fd13
Merge tag 'for-linus-5.5b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 5 years ago
6dc517a3
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 5 years ago
0fc7521
r8169: fix rtl_hw_jumbo_disable for RTL8168evl
by Heiner Kallweit
· 5 years ago
85190d1
pipe: don't use 'pipe_wait() for basic pipe IO
by Linus Torvalds
· 5 years ago
9b5b99a
NTB: Add Hygon Device ID
by Jiasen Lin
· 5 years ago
a28c8b9
pipe: remove 'waiting_writers' merging logic
by Linus Torvalds
· 5 years ago
f467a6a
pipe: fix and clarify pipe read wakeup logic
by Linus Torvalds
· 5 years ago
1b6b26a
pipe: fix and clarify pipe write wakeup logic
by Linus Torvalds
· 5 years ago
2dd5616
net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()
by Eric Dumazet
· 5 years ago
00222d1
r8169: add missing RX enabling for WoL on RTL8125
by Heiner Kallweit
· 5 years ago
8a3cc29
vhost/vsock: accept only packets with the right dst_cid
by Stefano Garzarella
· 5 years ago
fafc5db
net: phy: dp83867: fix hfs boot in rgmii mode
by Grygorii Strashko
· 5 years ago
51302f7
net: ethernet: ti: cpsw: fix extra rx interrupt
by Grygorii Strashko
· 5 years ago
501a90c
inet: protect against too small mtu values.
by Eric Dumazet
· 5 years ago
0e49409
gre: refetch erspan header from skb->data after pskb_may_pull()
by Cong Wang
· 5 years ago
02a896c
pppoe: remove redundant BUG_ON() check in pppoe_pernet
by Aditya Pakki
· 5 years ago
68d4b3d
lib/: fix Kconfig indentation
by Krzysztof Kozlowski
· 5 years ago
ec29a5c
kernel-hacking: move DEBUG_FS to 'Generic Kernel Debugging Instruments'
by Changbin Du
· 5 years ago
2b05bb7
kernel-hacking: move DEBUG_BUGVERBOSE to 'printk and dmesg options'
by Changbin Du
· 5 years ago
ebebdd0
kernel-hacking: create a submenu for scheduler debugging options
by Changbin Du
· 5 years ago
dc9b963
kernel-hacking: move SCHED_STACK_END_CHECK after DEBUG_STACK_USAGE
by Changbin Du
· 5 years ago
f43a289
kernel-hacking: move Oops into 'Lockups and Hangs'
by Changbin Du
· 5 years ago
09a7495
kernel-hacking: move kernel testing and coverage options to same submenu
by Changbin Du
· 5 years ago
3be5cbc
kernel-hacking: group kernel data structures debugging together
by Changbin Du
· 5 years ago
ff600a9
kernel-hacking: create submenu for arch special debugging options
by Changbin Du
· 5 years ago
6210b64
kernel-hacking: group sysrq/kgdb/ubsan into 'Generic Kernel Debugging Instruments'
by Changbin Du
· 5 years ago
ad910e3
pipe: fix poll/select race introduced by the pipe rework
by Linus Torvalds
· 5 years ago
38a2204
nfsd: depend on CRYPTO_MD5 for legacy client tracking
by Patrick Steinhardt
· 5 years ago
Next »