Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
578c2b661e2b1b474ea3571a3c3c6d57bae89e8d
578c2b6
rtc: Kconfig: select REGMAP_I2C when necessary
by Alexandre Belloni
· 5 years ago
c682094
rtc: Kconfig: properly indent sd3078 entry
by Alexandre Belloni
· 5 years ago
604c521
rtc: cmos: Refactor code by using the new dmi_get_bios_year() helper
by Andy Shevchenko
· 5 years ago
5848ad2
rtc: cmos: Use predefined value for RTC IRQ on legacy x86
by Andy Shevchenko
· 5 years ago
b6da197
rtc: cmos: Stop using shared IRQ
by Andy Shevchenko
· 5 years ago
4c4ab45
rtc: tps6586x: Use IRQ_NOAUTOEN flag
by Dmitry Osipenko
· 5 years ago
3c7b90c
rtc: at91rm9200: use FIELD_PREP/FIELD_GET
by Alexandre Belloni
· 5 years ago
565205d
rtc: at91rm9200: avoid time readout in at91_rtc_setalarm
by Alexandre Belloni
· 5 years ago
a1243b0
rtc: at91rm9200: move register definitions to C file
by Alexandre Belloni
· 5 years ago
ca3fdc9
rtc: at91rm9200: add sama5d4 and sama5d2 compatibles
by Alexandre Belloni
· 5 years ago
4f12de0
dt-bindings: rtc: at91rm9200: convert bindings to json-schema
by Alexandre Belloni
· 5 years ago
b705287
rtc: at91rm9200: remove procfs information
by Alexandre Belloni
· 5 years ago
d5bbdd5
dt-bindings: atmel, at91rm9200-rtc: add microchip, sam9x60-rtc
by Claudiu Beznea
· 5 years ago
d53f9b6
rtc: pcf8563: Use BIT
by Nobuhiro Iwamatsu
· 5 years ago
7dc679e
rtc: moxart: Convert to SPDX identifier
by Nobuhiro Iwamatsu
· 5 years ago
d6e62e7
rtc: ds1343: Remove unused struct spi_device in struct ds1343_priv
by Nobuhiro Iwamatsu
· 5 years ago
47a3c04
rtc: rx8025: Remove struct i2c_client from struct rx8025_data
by Nobuhiro Iwamatsu
· 5 years ago
e2ed750
rtc: hym8563: Read the valid flag directly instead of caching it
by Paul Kocialkowski
· 5 years ago
f236a2a
rtc: hym8563: Return -EINVAL if the time is known to be invalid
by Paul Kocialkowski
· 5 years ago
aeedfe7
rtc: rx8010: Fix return code for rx8010_probe
by Nobuhiro Iwamatsu
· 5 years ago
de05056
rtc: omap: Remove unneeded semicolon
by zhengbin
· 5 years ago
62cbe63
rtc: asm9260: add the missed check for devm_clk_get
by Chuhong Yuan
· 5 years ago
bd0d937
rtc: rv3029: remove useless error messages
by Alexandre Belloni
· 5 years ago
fc21929
rtc: rv3029: annotate init and exit functions
by Alexandre Belloni
· 5 years ago
8e99106
rtc: rv3029: drop deprecated compatbiles
by Alexandre Belloni
· 5 years ago
ec923fc
rtc: rv3029: add nvram support
by Alexandre Belloni
· 5 years ago
cbc943e
rtc: rv3029: let the core handle rtc range
by Alexandre Belloni
· 5 years ago
9346f87
rtc: rv3029: convert to devm_rtc_allocate_device
by Alexandre Belloni
· 5 years ago
cff2e4d
rtc: rv3029: correctly handle PON and VLOW2
by Alexandre Belloni
· 5 years ago
f630f72
rtc: rv3029: add RTC_VL_READ and RTC_VL_CLEAR support
by Alexandre Belloni
· 5 years ago
7518dd9
rtc: rv3029: drop rv3029_read_regs and rv3029_write_regs
by Alexandre Belloni
· 5 years ago
8fd3d60
rtc: rv3029: simplify rv3029_set_alarm
by Alexandre Belloni
· 5 years ago
38ce8e3
rtc: rv3029: simplify rv3029_alarm_irq_enable
by Alexandre Belloni
· 5 years ago
bb72dbb
rtc: rv3029: get rid of rv3029_get_sr
by Alexandre Belloni
· 5 years ago
35c2daa
rtc: rv3029: avoid reading the status register uselessly
by Alexandre Belloni
· 5 years ago
54c5970
rtc: rv3029: remove race condition when update STATUS
by Alexandre Belloni
· 5 years ago
609e97f
rtc: rv3029: remove open coded regmap_update_bits
by Alexandre Belloni
· 5 years ago
c509e43
rtc: rv3029: let regmap validate the register ranges
by Alexandre Belloni
· 5 years ago
9b45ef9
rtc: rv3029: use proper name for the driver
by Alexandre Belloni
· 5 years ago
8049c11
rtc: rx8010: return meaningful value for RTC_VL_READ
by Alexandre Belloni
· 5 years ago
894b043
rtc: rx8010: remove RTC_VL_CLR handling
by Alexandre Belloni
· 5 years ago
bcd17c5
rtc: rv8803: return meaningful value for RTC_VL_READ
by Alexandre Belloni
· 5 years ago
7e890a0
rtc: rv8803: avoid clearing RV8803_FLAG_V2F in RTC_VL_CLR
by Alexandre Belloni
· 5 years ago
86e655f
rtc: rv3028: return meaningful value for RTC_VL_READ
by Alexandre Belloni
· 5 years ago
92c02da
rtc: rv3028: remove RTC_VL_CLR handling
by Alexandre Belloni
· 5 years ago
f86dc5b
rtc: pcf85063: return meaningful value for RTC_VL_READ
by Alexandre Belloni
· 5 years ago
0295c27
rtc: pcf85063: remove RTC_VL_CLR handling
by Alexandre Belloni
· 5 years ago
b371b10
rtc: pcf8563: return meaningful value for RTC_VL_READ
by Alexandre Belloni
· 5 years ago
935272a
rtc: pcf8563: stop caching voltage_low
by Alexandre Belloni
· 5 years ago
75d26f5
rtc: pcf8563: remove conditional compilation
by Alexandre Belloni
· 5 years ago
d268f4b
rtc: pcf8563: remove RTC_VL_CLR handling
by Alexandre Belloni
· 5 years ago
244cf8f
rtc: pcf8523: return meaningful value for RTC_VL_READ
by Alexandre Belloni
· 5 years ago
af42731
rtc: pcf2127: return meaningful value for RTC_VL_READ
by Alexandre Belloni
· 5 years ago
9f05342
rtc: abx80x: return meaningful value for RTC_VL_READ
by Alexandre Belloni
· 5 years ago
790a19f
rtc: Document RTC_VL_READ and RTC_VL_CLR ioctls
by Alexandre Belloni
· 5 years ago
3431ca4
rtc: define RTC_VL_READ values
by Alexandre Belloni
· 5 years ago
3b52093
rtc: ds1343: Do not hardcode SPI mode flags
by Linus Walleij
· 5 years ago
519d637
rtc: zynqmp: re-use rtc_time64_to_tm operation
by Jean-Francois Dagenais
· 5 years ago
94a2507
mailmap: Update email address for Alexandre Belloni
by Alexandre Belloni
· 5 years ago
cf33e91
rtc: stm32: add missed clk_disable_unprepare in error path of resume
by Chuhong Yuan
· 5 years ago
751438b
rtc: mt6397: drop free_irq of devm_ allocated irq
by Wei Yongjun
· 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
Next »