OSDN Git Service

uclinux-h8/linux.git
2019-04-08 Alexandre Bellonirtc: ds1672: remove useless indirection
2019-04-08 Alexandre Bellonirtc: ds1672: remove sysfs debug interface
2019-04-08 Alexandre Bellonirtc: ds1672: move oscillator handling to .read_time
2019-04-08 Alexandre Bellonirtc: ds1672: set range
2019-04-08 Alexandre Bellonirtc: test: use .set_time
2019-04-06 Xuefeng Wangrtc: lib: check whether tm->tm_year in int32 range
2019-04-04 Wolfram Sangrtc: don't reference bogus function pointer in kdoc
2019-04-04 Alexandre Bellonirtc: remove unnecessary Kconfig dependencies
2019-04-04 Alexandre Bellonirtc: pcf85063: add RTC_VL_READ/RTC_VL_CLR support
2019-04-04 Alexandre Bellonirtc: pcf85063: add offset correction support
2019-04-04 Alexandre Bellonirtc: pcf85063: add nvram support
2019-04-04 Alexandre Bellonirtc: pcf85063: add Micro Crystal RV8263 support
2019-04-04 Alexandre Bellonirtc: pcf85063: add alarm support
2019-04-04 Alexandre Bellonirtc: pcf85063: differentiate pcf85063a and pcf85063tp
2019-04-04 Alexandre Bellonirtc: pcf85063: switch to regmap
2019-04-04 Alexandre Bellonirtc: pcf85063: set range
2019-04-04 Alexandre Bellonirtc: pcf85063: convert to devm_rtc_allocate_device
2019-04-04 Alexandre Bellonirtc: pcf85063: remove bogus i2c functionality check
2019-04-04 Alexandre Bellonirtc: pcf85063: convert to SPDX identifier
2019-04-04 Alexandre Bellonirtc: pcf85063: switch to probe_new
2019-04-04 Anson Huangrtc: snvs: use devm_platform_ioremap_resource() to...
2019-04-04 Anson Huangrtc: mxc: use devm_platform_ioremap_resource() to simpl...
2019-04-04 Anson Huangrtc: snvs: use dev_pm_set_wake_irq() to simplify code
2019-04-04 Joel Stanleyrtc: Add ASPEED RTC driver
2019-04-04 Joel Stanleydt-bindings: rtc: Add on-chip ASPEED RTC documentation
2019-04-04 Alexandre Bellonirtc: brcmstb-waketimer: switch to rtc_time64_to_tm
2019-04-04 Pi-Hsun Shihrtc: mt6397: Don't call irq_dispose_mapping.
2019-04-04 YueHaibingrtc: opal: Make opal_tpo_alarm_irq_enable static
2019-04-04 Geert Uytterhoevenrtc: Fix timestamp value for RTC_TIMESTAMP_BEGIN_1900
2019-04-04 Alexandre Bellonirtc: wm831x: convert to SPDX identifier
2019-04-04 Alexandre Bellonirtc: wm831x: switch to rtc_time64_to_tm/rtc_tm_to_time64
2019-04-04 Alexandre Bellonirtc: wm831x: remove unnecessary goto
2019-04-04 Alexandre Bellonirtc: wm831x: set range
2019-04-04 Alexandre Bellonirtc: da9063: switch to rtc_time64_to_tm/rtc_tm_to_time64
2019-04-04 Alexandre Bellonirtc: da9063: set range
2019-04-04 Alexandre Bellonirtc: sun4v: switch to SPDX identifier
2019-04-04 Alexandre Bellonirtc: sun4v: set range
2019-04-04 Alexandre Bellonirtc: sun4v: switch to rtc_time64_to_tm/rtc_tm_to_time64
2019-04-04 Alexandre Bellonirtc: omap: convert to SPDX identifier
2019-04-04 Alexandre Bellonirtc: omap: switch to rtc_time64_to_tm/rtc_tm_to_time64
2019-04-04 Alexandre Bellonirtc: ps3: set range
2019-04-04 Alexandre Bellonirtc: ps3: convert to devm_rtc_allocate_device
2019-04-04 Alexandre Bellonirtc: ps3: convert to SPDX identifier
2019-04-04 Alexandre Bellonirtc: ps3: switch to rtc_time64_to_tm/rtc_tm_to_time64
2019-04-04 Alexandre Bellonirtc: at91sam9: correct trivial checkpatch warnings
2019-04-04 Alexandre Bellonirtc: at91sam9: convert to SPDX identifier
2019-04-04 Alexandre Bellonirtc: at91sam9: switch to rtc_time64_to_tm/rtc_tm_to_time64
2019-04-04 Alexandre Bellonirtc: at91sam9: set range
2019-04-04 Alexandre Bellonirtc: at91sam9: convert to devm_rtc_allocate_device
2019-04-04 Alexandre Bellonirtc: at91sam9: drop platform_data support
2019-04-04 Alexandre Bellonirtc: sh: set range
2019-04-04 Alexandre Bellonirtc: sh: fix possible race condition
2019-04-04 Alexandre Bellonirtc: sh: stop resetting time to epoch
2019-04-04 Alexandre Bellonirtc: dm355evm: convert to SPDX identifier
2019-04-04 Alexandre Bellonirtc: dm355evm: switch to rtc_time64_to_tm/rtc_tm_to_time64
2019-04-04 Alexandre Bellonirtc: dm355evm: set range
2019-04-04 Alexandre Bellonirtc: dm355evm: convert to devm_rtc_allocate_device
2019-04-04 Alexandre Bellonirtc: goldfish: convert to SPDX identifier
2019-04-04 Alexandre Bellonirtc: goldfish: switch to rtc_time64_to_tm/rtc_tm_to_time64
2019-04-04 Alexandre Bellonirtc: goldfish: allow building on more than MIPS
2019-04-04 Alexandre Bellonirtc: goldfish: sort headers
2019-04-04 Alexandre Bellonirtc: goldfish: add range
2019-04-04 Alexandre Bellonirtc: goldfish: convert to devm_rtc_allocate_device
2019-04-04 Alexandre Bellonirtc: xgene: use .set_time
2019-04-04 Alexandre Bellonirtc: xgene: switch to rtc_time64_to_tm/rtc_tm_to_time64
2019-04-04 Alexandre Bellonirtc: xgene: stop caching alarm_time
2019-04-04 Alexandre Bellonirtc: xgene: correct checkpatch issues
2019-04-04 Alexandre Bellonirtc: xgene: convert to SPDX identifier
2019-04-04 Alexandre Bellonirtc: xgene: set range
2019-04-04 Alexandre Bellonirtc: xgene: fix possible race condition
2019-04-04 Alexandre Bellonirtc: test: do not use assignment in if condition
2019-04-04 Alexandre Bellonirtc: 88pm80x: convert to SPDX identifier
2019-04-04 Alexandre Bellonirtc: ab-b5ze-s3: correct checkpatch issues
2019-04-04 Alexandre Bellonirtc: core: correct trivial checkpatch warnings
2019-04-04 Linus Walleijrtc: x1205: Add DT probing support
2019-04-04 Linus Walleijrtc: x1205: Add DT bindings
2019-04-04 Wolfram Sangrtc: da9063: convert header to SPDX
2019-04-04 Alexandre Bellonirtc: omap: let the core handle range
2019-04-04 Alexandre Bellonirtc: mv: add range
2019-04-04 Alexandre Bellonirtc: mv: convert to devm_rtc_allocate_device
2019-04-04 Alexandre Bellonirtc: mv: convert to SPDX identifier
2019-03-18 Alexandre Bellonirtc: convert core to SPDX identifier
2019-03-18 Alexandre Bellonirtc: ab-b5ze-s3: remove unnecessary check
2019-03-18 Alexandre Bellonirtc: ab-b5ze-s3: convert to SPDX identifier
2019-03-18 Alexandre Bellonirtc: ab-b5ze-s3: switch to rtc_time64_to_tm/rtc_tm_to_t...
2019-03-18 Alexandre Bellonirtc: ab-b5ze-s3: remove unnecessary gotos
2019-03-18 Alexandre Bellonirtc: ab-b5ze-s3: remove mutex
2019-03-18 Alexandre Bellonirtc: zynqmp: convert to SPDX identifier
2019-03-18 Alexandre Bellonirtc: abx80x: remove useless .remove
2019-03-18 Alexandre Bellonirtc: abx80x: use rtc_add_group
2019-03-18 Alexandre Bellonirtc: abx80x: convert to SPDX identifier
2019-03-17 Linus TorvaldsLinux 5.1-rc1 v5.1-rc1
2019-03-17 Linus TorvaldsMerge tag 'kbuild-v5.1-2' of git://git./linux/kernel...
2019-03-17 Linus TorvaldsMerge branch 'x86-asm-for-linus' of git://git./linux...
2019-03-17 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2019-03-17 Linus TorvaldsMerge tag 'for-linus-5.1b-rc1b-tag' of git://git./linux...
2019-03-17 Linus TorvaldsMerge tag '9p-for-5.1' of git://github.com/martinetd...
2019-03-17 kbuild test... perf/x86/intel: Make dev_attr_allow_tsx_force_abort...
2019-03-17 Masahiro Yamadakconfig: remove stale lxdialog/.gitignore
2019-03-17 Masahiro Yamadakbuild: force all architectures except um to include...
next