Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
22652ba72453d35c8a637d5c0f06b3dc29ff9eb0
/
drivers
22652ba
rtc: stop validating rtc_time in .read_time
by Alexandre Belloni
· 7 years ago
ab62670
rtc: stop validating rtc_time after rtc_time_to_tm
by Alexandre Belloni
· 7 years ago
146d21b
rtc: stop validating rtc_time after rtc_time64_to_tm
by Alexandre Belloni
· 7 years ago
bd7f4e7
rtc: stk17ta8: let the core handle invalid time
by Alexandre Belloni
· 7 years ago
bff11e3
rtc: rs5c348: let the core handle invalid time
by Alexandre Belloni
· 7 years ago
812318a
rtc: cmos: let the core handle invalid time
by Alexandre Belloni
· 7 years ago
7d1bd37
rtc: ds1553: let the core handle invalid time
by Alexandre Belloni
· 7 years ago
1c90d9f
rtc: ds1511: let the core handle invalid time
by Alexandre Belloni
· 7 years ago
347876a
rtc: tx4939: avoid unintended sign extension on a 24 bit shift
by Colin Ian King
· 7 years ago
9e7002a
char: rtc: remove unused rtc_control() API
by Alexandre Belloni
· 7 years ago
588519f
rtc: mxc_v2: Fix _iomem pointer notation
by Fabio Estevam
· 7 years ago
5b9fc795
rtc: isl1208: Fix unintended clear of SR bits
by Denis Osterland
· 7 years ago
dd888c6
rtc: tx4939: use generic nvmem
by Alexandre Belloni
· 7 years ago
a2fa9b8
rtc: tx4939: fix possible race condition
by Alexandre Belloni
· 7 years ago
68981fd
rtc: tx4939: switch to rtc_register_device
by Alexandre Belloni
· 7 years ago
faec5f7
rtc: tx4939: extend test coverage
by Alexandre Belloni
· 7 years ago
a015106
rtc: tx4939: remove arch/mips dependency
by Alexandre Belloni
· 7 years ago
d7ca429
rtc: stk17ta8: use generic nvmem
by Alexandre Belloni
· 7 years ago
8d3e6b5
rtc: stk17ta8: fix possible race condition
by Alexandre Belloni
· 7 years ago
91cb677
rtc: stk17ta8: switch to rtc_register_device
by Alexandre Belloni
· 7 years ago
8f21092
rtc: stk17ta8: make alarms useful
by Alexandre Belloni
· 7 years ago
7335fb9
rtc: rp5c01: use generic nvmem
by Alexandre Belloni
· 7 years ago
bcdd559
rtc: rp5c01: fix possible race condition
by Alexandre Belloni
· 7 years ago
87c78d9
rtc: ds1742: use generic nvmem
by Alexandre Belloni
· 7 years ago
1358e7b
rtc: ds1742: switch to rtc_register_device
by Alexandre Belloni
· 7 years ago
8b5b795
rtc: cmos: use generic nvmem
by Alexandre Belloni
· 7 years ago
53d29e0
rtc: cmos: fix possible race condition
by Alexandre Belloni
· 7 years ago
1af7068
rtc: ds1553: make alarms useful
by Alexandre Belloni
· 7 years ago
3a9a06d
rtc: ds1553: use generic nvmem
by Alexandre Belloni
· 7 years ago
18c88cc
rtc: ds1553: switch to rtc_register_device
by Alexandre Belloni
· 7 years ago
11ad0b6
rtc: sirfsoc: remove useless sirfsoc_rtc_ioctl
by Alexandre Belloni
· 7 years ago
0ff3565
rtc: m48t59: use generic nvmem
by Alexandre Belloni
· 7 years ago
affb842
rtc: m48t59: switch to rtc_register_device
by Alexandre Belloni
· 7 years ago
d7501f7
rtc: ds1343: use generic nvmem
by Alexandre Belloni
· 7 years ago
ab39286
rtc: ds1343: remove undocumented and useless sysfs files
by Alexandre Belloni
· 7 years ago
1536f6d
rtc: ds1343: switch to rtc_register_device
by Alexandre Belloni
· 7 years ago
b508615
rtc: ds1343: simplify regmap initialization
by Alexandre Belloni
· 7 years ago
0391df7
rtc: remove nvmem_config
by Alexandre Belloni
· 7 years ago
ce1ae8e
rtc: rv8803: fix possible race condition
by Alexandre Belloni
· 7 years ago
c07fd9de
rtc: rv8803: put struct nvmem_config on the stack
by Alexandre Belloni
· 7 years ago
88d3aad
rtc: rv8803: call rtc_nvmem_register()
by Alexandre Belloni
· 7 years ago
0e7a412
rtc: pcf85363: put struct nvmem_config on the stack
by Alexandre Belloni
· 7 years ago
24849d1
rtc: pcf85363: call rtc_nvmem_register()
by Alexandre Belloni
· 7 years ago
ce60384
rtc: omap: call rtc_nvmem_register()
by Alexandre Belloni
· 7 years ago
e3f51c0
rtc: m48t86: put m48t86_nvmem_cfg on the stack
by Alexandre Belloni
· 7 years ago
3c1bb61
rtc: m48t86: call rtc_nvmem_register()
by Alexandre Belloni
· 7 years ago
71e19c5
rtc: ds1511: put ds1511_nvmem_cfg on the stack
by Alexandre Belloni
· 7 years ago
16fef39
rtc: ds1511: call rtc_nvmem_register()
by Alexandre Belloni
· 7 years ago
409baf1
rtc: ds1307: put struct nvmem_config on the stack
by Alexandre Belloni
· 7 years ago
e9fb768
rtc: ds1307: call rtc_nvmem_register()
by Alexandre Belloni
· 7 years ago
eed9d7a
rtc: ds1305: put ds1305_nvmem_cfg on the stack
by Alexandre Belloni
· 7 years ago
6910614
rtc: ds1305: call rtc_nvmem_register()
by Alexandre Belloni
· 7 years ago
fd5cd21
rtc: export rtc_nvmem_register() to drivers
by Alexandre Belloni
· 7 years ago
ac75779
rtc: nvmem: allow registering the nvmem device before the rtc
by Alexandre Belloni
· 7 years ago
ab3ea36
rtc: nvmem: disallow registering nvmem more than once
by Alexandre Belloni
· 7 years ago
2cc8212
rtc: nvmem: return error values
by Alexandre Belloni
· 7 years ago
4cce9d3
rtc: nvmem: pass nvmem_config to rtc_nvmem_register()
by Alexandre Belloni
· 7 years ago
5134d2f
rtc: ds1302: remove redundant initializations of pointer bp
by Colin Ian King
· 7 years ago
82d632b
rtc: goldfish: Add missing MODULE_LICENSE
by James Hogan
· 7 years ago
36d46cd
rtc: Fix overflow when converting time64_t to rtc_time
by Baolin Wang
· 7 years ago
29a1f59
rtc: Add tracepoints for RTC system
by Baolin Wang
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
ee5daa1
Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
9454473
Merge tag 'for-linus-20180210' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
cc5cb5a
Merge tag 'platform-drivers-x86-v4.16-3' of git://github.com/dvhart/linux-pdx86
by Linus Torvalds
· 7 years ago
e9d46f7
Merge tag 'chrome-platform-for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform
by Linus Torvalds
· 7 years ago
15303ba
Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
9a61df9
Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 7 years ago
1bd42d9
platform/x86: mlx-platform: Add support for new 200G IB and Ethernet systems
by Vadim Pasternak
· 7 years ago
a49a414
platform/x86: mlx-platform: Add support for new msn201x system type
by Vadim Pasternak
· 7 years ago
ef08e14
platform/x86: mlx-platform: Add support for new msn274x system type
by Vadim Pasternak
· 7 years ago
c839682
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
858f45b
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 7 years ago
58fcba6
Merge tag 'fbdev-v4.16-fix' of git://github.com/bzolnier/linux
by Linus Torvalds
· 7 years ago
2fa56a4
ibmvnic: Remove skb->protocol checks in ibmvnic_xmit
by John Allen
· 7 years ago
1c5b221
s390/qeth: fix SETIP command handling
by Julian Wiedmann
· 7 years ago
89271c6
s390/qeth: fix underestimated count of buffer elements
by Ursula Braun
· 7 years ago
1029117
net: stmmac: remove redundant enable of PMT irq
by Niklas Cassel
· 7 years ago
e879b7a
net: stmmac: rename GMAC_INT_DEFAULT_MASK for dwmac4
by Niklas Cassel
· 7 years ago
1b84ca1
net: stmmac: discard disabled flags in interrupt status register
by Niklas Cassel
· 7 years ago
faefaa9
ibmvnic: Reset long term map ID counter
by Thomas Falcon
· 7 years ago
437a4db
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 7 years ago
f9f1e41
Merge tag 'for-linus-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 7 years ago
dff839f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 7 years ago
54ce685
Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 7 years ago
a051c14
Merge tag 'pm-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 7 years ago
b9058af
video: omapfb: fix missing #includes
by Tomi Valkeinen
· 7 years ago
6016f7d
platform/x86: mlx-platform: Fix power cable setting for msn21xx family
by Vadim Pasternak
· 7 years ago
1778567a
platform/x86: mlx-platform: Add define for the negative bus
by Vadim Pasternak
· 7 years ago
ba814fd
platform/x86: mlx-platform: Use defines for bus assignment
by Vadim Pasternak
· 7 years ago
b81e830
platform/mellanox: mlxreg-hotplug: Fix uninitialized variable
by Geert Uytterhoeven
· 7 years ago
08f5138
net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPT
by Heiner Kallweit
· 7 years ago
88c991a
net: thunder: change q_len's type to handle max ring size
by Dean Nelson
· 7 years ago
e0c42c8
Merge tag 'wireless-drivers-next-for-davem-2018-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
by David S. Miller
· 7 years ago
ec95dff
ibmvnic: queue reset when CRQ gets closed during reset
by Nathan Fontenot
· 7 years ago
583133b
atm: he: use 64-bit arithmetic instead of 32-bit
by Gustavo A. R. Silva
· 7 years ago
ef9417e
Merge tag 'iommu-updates-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 7 years ago
605dc77
Merge branch 'pcmcia' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia
by Linus Torvalds
· 7 years ago
fe26adf
Merge tag 'drm-for-v4.16-part2-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 7 years ago
9e95dae
Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 7 years ago
Next »