summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/libxed.py
diff options
context:
space:
mode:
authorDavid Mosberger-Tang <davidm@egauge.net>2024-02-12 20:22:30 +0000
committerKalle Valo <kvalo@kernel.org>2024-02-15 13:09:16 +0200
commitdd2f633eafa4ce5b9cb2ee09bf5d709535a02e79 (patch)
treefb7fb62b961922408699375dd33dc71caf584ba9 /tools/perf/scripts/python/libxed.py
parentcb5942b77c05d54310a0420cac12935e9b6aa21c (diff)
wifi: wilc1000: validate chip id during bus probe
Previously, the driver created a net device (typically wlan0) as soon as the module was loaded. This commit changes the driver to follow normal Linux convention of creating the net device only when bus probing detects a supported chip. Signed-off-by: David Mosberger-Tang <davidm@egauge.net> Tested-By: Alexis Lothoré <alexis.lothore@bootlin.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://msgid.link/20240212202057.3468714-1-davidm@egauge.net
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions
x-arm.git/commit/drivers/rtc/rtc-rs5c372.c?h=net-merged&id=f601aa7930669439623dd266fc9e90b0218b42c1'>rtc: rs5c372: Add RTC_VL_READ, RTC_VL_CLR ioctlsCamel Guo 2021-02-06rtc: rs5c372: quiet maybe-unused variable warningAlexandre Belloni 2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner 2019-02-11rtc: rs5c372: Fix reading from rtc when the oscillator got interrupted.Oliver.Rohe@wago.com 2019-02-05rtc: rs5c372: r2221: fix to use the correct XSTP bitOliver.Rohe@wago.com 2018-03-17rtc: rs5c372: remove useless indirectionAlexandre Belloni 2018-03-17rtc: rs5c372: stop validating rtc_time in .read_timeAlexandre Belloni 2018-03-17rtc: rs5c372: remove useless messageAlexandre Belloni 2017-03-09rtc: rs5c372: Add OF device ID tableJavier Martinez Canillas 2016-07-09rtc: simplify implementations of read_alarmUwe Kleine-König 2016-05-21rtc: rs5c372: r2025: fix check for 'oscillator halted' conditionThomas Koeller 2016-05-20rtc: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas 2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni 2014-10-14drivers/rtc/rtc-rs5c372.c: use %*ph to dump small buffersAndy Shevchenko 2013-05-07drivers/rtc/rtc-rs5c372.c: add R2221T/L variant to the driverLucas Stach 2013-04-29rtc: rtc-rs5c372: use devm_*() functionsJingoo Han 2013-02-21rtc: rtc-rs5c372: use dev_dbg()/dev_warn() instead of printk()/pr_debug()Jingoo Han 2012-10-06drivers/rtc/rtc-rs5c372.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D 2012-03-23rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin 2011-10-31rtc: Add module.h to implicit users in drivers/rtcPaul Gortmaker 2011-03-09RTC: Clean out UIE icotl implementationsJohn Stultz 2011-02-03RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz 2010-12-22rtc: rs5c372: fix buffer sizeWolfram Sang 2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo