Int s3c24xx_serial_probe (struct platform_device * Dev,

Source: Internet
Author: User

Drivers/tty/serial/Samsung. c

Int s3c24xx_serial_probe (struct platform_device * Dev,

Struct s3c24xx_uart_info * info)
{
Struct s3c24xx_uart_port * ourport;
Int ret;

Dbg ("s3c24xx_serial_probe (% P, % P) % d \ n", Dev, info, probe_index );

Ourport = & s3c24xx_serial_ports [probe_index];
Probe_index ++;

Dbg ("% s: initialising port % P... \ n", _ FUNC __, ourport );

Ret = s3c24xx_serial_init_port (ourport, info, Dev );
If (Ret <0)
Goto probe_err;

Dbg ("% s: Adding port \ n", _ FUNC __);
Uart_add_one_port (& s3c24xx_uart_drv, & ourport-> port );
Platform_set_drvdata (Dev, & ourport-> port );

Ret = device_create_file (& Dev-> Dev, & dev_attr_clock_source );
If (Ret <0)
Printk (kern_err "% s: failed to add clksrc ATTR. \ n", _ FUNC __);

Ret = s3c24xx_serial_cpufreq_register (ourport );
If (Ret <0)
Dev_err (& Dev-> Dev, "failed to add cpufreq notifier \ n ");

Return 0;

Probe_err:
Return ret;
}

Export_symbol_gpl (s3c24xx_serial_probe );

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.