aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-omap.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-10rtc: omap: add structured device-type infoJohan Hovold1-52/+51
2014-12-10rtc: omap: remove DRIVER_NAME macroJohan Hovold1-5/+3
2014-12-10rtc: omap: add device abstractionJohan Hovold1-106/+133
2014-12-10rtc: omap: make platform-device id table constJohan Hovold1-1/+1
2014-12-10rtc: omap: use dev_infoJohan Hovold1-4/+3
2014-12-10rtc: omap: remove unused register-base defineJohan Hovold1-2/+0
2014-12-10rtc: omap: fix class-device registrationJohan Hovold1-23/+23
2014-12-10rtc: omap: clean up probe error handlingJohan Hovold1-23/+18
2014-12-10rtc: omap: fix interrupt disable at probeJohan Hovold1-3/+5
2014-12-10rtc: omap: fix missing wakealarm attributeJohan Hovold1-2/+3
2014-12-10rtc: omap: fix clock-source configurationJohan Hovold1-2/+4
2014-12-10drivers/rtc/interface.c: check the validation of rtc_time in __rtc_read_timeHyogi Gim1-0/+8
2014-12-10drivers/rtc/rtc-sirfsoc.c: move hardware initilization earlier in probeGuo Zeng1-8/+8
2014-12-10ncpfs: return proper error from NCP_IOC_SETROOT ioctlJan Kara1-1/+0
2014-12-10init: allow CONFIG_INIT_FALLBACK=n to disable defaults if init= failsAndy Lutomirski2-1/+22
2014-12-10fs/binfmt_elf.c: fix internal inconsistency relating to vma dump sizeJungseung Lee1-18/+22
2014-12-10fs/binfmt_misc.c: use GFP_KERNEL instead of GFP_USERAndrew Morton1-2/+2
2014-12-10binfmt_misc: clean up code style a bitMike Frysinger1-148/+145
2014-12-10binfmt_misc: add comments & debug logsMike Frysinger1-15/+121
2014-12-10checkpatch: add ability to --fix (coalesce) string fragments on multiple linesJoe Perches1-46/+69
2014-12-10checkpatch: add --strict "pointer comparison to NULL" testJoe Perches1-0/+14
2014-12-10checkpatch: add test for consecutive string fragmentsJoe Perches1-0/+6
2014-12-10checkpatch: add --strict preference for #defines using BIT(foo)Joe Perches1-0/+11
2014-12-10checkpatch: allow certain SI units with three charactersJulius Werner1-1/+3
2014-12-10checkpatch: Add --strict test for function pointer calling styleJoe Perches1-3/+21
2014-12-10checkpatch: reduce MAINTAINERS update message frequencyJoe Perches1-0/+6
2014-12-10checkpatch: try to avoid mask and shift errorsJoe Perches1-0/+8
2014-12-10checkpatch: fix use via symlink, make missing spelling file non-fatalJoe Perches1-17/+21
2014-12-10checkpatch: improve warning message for "needless if" caseFabio Estevam1-1/+1
2014-12-10checkpatch: improve test for no space after castJoe Perches1-1/+2
2014-12-10checkpatch: add error on use of attribute((weak)) or __weak declarationsJoe Perches1-0/+9
2014-12-10checkpatch: add an error test for no space before commaJoe Perches1-2/+21
2014-12-10lib/lcm.c: lcm(n,0)=lcm(0,n) is 0, not nRasmus Villemoes1-4/+2
2014-12-10lib/lcm.c: ensure correct result whenever it fitsRasmus Villemoes1-1/+1
2014-12-10MAINTAINERS: update ivtv mailing lists as subscriber-onlyJoe Perches1-2/+2
2014-12-10printk: drop logbuf_cpu volatile qualifierAlex Elder1-1/+1
2014-12-10printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsJoe Perches4-18/+29
2014-12-10tile: use pr_warn instead of pr_warningJoe Perches1-18/+15
2014-12-10tile: neaten early_printk usesJoe Perches1-7/+5
2014-12-10printk: remove used-once early_vprintkJoe Perches3-18/+21
2014-12-10kernel: add panic_on_warnPrarit Bhargava8-14/+61
2014-12-10include/linux/file.h: remove get_unused_fd() macroYann Droneaud1-1/+0
2014-12-10fs/file.c: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud1-1/+1
2014-12-10binfmt_misc: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud1-1/+1
2014-12-10ppc/cell: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud1-2/+2
2014-12-10ia64: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud1-1/+1
2014-12-10exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_parent()Oleg Nesterov3-27/+8
2014-12-10exit: reparent: cleanup the usage of reparent_leader()Oleg Nesterov1-13/+9
2014-12-10exit: reparent: cleanup the changing of ->parentOleg Nesterov1-8/+5
2014-12-10exit: reparent: use ->ptrace_entry rather than ->sibling for EXIT_DEAD tasksOleg Nesterov1-3/+3