Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
f393f4a5fcbc38248a9a261f4cbee8ea5b1296fd
/
drivers
/
sbus
78e9743
drivers/sbus/char: add of_node_put()
by Yangtao Li
· 6 years ago
90d62a3
sbus: char: add of_node_put()
by Yangtao Li
· 6 years ago
16e2a9d
oradax: remove redundant null check before kfree
by Colin Ian King
· 6 years ago
df58f37
sbus: Use of_get_child_by_name helper
by Rob Herring
· 6 years ago
44348e8a
fix a series of Documentation/ broken file name references
by Mauro Carvalho Chehab
· 6 years ago
da3c6ef
Remove jsflash driver
by Jens Axboe
· 6 years ago
37a5b5c
jsflash: handle highmem pages
by Christoph Hellwig
· 7 years ago
d3c68d0
sparc64: Fix mistake in oradax license text
by Rob Gardner
· 7 years ago
49d7006
sparc64: Properly range check DAX completion index
by Rob Gardner
· 7 years ago
9c548bb
sparc64: Oracle DAX driver depends on SPARC64
by Guenter Roeck
· 7 years ago
105cf3c
Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 7 years ago
2d85ec8
oradax: Fix return value check in dax_attach()
by Wei Yongjun
· 7 years ago
dd02732
sparc64: Oracle DAX driver
by Rob Gardner
· 7 years ago
c792373
openprom: Deprecate pci_get_bus_and_slot()
by Sinan Kaya
· 7 years ago
1deab8c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
da61e73
sbus: char: Move D7S_MINOR to include/linux/miscdevice.h
by Corentin Labbe
· 7 years ago
8cd3ec5
sbus: Convert to using %pOF instead of full_name
by Rob Herring
· 7 years ago
8fc4504
block: don't set bounce limit in blk_init_queue
by Christoph Hellwig
· 7 years ago
2a842ac
block: introduce new block status code type
by Christoph Hellwig
· 7 years ago
8b0c441
jsflash: stop sharing request queue across multiple gendisks
by Omar Sandoval
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
21916a4
openprom: fix warning
by Sam Ravnborg
· 9 years ago
16e5c1f
convert a bunch of open-coded instances of memdup_user_nul()
by Al Viro
· 9 years ago
7975a9b
drivers/sbus/char/envctrl.c: ignore orderly_poweroff return value
by Joel Stanley
· 10 years ago
7cafb31
sbus: char: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
e9011d0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by David S. Miller
· 10 years ago
5cdceab
bbc-i2c: Fix BBC I2C envctrl on SunBlade 2000
by Christopher Alexander Tobias Schulze
· 10 years ago
54dcf0c
drivers/sbus/char: Micro-optimization in display7seg.c
by Rasmus Villemoes
· 10 years ago
57a4a3d
display7seg: Introduce the use of the managed version of kzalloc
by Himangi Saraogi
· 10 years ago
fb1be43
jsflash: missed conversion from rq->buffer to bio_data(rq->bio)
by Jens Axboe
· 11 years ago
967f038
Sparc: sparc_cpu_model isn't in asm/system.h any more [ver #2]
by David Howells
· 11 years ago
8b2abcb
sparc: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
6e51f85
bbc_i2c: fix section mismatch warning
by Sam Ravnborg
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
bffb0ed
drivers/sbus/char: remove depends on CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
082a200
Drivers: sbus: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
da20116
drivers/sbus/char: removes unnecessary semicolon
by Peter Senna Tschudin
· 12 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
dbf2b92
sbus: convert drivers/sbus/char/* to use module_platform_driver()
by Axel Lin
· 13 years ago
e410471
bbc_i2c: Remove unneeded err variable
by Axel Lin
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
4ebb24f
dt/sparc: Eliminate users of of_platform_{,un}register_driver
by Grant Likely
· 14 years ago
4a3a255
sparc: explicitly cast negative phandle checks to s32
by Andres Salomon
· 14 years ago
51f00a4
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
8d12556
of/sparc: convert various prom_* functions to use phandle
by Andres Salomon
· 14 years ago
613655f
drivers: autoconvert trivial BKL users to private mutex
by Arnd Bergmann
· 14 years ago
2dc1158
of/device: Replace struct of_device with struct platform_device
by Grant Likely
· 14 years ago
03c0c29
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
1ab1d63
of/platform: remove all of_bus_type and of_platform_bus_type references
by Grant Likely
· 14 years ago
4e4f62b
Merge commit 'v2.6.35-rc6' into devicetree/next
by Grant Likely
· 14 years ago
a3108ca
sbus: autoconvert trivial BKL users to private mutex
by Arnd Bergmann
· 14 years ago
33cfe65
drivers/sbus: Remove unnecessary casts of private_data
by Joe Perches
· 14 years ago
1636f8a
sparc/of: Move of_device fields into struct pdev_archdata
by Grant Likely
· 14 years ago
f137711
Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing
by Linus Torvalds
· 14 years ago
cf9b59e9d
Merge remote branch 'origin' into secretlab/next-devicetree
by Grant Likely
· 14 years ago
4018294
of: Remove duplicate fields from of_platform_driver
by Grant Likely
· 15 years ago
61c7a08
of: Always use 'struct device.of_node' to get device node pointer.
by Grant Likely
· 15 years ago
5592933
drivers: Push down BKL into various drivers
by Arnd Bergmann
· 15 years ago
be94bbb
drivers/sbus/char/flash.c: flash_read should update ppos instead of file->f_pos
by Jan Blunck
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
0ada0a7
Merge commit 'v2.6.33-rc5' into secretlab/test-devicetree
by Grant Likely
· 15 years ago
6016a36
of: unify phandle name in struct device_node
by Grant Likely
· 15 years ago
c7c17c2
bbc_envctrl: Clean up properly if kthread_run() fails.
by David S. Miller
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
83d5cde
const: make block_device_operations const
by Alexey Dobriyan
· 15 years ago
14d87e6
sparc: Fix cleanup crash in bbc_envctrl_cleanup()
by David S. Miller
· 15 years ago
32e5897
openprom: Squelch useless GCC warning.
by David S. Miller
· 15 years ago
9934c8c
block: implement and enforce request peek/start/fetch
by Tejun Heo
· 16 years ago
6b0bf40
jsflash: dequeue in-flight request
by Tejun Heo
· 16 years ago
1011c1b
block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup
by Tejun Heo
· 16 years ago
83096eb
block: convert to pos and nr_sectors accessors
by Tejun Heo
· 16 years ago
f06d9a2
block: replace end_request() with [__]blk_end_request_cur()
by Tejun Heo
· 16 years ago
6c0f8bc
sbus: changed ioctls to unlocked
by Stoyan Gaydarov
· 16 years ago
1c339eb
sbus: Auto-load openprom module when device opened.
by Scott James Remnant
· 16 years ago
f4c1363
sparc64: wait_event_interruptible_timeout may return -ERESTARTSYS
by Roel Kluin
· 16 years ago
c21986a
jsflash: stop defining MAJOR_NR
by Christoph Hellwig
· 16 years ago
3f4528d
sparc64: Fix unsigned long long warnings in drivers.
by Sam Ravnborg
· 16 years ago
33b07db9
Revert "of_platform_driver noise on sparce"
by Linus Torvalds
· 16 years ago
e669dae
of_platform_driver noise on sparce
by Al Viro
· 16 years ago
54074d5
drivers: remove duplicated #include
by Jianjun Kong
· 16 years ago
eed795b
sparc: Kill sbus mostek RTC driver.
by David S. Miller
· 16 years ago
fd09831
sparc: Annotate of_device_id arrays with const or __initdata.
by David S. Miller
· 16 years ago
3989007
bbc_envctrl: Fix build errors from bbc_i2c OF conversion.
by David S. Miller
· 16 years ago
e21e245
bbc_i2c: Convert to pure OF driver.
by David S. Miller
· 16 years ago
6b8c90f
envctrl: Convert to pure OF driver.
by David S. Miller
· 16 years ago
95d4390
display7seg: Convert to pure OF device driver.
by David S. Miller
· 16 years ago
8ab0dc3
cpwatchdog: Move to drivers/watchdog/cpwd.c
by David S. Miller
· 16 years ago
c5f8556
cpwatchdog: Cleanup and convert to pure OF driver.
by David S. Miller
· 16 years ago
957183f
riowatchdog: Move under drivers/watchdog
by David S. Miller
· 16 years ago
e42311d
riowatchdog: Convert to pure OF driver.
by David S. Miller
· 16 years ago
046e26a
sparc: Remove generic SBUS probing layer.
by David S. Miller
· 16 years ago
f8e4d32
sparc: Kill sbus_arch_preinit().
by David S. Miller
· 16 years ago
c6e5f66
sparc: Kill OBP property members of sbus_dev and sbus_bus
by David S. Miller
· 16 years ago
98261dd
sparc: Remove dinky old-style SBUS probing facilities.
by David S. Miller
· 16 years ago
1043648
sparc: Remove SBUS layer resource and irq handling.
by David S. Miller
· 16 years ago
Next »